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
279 if (args->flags & XFS_ICREATE_TMPFILE) in xfs_inode_init()
47 .flags = XFS_ICREATE_TMPFILE | XFS_ICREATE_UNLINKABLE, in xrep_tempfile_create()
809 ASSERT(args->flags & XFS_ICREATE_TMPFILE); in xfs_create_tmpfile()2070 .flags = XFS_ICREATE_TMPFILE, in xfs_rename_alloc_whiteout()
218 args.flags |= XFS_ICREATE_TMPFILE; in xfs_generic_create()
Completed in 15 milliseconds