Searched refs:xfs_ialloc (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 24 #include "xfs_ialloc.h"
769 * transaction, and call xfs_ialloc() again to actually get the inode.
772 * was allocated during the first call to xfs_ialloc(), this routine
782 static int xfs_ialloc(xfs_trans_t *tp, xfs_inode_t *pip, umode_t mode, xfs_nlink_t nlink, dev_t rdev, prid_t prid,
in xfs_ialloc() function 946 * xfs_ialloc will return a pointer to an incore inode if
in xfs_dir_ialloc() 952 * need to call xfs_ialloc again to get the inode.
in xfs_dir_ialloc() 954 * If xfs_ialloc did an allocation to replenish the freelist,
in xfs_dir_ialloc() 960 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, &ialloc_context, &ip);
in xfs_dir_ialloc() 978 * transaction and call xfs_ialloc() again. It is guaranteed
in xfs_dir_ialloc() 1028 code = xfs_ialloc(t in xfs_dir_ialloc() [all...] |
Completed in 3 milliseconds