Home
last modified time | relevance | path

Searched refs:tr_ichange (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_trans_resv.h32 struct xfs_trans_res tr_ichange; /* inode update trans */ member
Dxfs_trans_resv.c942 resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp); in xfs_trans_resv_calc()
/Linux-v5.10/fs/xfs/
Dxfs_pnfs.c278 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_fs_commit_blocks()
Dxfs_reflink.c872 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()
Dxfs_iops.c706 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_setattr_nonsize()
Dxfs_ioctl.c1290 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_ioctl_setattr_get_trans()