Searched refs:xfs_qm_vop_chown (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_quota.h | 115 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *, 193 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) macro
|
D | xfs_iops.c | 752 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize() 758 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
D | xfs_ioctl.c | 757 olddquot = xfs_qm_vop_chown(tp, ip, in xfs_fileattr_set()
|
D | xfs_qm.c | 1854 xfs_qm_vop_chown( in xfs_qm_vop_chown() function
|
/linux-6.12.1/fs/xfs/scrub/ |
D | orphanage.c | 84 oldu = xfs_qm_vop_chown(tp, dp, &dp->i_udquot, udqp); in xrep_chown_orphanage() 89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp); in xrep_chown_orphanage() 94 oldp = xfs_qm_vop_chown(tp, dp, &dp->i_pdquot, pdqp); in xrep_chown_orphanage()
|