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

/freebsd-9.3-release/sys/modules/xfs/
H A DMakefile31 xfs_ialloc.c \
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_utils.c159 * xfs_ialloc will return a pointer to an incore inode if
165 * need to call xfs_ialloc again to get the inode.
167 * If xfs_ialloc did an allocation to replenish the freelist,
173 code = xfs_ialloc(tp, dp, mode, nlink, rdev, credp, prid, okalloc,
193 * transaction and call xfs_ialloc() again. It is guaranteed
271 code = xfs_ialloc(tp, dp, mode, nlink, rdev, credp, prid,
H A Dxfs_inode.h430 int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t,
H A Dxfs_inode.c45 #include "xfs_ialloc.h"
1066 * transaction, and call xfs_ialloc() again to actually get the inode.
1069 * was allocated during the first call to xfs_ialloc(), this routine
1075 xfs_ialloc( function

Completed in 174 milliseconds