Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_quota.h115 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *,
193 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) macro
Dxfs_iops.c752 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()
Dxfs_ioctl.c757 olddquot = xfs_qm_vop_chown(tp, ip, in xfs_fileattr_set()
Dxfs_qm.c1854 xfs_qm_vop_chown( in xfs_qm_vop_chown() function
/linux-6.12.1/fs/xfs/scrub/
Dorphanage.c84 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()