Searched refs:xfs_trans_alloc_icreate (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_symlink.c | 149 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp, in xfs_symlink()
|
H A D | xfs_inode.c | 700 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create() 705 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create() 822 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
|
H A D | xfs_trans.c | 1201 xfs_trans_alloc_icreate( in xfs_trans_alloc_icreate() function
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 86 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xrep_tempfile_create()
|