Searched refs:xfs_icreate_dqalloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_symlink.c | 129 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xfs_symlink()
|
D | xfs_inode.h | 674 int xfs_icreate_dqalloc(const struct xfs_icreate_args *args,
|
D | xfs_inode.c | 617 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/ |
D | tempfile.c | 74 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xrep_tempfile_create()
|