Searched refs:xfs_qm_dqread (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_dquot.c | 648 xfs_qm_dqread( in xfs_qm_dqread() function 869 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 908 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached() 972 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
|