Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_symlink.c129 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xfs_symlink()
H A 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/fs/xfs/scrub/
H A Dtempfile.c74 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xrep_tempfile_create()