Searched refs:is_dot_dotdot (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | hash.c | 103 if (is_dot_dotdot(name, len)) { in f2fs_hash_filename()
|
H A D | f2fs.h | 2996 static inline bool is_dot_dotdot(const u8 *name, size_t len) in is_dot_dotdot() function
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | hash.c | 103 if (is_dot_dotdot(name, len)) { in f2fs_hash_filename()
|
H A D | dir.c | 53 !is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
|
H A D | f2fs.h | 3368 static inline bool is_dot_dotdot(const u8 *name, size_t len) in is_dot_dotdot() function
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 1979 static bool is_dot_dotdot(const char *name, size_t name_size) in is_dot_dotdot() function 2015 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 1952 static bool is_dot_dotdot(const char *name, size_t name_size) in is_dot_dotdot() function 1988 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 28 static bool is_dot_dotdot(const unsigned char *name, __u32 len) in is_dot_dotdot() function 96 if (is_dot_dotdot(p, len)) in hmdfs_dentry_hash()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 29 static bool is_dot_dotdot(const unsigned char *name, __u32 len) in is_dot_dotdot() function 97 if (is_dot_dotdot(p, len)) in hmdfs_dentry_hash()
|
Completed in 32 milliseconds