Home
last modified time | relevance | path

Searched refs:is_dot_dotdot (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dhash.c103 if (is_dot_dotdot(name, len)) { in f2fs_hash_filename()
H A Ddir.c55 !is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
/linux-6.15/fs/crypto/
H A Dfname.c77 return is_dot_dotdot(str->name, str->len); in fscrypt_is_dot_dotdot()
/linux-6.15/fs/exportfs/
H A Dexpfs.c256 if (buf->ino == ino && len <= NAME_MAX && !is_dot_dotdot(name, len)) { in filldir_one()
/linux-6.15/fs/ecryptfs/
H A Dcrypto.c1979 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
/linux-6.15/fs/smb/server/
H A Dvfs.c1106 if (!is_dot_dotdot(name, namlen)) in __dir_empty()
/linux-6.15/include/linux/
H A Dfs.h3210 static inline bool is_dot_dotdot(const char *name, size_t len) in is_dot_dotdot() function
/linux-6.15/fs/
H A Dnamei.c2882 if (is_dot_dotdot(name, len)) in lookup_one_common()