Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1607 bool ok_alloc) in xfs_dialloc_good_ag() argument
1628 if (!ok_alloc) in xfs_dialloc_good_ag()
1680 bool ok_alloc) in xfs_dialloc_try_ag() argument
1695 if (!ok_alloc) { in xfs_dialloc_try_ag()
1747 bool ok_alloc = true; in xfs_dialloc() local
1777 ok_alloc = false; in xfs_dialloc()
1790 ok_alloc = false; in xfs_dialloc()
1802 if (xfs_dialloc_good_ag(pag, *tpp, mode, flags, ok_alloc)) { in xfs_dialloc()
1804 &ino, ok_alloc); in xfs_dialloc()
1823 ok_alloc = true; in xfs_dialloc()