Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dhash.c103 if (is_dot_dotdot(name, len)) { in f2fs_hash_filename()
H A Ddir.c53 !is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
/openbmc/linux/fs/crypto/
H A Dfname.c77 return is_dot_dotdot(str->name, str->len); in fscrypt_is_dot_dotdot()
/openbmc/linux/fs/ecryptfs/
H A Dcrypto.c1978 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
/openbmc/linux/fs/smb/server/
H A Dvfs.c1113 if (!is_dot_dotdot(name, namlen)) in __dir_empty()
/openbmc/linux/include/linux/
H A Dfs.h2852 static inline bool is_dot_dotdot(const char *name, size_t len) in is_dot_dotdot() function
/openbmc/linux/fs/
H A Dnamei.c2670 if (is_dot_dotdot(name, len)) in lookup_one_common()