Searched refs:XFS_ICREATE_TMPFILE (Results 1 – 5 of 5) sorted by relevance
35 #define XFS_ICREATE_TMPFILE (1U << 0) /* create an unlinked file */ macro
277 if (args->flags & XFS_ICREATE_TMPFILE) in xfs_inode_init()
46 .flags = XFS_ICREATE_TMPFILE | XFS_ICREATE_UNLINKABLE, in xrep_tempfile_create()
797 ASSERT(args->flags & XFS_ICREATE_TMPFILE); in xfs_create_tmpfile()2057 .flags = XFS_ICREATE_TMPFILE, in xfs_rename_alloc_whiteout()
215 args.flags |= XFS_ICREATE_TMPFILE; in xfs_generic_create()