Searched refs:xfs_qm_vop_chown (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_quota.h | 99 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *, 162 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) macro
|
D | xfs_iops.c | 723 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize() 729 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
D | xfs_qm.c | 1764 xfs_qm_vop_chown( in xfs_qm_vop_chown() function
|
D | xfs_ioctl.c | 1384 olddquot = xfs_qm_vop_chown(tp, ip, in xfs_fileattr_set()
|