Home
last modified time | relevance | path

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

/linux-6.15/include/trace/misc/
H A Dfs.h114 { LOOKUP_EXCL, "EXCL" }, \
/linux-6.15/include/linux/
H A Dnamei.h37 #define LOOKUP_EXCL BIT(18) /* ... in target must not exist */ macro
/linux-6.15/fs/nfs/
H A Ddir.c720 if (flags & (LOOKUP_EXCL | LOOKUP_PARENT | LOOKUP_REVAL)) in nfs_lookup_advise_force_readdirplus()
1537 return (flags & (LOOKUP_CREATE | LOOKUP_EXCL)) == in nfs_is_exclusive_create()
1538 (LOOKUP_CREATE | LOOKUP_EXCL); in nfs_is_exclusive_create()
1764 if (!(flags & (LOOKUP_EXCL | LOOKUP_REVAL)) && in nfs_do_lookup_revalidate()
2241 if (flags & (LOOKUP_EXCL | LOOKUP_REVAL)) in nfs4_lookup_revalidate()
/linux-6.15/fs/
H A Dnamei.c1718 if (d_is_positive(dentry) && (flags & LOOKUP_EXCL)) { in lookup_one_qstr_excl()
3829 nd->flags &= ~(LOOKUP_OPEN|LOOKUP_CREATE|LOOKUP_EXCL); in open_last_lookups()
4108 unsigned int create_flags = LOOKUP_CREATE | LOOKUP_EXCL; in filename_create()
5185 target_flags |= LOOKUP_EXCL; in do_renameat2()
H A Dopen.c1324 op->intent |= LOOKUP_EXCL; in build_open_flags()
/linux-6.15/Documentation/filesystems/
H A Dporting.rst1178 - if LOOKUP_EXCL IS given, then the dentry won't be positive,
1181 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-6.15/fs/smb/server/
H A Dvfs.c701 target_lookup_flags |= LOOKUP_EXCL; in ksmbd_vfs_rename()
/linux-6.15/fs/fuse/
H A Ddir.c210 (flags & (LOOKUP_EXCL | LOOKUP_REVAL | LOOKUP_RENAME_TARGET))) { in fuse_dentry_revalidate()