Searched refs:can_alloc (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_dquot.h | 222 xfs_dqtype_t type, bool can_alloc, 225 bool can_alloc, struct xfs_dquot **dqpp);
|
D | xfs_dquot.c | 679 bool can_alloc, in xfs_qm_dqread() argument 691 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 878 bool can_alloc, in xfs_qm_dqget() argument 897 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 966 bool can_alloc, in xfs_qm_dqget_inode() argument 1000 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
|