Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_util.h35 #define XFS_ICREATE_TMPFILE (1U << 0) /* create an unlinked file */ macro
H A Dxfs_inode_util.c277 if (args->flags & XFS_ICREATE_TMPFILE) in xfs_inode_init()
/linux/fs/xfs/scrub/
H A Dtempfile.c46 .flags = XFS_ICREATE_TMPFILE | XFS_ICREATE_UNLINKABLE, in xrep_tempfile_create()
/linux/fs/xfs/
H A Dxfs_inode.c797 ASSERT(args->flags & XFS_ICREATE_TMPFILE); in xfs_create_tmpfile()
2057 .flags = XFS_ICREATE_TMPFILE, in xfs_rename_alloc_whiteout()
H A Dxfs_iops.c215 args.flags |= XFS_ICREATE_TMPFILE; in xfs_generic_create()