Searched refs:ok_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1688 bool ok_alloc)
1709 if (!ok_alloc)
1761 bool ok_alloc)
1776 if (!ok_alloc) {
1828 bool ok_alloc = true; local
1849 * ok_alloc so we scan all available agi structures for a free
1858 ok_alloc = false;
1871 ok_alloc = false;
1883 if (xfs_dialloc_good_ag(pag, *tpp, mode, flags, ok_alloc)) {
1885 &ino, ok_alloc);
1683 xfs_dialloc_good_ag( struct xfs_perag *pag, struct xfs_trans *tp, umode_t mode, int flags, bool ok_alloc) argument
1756 xfs_dialloc_try_ag( struct xfs_perag *pag, struct xfs_trans **tpp, xfs_ino_t parent, xfs_ino_t *new_ino, bool ok_alloc) argument
[all...]

Completed in 216 milliseconds