Searched refs:xfs_qm_vop_chown (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A 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
|
H A D | xfs_iops.c | 728 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize() 734 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
H A D | xfs_qm.c | 1800 xfs_qm_vop_chown( in xfs_qm_vop_chown() function
|
H A D | xfs_ioctl.c | 1390 olddquot = xfs_qm_vop_chown(tp, ip, in xfs_fileattr_set()
|