Searched refs:can_alloc (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_dquot.h | 160 					uint type, bool can_alloc,163 					bool can_alloc,
 
 | 
| D | xfs_dquot.c | 561 	bool			can_alloc,  in xfs_qm_dqread()  argument573 	if (error == -ENOENT && can_alloc)  in xfs_qm_dqread()
 763 	bool			can_alloc,  in xfs_qm_dqget()  argument
 782 	error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);  in xfs_qm_dqget()
 851 	bool			can_alloc,  in xfs_qm_dqget_inode()  argument
 885 	error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);  in xfs_qm_dqget_inode()
 
 |