Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc_icreate (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/fs/xfs/
Dxfs_trans.h258 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
Dxfs_symlink.c149 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp, in xfs_symlink()
Dxfs_inode.c700 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()
Dxfs_trans.c1199 xfs_trans_alloc_icreate( in xfs_trans_alloc_icreate() function
/linux-6.14.4/fs/xfs/scrub/
Dtempfile.c86 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xrep_tempfile_create()