Searched refs:tr_ichange (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_trans_resv.h | 32 struct xfs_trans_res tr_ichange; /* inode update trans */ member
|
A D | xfs_trans_resv.c | 925 resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp); in xfs_trans_resv_calc()
|
/linux/fs/xfs/ |
A D | xfs_acl.c | 228 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_acl_set_mode()
|
A D | xfs_pnfs.c | 278 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_fs_commit_blocks()
|
A D | xfs_reflink.c | 867 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_set_inode_flag() 926 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_update_dest()
|
A D | xfs_trans.c | 1149 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_trans_alloc_ichange()
|
Completed in 12 milliseconds