fs/xfs/xfs_dquot.c
1011
ASSERT(xfs_inode_dquot(ip, type) == NULL);
fs/xfs/xfs_dquot.c
1041
dqp1 = xfs_inode_dquot(ip, type);
fs/xfs/xfs_icache.c
1682
xfs_inode_dquot(ip, XFS_DQTYPE_USER),
fs/xfs/xfs_icache.c
1683
xfs_inode_dquot(ip, XFS_DQTYPE_GROUP),
fs/xfs/xfs_icache.c
1684
xfs_inode_dquot(ip, XFS_DQTYPE_PROJ), iwalk_flags);
fs/xfs/xfs_iomap.c
368
struct xfs_dquot *dq = xfs_inode_dquot(ip, type);
fs/xfs/xfs_iomap.c
402
struct xfs_dquot *dq = xfs_inode_dquot(ip, type);
fs/xfs/xfs_qm.c
2106
dqp = xfs_inode_dquot(ip, type);