/linux/include/linux/ |
H A D | fscrypt.h | 43 struct fscrypt_name { struct 399 int lookup, struct fscrypt_name *fname); 401 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 413 bool fscrypt_match_name(const struct fscrypt_name *fname, 430 struct fscrypt_name *fname); 660 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 672 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 696 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 756 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 1023 struct fscrypt_name *fnam in fscrypt_prepare_lookup() 44 usr_fnamefscrypt_name global() argument 45 disk_namefscrypt_name global() argument 46 hashfscrypt_name global() argument 47 minor_hashfscrypt_name global() argument 48 crypto_buffscrypt_name global() argument 49 is_nokey_namefscrypt_name global() argument [all...] |
/linux/fs/ext4/ |
H A D | crypto.c | 11 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name() 25 struct fscrypt_name name; in ext4_fname_setup_filename() 44 struct fscrypt_name name; in ext4_fname_prepare_lookup() 61 struct fscrypt_name name; in ext4_fname_free_filename()
|
H A D | namei.c | 1409 struct fscrypt_name f; in ext4_match()
|
/linux/fs/ubifs/ |
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 | dir.c | 205 const struct fscrypt_name *nm) in dbg_check_name() 224 struct fscrypt_name nm; in ubifs_lookup() 297 struct fscrypt_name *nm) in ubifs_prepare_create() 313 struct fscrypt_name nm; in ubifs_create() 454 struct fscrypt_name nm; in ubifs_tmpfile() 583 struct fscrypt_name nm; in ubifs_readdir() 760 struct fscrypt_name nm; in ubifs_link() 830 struct fscrypt_name nm; in ubifs_unlink() 911 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty() 936 struct fscrypt_name n in ubifs_rmdir() [all...] |
H A D | ubifs.h | 1786 const struct fscrypt_name *nm, const struct inode *inode, 1795 const struct fscrypt_name *fst_nm, 1798 const struct fscrypt_name *snd_nm, int sync); 1801 const struct fscrypt_name *old_nm, 1804 const struct fscrypt_name *new_nm, 1809 const struct inode *inode, const struct fscrypt_name *nm); 1844 void *node, const struct fscrypt_name *nm); 1855 const struct fscrypt_name *nm); 1858 const struct fscrypt_name *nm); 1866 const struct fscrypt_name *n [all...] |
H A D | tnc.c | 569 const struct fscrypt_name *nm) in matches_name() 739 const struct fscrypt_name *nm) in resolve_collision() 857 const struct fscrypt_name *nm) in fallible_matches_name() 928 const struct fscrypt_name *nm, in fallible_resolve_collision() 1847 void *node, const struct fscrypt_name *nm) in do_lookup_nm() 1895 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm() 2448 const struct fscrypt_name *nm) in ubifs_tnc_add_nm() 2514 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm() 2684 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm() 2907 struct fscrypt_name n in ubifs_tnc_remove_ino() [all...] |
H A D | journal.c | 667 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 1021 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode() 1188 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename() 1191 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename() 1356 const struct fscrypt_name *old_nm, in ubifs_jnl_rename() 1359 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1859 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
H A D | debug.c | 227 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1132 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
/linux/fs/f2fs/ |
H A D | dir.c | 89 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename() 124 struct fscrypt_name crypt_name; in f2fs_setup_filename() 143 struct fscrypt_name crypt_name; in f2fs_prepare_lookup() 194 struct fscrypt_name f; in f2fs_match_name()
|
/linux/fs/crypto/ |
H A D | hooks.c | 120 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 143 * However, this function doesn't set up a struct fscrypt_name for the filename.
|
/linux/fs/btrfs/ |
H A D | btrfs_inode.h | 583 struct fscrypt_name fname;
|
H A D | inode.c | 4349 struct fscrypt_name fname; in btrfs_unlink() 4398 struct fscrypt_name fname; in btrfs_unlink_subvol() 4723 struct fscrypt_name fname; in btrfs_rmdir() 5579 struct fscrypt_name fname; in btrfs_inode_by_name() 5637 struct fscrypt_name fname; in fixup_tree_root_location() 6805 struct fscrypt_name fname; in btrfs_link() 8066 struct fscrypt_name old_fname, new_fname; in btrfs_rename_exchange() 8350 struct fscrypt_name old_fname, new_fname; in btrfs_rename()
|
H A D | transaction.c | 1655 struct fscrypt_name fname; in create_pending_snapshot()
|
H A D | tree-log.c | 7599 struct fscrypt_name fname; in btrfs_log_new_name()
|