Searched refs:xfs_trans_alloc_icreate (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_trans.h | 258 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
|
D | xfs_symlink.c | 149 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp, in xfs_symlink()
|
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()
|
D | xfs_trans.c | 1199 xfs_trans_alloc_icreate( in xfs_trans_alloc_icreate() function
|
/linux-6.14.4/fs/xfs/scrub/ |
D | tempfile.c | 86 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xrep_tempfile_create()
|