Home
last modified time | relevance | path

Searched refs:can_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_dquot.h212 xfs_dqtype_t type, bool can_alloc,
215 bool can_alloc, struct xfs_dquot **dqpp);
Dxfs_dquot.c638 bool can_alloc, in xfs_qm_dqread() argument
650 if (error == -ENOENT && can_alloc) in xfs_qm_dqread()
842 bool can_alloc, in xfs_qm_dqget() argument
861 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget()
930 bool can_alloc, in xfs_qm_dqget_inode() argument
964 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()