Searched refs:xfs_dialloc (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 42 int xfs_dialloc(struct xfs_trans **tpp, const struct xfs_icreate_args *args,
|
D | xfs_ialloc.c | 1856 xfs_dialloc( in xfs_dialloc() function
|
/linux-6.12.1/fs/xfs/ |
D | xfs_symlink.c | 168 error = xfs_dialloc(&tp, &args, &ino); in xfs_symlink()
|
D | xfs_inode.c | 707 error = xfs_dialloc(&tp, args, &ino); in xfs_create() 815 error = xfs_dialloc(&tp, args, &ino); in xfs_create_tmpfile()
|
D | xfs_qm.c | 802 error = xfs_dialloc(&tp, &args, &ino); in xfs_qm_qino_alloc()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | tempfile.c | 91 error = xfs_dialloc(&tp, &args, &ino); in xrep_tempfile_create()
|