Home
last modified time | relevance | path

Searched refs:LOOKUP_EXCL (Results 1 – 9 of 9) sorted by relevance

/linux/include/trace/misc/
H A Dfs.h114 { LOOKUP_EXCL, "EXCL" }, \
/linux/include/linux/
H A Dnamei.h38 #define LOOKUP_EXCL BIT(18) /* ... in target must not exist */ macro
/linux/fs/nfs/
H A Ddir.c720 if (flags & (LOOKUP_EXCL | LOOKUP_PARENT | LOOKUP_REVAL)) in nfs_lookup_advise_force_readdirplus()
1580 return (flags & (LOOKUP_CREATE | LOOKUP_EXCL)) == in nfs_is_exclusive_create()
1581 (LOOKUP_CREATE | LOOKUP_EXCL); in nfs_is_exclusive_create()
1807 if (!(flags & (LOOKUP_EXCL | LOOKUP_REVAL)) && in nfs_do_lookup_revalidate()
2285 if (flags & (LOOKUP_EXCL | LOOKUP_REVAL)) in nfs4_lookup_revalidate()
/linux/fs/
H A Dnamei.c1817 if (d_is_positive(dentry) && (flags & LOOKUP_EXCL)) { in lookup_one_qstr_excl()
3856 target_flags |= LOOKUP_EXCL; in __start_renaming()
3951 target_flags |= LOOKUP_EXCL; in __start_renaming_dentry()
4626 nd->flags &= ~(LOOKUP_OPEN|LOOKUP_CREATE|LOOKUP_EXCL); in open_last_lookups()
4905 unsigned int create_flags = LOOKUP_CREATE | LOOKUP_EXCL; in filename_create()
H A Dopen.c1275 op->intent |= LOOKUP_EXCL; in build_open_flags()
H A Dlibfs.c2314 return start_dirop(parent, &qname, LOOKUP_CREATE | LOOKUP_EXCL); in simple_start_creating()
/linux/Documentation/filesystems/
H A Dporting.rst1175 - if LOOKUP_EXCL IS given, then the dentry won't be positive,
1178 LOOKUP_EXCL now means "target must not exist". It can be combined with
H A Dpath-lookup.rst1373 Finally ``LOOKUP_OPEN``, ``LOOKUP_CREATE``, ``LOOKUP_EXCL``, and
/linux/fs/fuse/
H A Ddir.c401 (flags & (LOOKUP_EXCL | LOOKUP_REVAL | LOOKUP_RENAME_TARGET))) { in fuse_dentry_revalidate()