Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc_ichange (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_trans.h262 int xfs_trans_alloc_ichange(struct xfs_inode *ip, struct xfs_dquot *udqp,
H A Dxfs_trans.c1243 xfs_trans_alloc_ichange( in xfs_trans_alloc_ichange() function
H A Dxfs_iops.c772 error = xfs_trans_alloc_ichange(ip, udqp, gdqp, NULL, in xfs_setattr_nonsize()
H A Dxfs_ioctl.c624 error = xfs_trans_alloc_ichange(ip, NULL, NULL, pdqp, in xfs_ioctl_setattr_get_trans()
/linux-6.15/fs/xfs/scrub/
H A Dorphanage.c66 error = xfs_trans_alloc_ichange(dp, udqp, gdqp, pdqp, true, &tp); in xrep_chown_orphanage()