Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_quota.h118 extern int xfs_qm_dqattach(struct xfs_inode *);
197 #define xfs_qm_dqattach(ip) (0) macro
H A Dxfs_xattr.c88 error = xfs_qm_dqattach(args->dp); in xfs_attr_change()
H A Dxfs_inode.c934 error = xfs_qm_dqattach(sip); in xfs_link()
938 error = xfs_qm_dqattach(tdp); in xfs_link()
1453 error = xfs_qm_dqattach(ip); in xfs_inactive()
1929 error = xfs_qm_dqattach(dp); in xfs_remove()
1933 error = xfs_qm_dqattach(ip); in xfs_remove()
H A Dxfs_qm.c362 xfs_qm_dqattach( in xfs_qm_dqattach() function
2047 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_log_recover.c1754 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()