Home
last modified time | relevance | path

Searched refs:xfs_qm_vop_chown_reserve (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_quota.h91 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
135 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) macro
Dxfs_iops.c642 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, in xfs_setattr_nonsize()
Dxfs_ioctl.c1210 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, in xfs_ioctl_setattr()
Dxfs_qm.c1783 xfs_qm_vop_chown_reserve( in xfs_qm_vop_chown_reserve() function