Searched refs:tr_ichange (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 32 struct xfs_trans_res tr_ichange; /* inode update trans */ member
|
H A D | xfs_trans_resv.c | 942 resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp); in xfs_trans_resv_calc()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 32 struct xfs_trans_res tr_ichange; /* inode update trans */ member
|
H A D | xfs_trans_resv.c | 1005 resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp); in xfs_trans_resv_calc()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_pnfs.c | 280 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_fs_commit_blocks()
|
H A D | xfs_reflink.c | 872 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_set_inode_flag() 931 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_update_dest()
|
H A D | xfs_iops.c | 675 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_setattr_nonsize()
|
H A D | xfs_ioctl.c | 1291 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_ioctl_setattr_get_trans()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_acl.c | 229 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_acl_set_mode()
|
H A D | xfs_pnfs.c | 316 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_fs_commit_blocks()
|
H A D | xfs_reflink.c | 1033 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_set_inode_flag() 1092 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_update_dest()
|
H A D | xfs_trans.c | 1300 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_trans_alloc_ichange()
|
Completed in 13 milliseconds