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))
105 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, in xfs_qm_vop_dqalloc() argument
116 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
120 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() argument
131 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument
133 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument
134 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument
135 #define xfs_qm_dqattach(ip, fl) (0) argument
136 #define xfs_qm_dqattach_locked(ip, fl) (0) argument
137 #define xfs_qm_dqdetach(ip) argument
139 #define xfs_qm_statvfs(ip, s) argument
146 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument
147 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)