Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_symlink.c129 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xfs_symlink()
Dxfs_inode.h674 int xfs_icreate_dqalloc(const struct xfs_icreate_args *args,
Dxfs_inode.c617 xfs_icreate_dqalloc( in xfs_icreate_dqalloc() function
678 error = xfs_icreate_dqalloc(args, &udqp, &gdqp, &pdqp); in xfs_create()
815 error = xfs_icreate_dqalloc(args, &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
/linux-6.14.4/fs/xfs/scrub/
Dtempfile.c74 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xrep_tempfile_create()