Home
last modified time | relevance | path

Searched refs:XFS_NOT_DQATTACHED (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_quota.h38 #define XFS_NOT_DQATTACHED(mp, ip) \ macro
Dxfs_attr_inactive.c401 ASSERT(! XFS_NOT_DQATTACHED(mp, dp)); in xfs_attr_inactive()
Dxfs_qm.c316 if (!XFS_NOT_DQATTACHED(mp, ip)) in xfs_qm_need_dqattach()
1630 if (XFS_NOT_DQATTACHED(mp, ip)) { in xfs_qm_vop_dqalloc()
1891 if (XFS_NOT_DQATTACHED(mp, ip)) { in xfs_qm_vop_rename_dqattach()
Dxfs_inode.c1569 ASSERT(!XFS_NOT_DQATTACHED(mp, ip)); in xfs_itruncate_extents()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c1121 ASSERT(!XFS_NOT_DQATTACHED(mp, ip)); in xfs_bmap_add_attrfork()