Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_utils.h21 extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, umode_t, xfs_nlink_t,
Dxfs_utils.c51 xfs_dir_ialloc( in xfs_dir_ialloc() function
Dxfs_vnodeops.c938 error = xfs_dir_ialloc(&tp, dp, mode, is_dir ? 2 : 1, rdev, in xfs_create()
1594 error = xfs_dir_ialloc(&tp, dp, S_IFLNK | (mode & ~S_IFMT), 1, 0, in xfs_symlink()
Dxfs_qm.c771 error = xfs_dir_ialloc(&tp, NULL, S_IFREG, 1, 0, 0, 1, ip, &committed); in xfs_qm_qino_alloc()