Lines Matching refs:ip
38 #define XFS_NOT_DQATTACHED(mp, ip) \ argument
39 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
40 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
41 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
106 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, in xfs_qm_vop_dqalloc() argument
117 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
121 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() argument
132 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument
134 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument
135 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument
136 #define xfs_qm_dqattach(ip, fl) (0) argument
137 #define xfs_qm_dqattach_locked(ip, fl) (0) argument
138 #define xfs_qm_dqdetach(ip) argument
140 #define xfs_qm_statvfs(ip, s) argument
147 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument
148 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)