Searched refs:fscrypt_name (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/ |
| A D | fscrypt.h | 32 struct fscrypt_name { struct 309 int lookup, struct fscrypt_name *fname); 311 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 323 bool fscrypt_match_name(const struct fscrypt_name *fname, 341 struct fscrypt_name *fname); 536 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 548 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 572 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 631 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 877 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
|
| /linux/fs/ubifs/ |
| A D | dir.c | 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() 361 struct fscrypt_name nm; in do_tmpfile() 500 struct fscrypt_name nm; in ubifs_readdir() 699 struct fscrypt_name nm; in ubifs_link() 772 struct fscrypt_name nm; in ubifs_unlink() 877 struct fscrypt_name nm; in ubifs_rmdir() 953 struct fscrypt_name nm; in ubifs_mkdir() 1029 struct fscrypt_name nm; in ubifs_mknod() [all …]
|
| 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()
|
| A D | xattr.c | 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 404 struct fscrypt_name nm = {0}; in ubifs_listxattr() 462 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr() 508 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
| 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);
|
| 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 …]
|
| 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() 1673 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
| A D | orphan.c | 161 struct fscrypt_name nm = {0}; in ubifs_add_orphan()
|
| A D | replay.c | 55 struct fscrypt_name nm;
|
| A D | debug.c | 227 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1129 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
| /linux/fs/crypto/ |
| A D | fname.c | 413 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 418 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename() 505 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
| A D | hooks.c | 100 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
|
| /linux/fs/f2fs/ |
| A D | dir.c | 107 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename() 142 struct fscrypt_name crypt_name; in f2fs_setup_filename() 161 struct fscrypt_name crypt_name; in f2fs_prepare_lookup() 267 struct fscrypt_name f; in f2fs_match_name()
|
| /linux/fs/ext4/ |
| A D | ext4.h | 2731 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name() 2747 struct fscrypt_name name; in ext4_fname_setup_filename() 2766 struct fscrypt_name name; in ext4_fname_prepare_lookup() 2783 struct fscrypt_name name; in ext4_fname_free_filename()
|
| A D | namei.c | 1420 struct fscrypt_name f; in ext4_match()
|
Completed in 66 milliseconds