| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscrypt.h | 32 struct fscrypt_name { struct 218 int lookup, struct fscrypt_name *fname); 220 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 232 bool fscrypt_match_name(const struct fscrypt_name *fname, 250 struct fscrypt_name *fname); 445 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 457 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 481 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 540 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 818 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 182 const struct fscrypt_name *nm) in dbg_check_name() 201 struct fscrypt_name nm; in ubifs_lookup() 275 struct fscrypt_name *nm) in ubifs_prepare_create() 291 struct fscrypt_name nm; in ubifs_create() 362 struct fscrypt_name nm; in do_tmpfile() 505 struct fscrypt_name nm; in ubifs_readdir() 704 struct fscrypt_name nm; in ubifs_link() 777 struct fscrypt_name nm; in ubifs_unlink() 857 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty() 882 struct fscrypt_name nm; in ubifs_rmdir() [all …]
|
| H A D | key.h | 148 const struct fscrypt_name *nm) in dent_key_init() 183 const struct fscrypt_name *nm) in dent_key_init_flash() 217 const struct fscrypt_name *nm) in xent_key_init() 234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash()
|
| H A D | xattr.c | 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 270 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 333 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 408 struct fscrypt_name nm = {0}; in ubifs_listxattr() 466 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr() 512 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() 603 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
| H A D | ubifs.h | 1767 const struct fscrypt_name *nm, const struct inode *inode, 1775 const struct fscrypt_name *fst_nm, 1778 const struct fscrypt_name *snd_nm, int sync); 1781 const struct fscrypt_name *old_nm, 1784 const struct fscrypt_name *new_nm, 1789 const struct inode *inode, const struct fscrypt_name *nm); 1824 void *node, const struct fscrypt_name *nm); 1835 const struct fscrypt_name *nm); 1838 const struct fscrypt_name *nm); 1846 const struct fscrypt_name *nm);
|
| H A D | tnc.c | 531 const struct fscrypt_name *nm) in matches_name() 701 const struct fscrypt_name *nm) in resolve_collision() 819 const struct fscrypt_name *nm) in fallible_matches_name() 890 const struct fscrypt_name *nm, in fallible_resolve_collision() 1809 void *node, const struct fscrypt_name *nm) in do_lookup_nm() 1857 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm() 2410 const struct fscrypt_name *nm) in ubifs_tnc_add_nm() 2476 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm() 2646 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm() 2869 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() [all …]
|
| H A D | journal.c | 539 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 880 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode() 1053 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename() 1056 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename() 1216 const struct fscrypt_name *old_nm, in ubifs_jnl_rename() 1219 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1672 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
| H A D | orphan.c | 161 struct fscrypt_name nm = {0}; in ubifs_add_orphan()
|
| H A D | replay.c | 55 struct fscrypt_name nm;
|
| H A D | debug.c | 227 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1108 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | fname.c | 390 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 395 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename() 482 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
| H A D | hooks.c | 98 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | dir.c | 108 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename() 143 struct fscrypt_name crypt_name; in f2fs_setup_filename() 162 struct fscrypt_name crypt_name; in f2fs_prepare_lookup() 268 struct fscrypt_name f; in f2fs_match_name()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4.h | 2617 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name() 2633 struct fscrypt_name name; in ext4_fname_setup_filename() 2652 struct fscrypt_name name; in ext4_fname_prepare_lookup() 2669 struct fscrypt_name name; in ext4_fname_free_filename()
|
| H A D | namei.c | 1453 struct fscrypt_name f; in ext4_match()
|