Searched refs:name_is_dot_dotdot (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 81 name_is_dot_dotdot(str, len)) in ovl_casefold() 565 if (name_is_dot_dotdot(p->name, p->len)) { in ovl_cache_update() 670 if (!name_is_dot_dotdot(p->name, p->len)) { in ovl_dir_read_impure() 1100 if (name_is_dot_dotdot(p->name, p->len)) in ovl_check_empty_dir() 1145 if (name_is_dot_dotdot(name, namelen)) in ovl_check_d_type() 1208 if (name_is_dot_dotdot(p->name, p->len)) { in ovl_workdir_cleanup_recurse() 1274 if (name_is_dot_dotdot(p->name, p->len)) in ovl_indexdir_cleanup()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 260 if (name_is_dot_dotdot(name, len)) { in nfsd_lookup_dentry() 1889 if (name_is_dot_dotdot(fname, flen)) in nfsd_create() 1991 if (name_is_dot_dotdot(fname, flen)) in nfsd_symlink() 2068 if (name_is_dot_dotdot(name, len)) in nfsd_link() 2179 if (!flen || name_is_dot_dotdot(fname, flen) || in nfsd_rename() 2180 !tlen || name_is_dot_dotdot(tname, tlen)) in nfsd_rename() 2302 if (!flen || name_is_dot_dotdot(fname, flen)) in nfsd_unlink()
|
| H A D | nfsproc.c | 308 if (name_is_dot_dotdot(argp->name, argp->len)) in nfsd_proc_create()
|
| H A D | nfs3xdr.c | 990 if (name_is_dot_dotdot(name, namlen)) { in compose_entry_fh()
|
| H A D | nfs3proc.c | 294 if (name_is_dot_dotdot(argp->name, argp->len)) in nfsd3_create_file()
|
| H A D | nfs4xdr.c | 103 if (name_is_dot_dotdot(str, len)) in check_filename() 4647 if (name && name_is_dot_dotdot(name, namlen)) { in nfsd4_encode_entry4()
|
| H A D | nfs4proc.c | 263 if (name_is_dot_dotdot(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()
|
| /linux/fs/f2fs/ |
| H A D | dir.c | 72 !name_is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
|
| /linux/fs/ecryptfs/ |
| H A D | crypto.c | 1880 if (name_is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 1240 if (!name_is_dot_dotdot(name, namlen)) in __dir_empty()
|
| /linux/include/linux/ |
| H A D | fs.h | 2933 static inline bool name_is_dot_dotdot(const char *name, size_t len) in name_is_dot_dotdot() function
|
| /linux/fs/ |
| H A D | namei.c | 3094 if (name_is_dot_dotdot(name, len)) in lookup_noperm_common()
|