| /linux/fs/btrfs/ |
| A D | dir-item.h | 9 struct fscrypt_str; 17 const struct fscrypt_str *name); 19 const struct fscrypt_str *name, struct btrfs_inode *dir, 24 const struct fscrypt_str *name, int mod); 29 u64 index, const struct fscrypt_str *name, int mod); 32 const struct fscrypt_str *name);
|
| A D | inode-item.h | 9 struct fscrypt_str; 92 struct btrfs_root *root, const struct fscrypt_str *name, 95 struct btrfs_root *root, const struct fscrypt_str *name, 108 const struct fscrypt_str *name, 114 const struct fscrypt_str *name); 117 const struct fscrypt_str *name);
|
| A D | root-tree.h | 8 struct fscrypt_str; 23 const struct fscrypt_str *name); 26 const struct fscrypt_str *name);
|
| A D | tree-log.h | 84 const struct fscrypt_str *name, 88 const struct fscrypt_str *name,
|
| A D | dir-item.c | 110 const struct fscrypt_str *name, struct btrfs_inode *dir, in btrfs_insert_dir_item() 215 const struct fscrypt_str *name, in btrfs_lookup_dir_item() 234 const struct fscrypt_str *name) in btrfs_check_dir_item_collision() 311 u64 index, const struct fscrypt_str *name, int mod) in btrfs_lookup_dir_index_item() 330 u64 dirid, const struct fscrypt_str *name) in btrfs_search_dir_index_item()
|
| A D | inode-item.c | 19 const struct fscrypt_str *name) in btrfs_find_name_in_backref() 46 const struct fscrypt_str *name) in btrfs_find_name_in_ext_backref() 85 const struct fscrypt_str *name, in btrfs_lookup_inode_extref() 108 const struct fscrypt_str *name, in btrfs_del_inode_extref() 178 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_del_inode_ref() 255 const struct fscrypt_str *name, in btrfs_insert_inode_extref() 310 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_insert_inode_ref()
|
| A D | btrfs_inode.h | 536 const struct fscrypt_str *name); 539 const struct fscrypt_str *name, int add_backref, u64 index);
|
| A D | root-tree.c | 345 const struct fscrypt_str *name) in btrfs_del_root_ref() 417 const struct fscrypt_str *name) in btrfs_add_root_ref()
|
| A D | tree-log.c | 599 struct fscrypt_str *name) in read_alloc_one_name() 952 struct fscrypt_str name; in drop_one_dir_item() 993 struct fscrypt_str *name) in inode_in_dir() 1110 struct fscrypt_str victim_name; in __add_inode_ref() 1160 struct fscrypt_str victim_name; in __add_inode_ref() 1309 struct fscrypt_str name; in unlink_old_inode_refs() 1377 struct fscrypt_str name = { 0 }; in add_inode_ref() 1848 struct fscrypt_str name = { 0 }; in replay_one_name() 2128 struct fscrypt_str name = { 0 }; in check_item_in_log() 3519 const struct fscrypt_str *name, in btrfs_del_inode_ref_in_log() [all …]
|
| A D | inode.c | 4135 const struct fscrypt_str *name, in __btrfs_unlink_inode() 4237 const struct fscrypt_str *name) in btrfs_unlink_inode() 4419 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol() 6231 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode() 6484 const struct fscrypt_str *name, int add_backref, u64 index) in btrfs_add_link() 7908 struct fscrypt_str *old_name, *new_name; in btrfs_rename_exchange()
|
| /linux/fs/ceph/ |
| A D | crypto.h | 111 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 119 struct fscrypt_str *fname) in ceph_fname_free_buffer() 125 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, 126 struct fscrypt_str *oname, bool *is_nokey); 211 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 217 struct fscrypt_str *fname) in ceph_fname_free_buffer() 222 struct fscrypt_str *tname, in ceph_fname_to_usr() 223 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr()
|
| A D | crypto.c | 381 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() 382 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr() 385 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr() 386 struct fscrypt_str iname; in ceph_fname_to_usr()
|
| A D | export.c | 575 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
|
| /linux/include/linux/ |
| A D | fscrypt.h | 38 struct fscrypt_str { struct 45 struct fscrypt_str disk_name; argument 48 struct fscrypt_str crypto_buf; 411 const struct fscrypt_str *iname, 412 struct fscrypt_str *oname); 438 struct fscrypt_str *disk_link); 680 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 693 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr() 791 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink() 805 struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink() [all …]
|
| /linux/fs/crypto/ |
| A D | fname.c | 148 const struct fscrypt_str *iname, in fname_decrypt() 149 struct fscrypt_str *oname) in fname_decrypt() 314 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 333 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() 365 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() 366 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr()
|
| A D | hooks.c | 240 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink() 284 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink() 358 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
|
| /linux/fs/f2fs/ |
| A D | dir.c | 460 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 461 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 615 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() 933 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() 938 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1026 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
| A D | f2fs.h | 519 struct fscrypt_str disk_name; 529 struct fscrypt_str crypto_buf; 3580 unsigned int start_pos, struct fscrypt_str *fstr); 3602 const struct fscrypt_str *name, f2fs_hash_t name_hash, 4209 struct fscrypt_str *fstr);
|
| A D | inline.c | 754 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
|
| A D | namei.c | 612 struct fscrypt_str disk_link; in f2fs_symlink()
|
| /linux/fs/ext4/ |
| A D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 280 struct fscrypt_str de_name = in ext4_readdir() 469 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
|
| A D | namei.c | 672 struct fscrypt_str fname_crypto_str = in dx_show_leaf() 687 struct fscrypt_str de_name = in dx_show_leaf() 1078 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1146 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1194 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() 3337 struct fscrypt_str *disk_link) in ext4_init_symlink_block() 3369 struct fscrypt_str disk_link; in ext4_symlink()
|
| A D | ext4.h | 2509 struct fscrypt_str disk_name; 2512 struct fscrypt_str crypto_buf; 2830 struct fscrypt_str *ent_name);
|
| /linux/fs/ubifs/ |
| A D | dir.c | 584 struct fscrypt_str fstr = {0}; in ubifs_readdir() 1181 struct fscrypt_str disk_link; in ubifs_symlink()
|
| /linux/fs/ |
| A D | libfs.c | 1895 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match() 1900 const struct fscrypt_str encrypted_name = in generic_ci_match()
|