Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.h78 int okalloc, /* ok to allocate more space */
Dxfs_ialloc.c566 int okalloc) /* ok to allocate more space */ in xfs_ialloc_ag_select() argument
623 if (!okalloc) in xfs_ialloc_ag_select()
1305 int okalloc, in xfs_dialloc() argument
1332 start_agno = xfs_ialloc_ag_select(tp, parent, mode, okalloc); in xfs_dialloc()
1350 okalloc = 0; in xfs_dialloc()
1375 if (!pag->pagi_freecount && !okalloc) in xfs_dialloc()
1391 if (!okalloc) in xfs_dialloc()
/linux-4.1.27/fs/xfs/
Dxfs_inode.c699 int okalloc, in xfs_ialloc() argument
714 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, okalloc, in xfs_ialloc()
901 int okalloc, /* ok to allocate new space */ in xfs_dir_ialloc() argument
933 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, okalloc, in xfs_dir_ialloc()
1040 okalloc, &ialloc_context, &ip); in xfs_dir_ialloc()