Home
last modified time | relevance | path

Searched refs:fscrypt_str (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/btrfs/
H A Ddir-item.h9 struct fscrypt_str;
18 const struct fscrypt_str *name);
20 const struct fscrypt_str *name, struct btrfs_inode *dir,
25 const struct fscrypt_str *name, int mod);
30 u64 index, const struct fscrypt_str *name, int mod);
33 const struct fscrypt_str *name);
H A Dinode-item.h9 struct fscrypt_str;
92 struct btrfs_root *root, const struct fscrypt_str *name,
95 struct btrfs_root *root, const struct fscrypt_str *name,
106 const struct fscrypt_str *name,
111 const struct fscrypt_str *name);
114 const struct fscrypt_str *name);
H A Droot-tree.h8 struct fscrypt_str;
23 const struct fscrypt_str *name);
26 const struct fscrypt_str *name);
H A Ddir-item.c109 const struct fscrypt_str *name, struct btrfs_inode *dir, in btrfs_insert_dir_item()
212 const struct fscrypt_str *name, in btrfs_lookup_dir_item()
231 const struct fscrypt_str *name) in btrfs_check_dir_item_collision()
302 u64 index, const struct fscrypt_str *name, int mod) in btrfs_lookup_dir_index_item()
321 u64 dirid, const struct fscrypt_str *name) in btrfs_search_dir_index_item()
H A Dinode-item.c19 const struct fscrypt_str *name) in btrfs_find_name_in_backref()
46 const struct fscrypt_str *name) in btrfs_find_name_in_ext_backref()
83 const struct fscrypt_str *name, in btrfs_lookup_inode_extref()
105 const struct fscrypt_str *name, in btrfs_del_inode_extref()
167 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_del_inode_ref()
244 const struct fscrypt_str *name, in btrfs_insert_inode_extref()
296 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_insert_inode_ref()
H A Dtree-log.h82 const struct fscrypt_str *name,
85 const struct fscrypt_str *name,
H A Dbtrfs_inode.h559 const struct fscrypt_str *name);
562 const struct fscrypt_str *name, bool add_backref, u64 index);
H A Droot-tree.c331 const struct fscrypt_str *name) in btrfs_del_root_ref()
399 const struct fscrypt_str *name) in btrfs_add_root_ref()
H A Dtree-log.c691 struct fscrypt_str *name) in read_alloc_one_name()
1045 const struct fscrypt_str *name) in unlink_inode_for_log_replay()
1088 struct fscrypt_str name; in drop_one_dir_item()
1137 struct fscrypt_str *name) in inode_in_dir()
1184 const struct fscrypt_str *name) in backref_in_log()
1226 struct fscrypt_str victim_name; in unlink_refs_not_in_log()
1284 struct fscrypt_str victim_name; in unlink_extrefs_not_in_log()
1341 u64 ref_index, struct fscrypt_str *name) in __add_inode_ref()
1429 struct fscrypt_str *name, u64 *index, in extref_get_fields()
1451 struct fscrypt_str *name, u64 *index) in ref_get_fields()
[all …]
H A Dinode.c4408 const struct fscrypt_str *name, in __btrfs_unlink_inode()
4507 const struct fscrypt_str *name) in btrfs_unlink_inode()
4688 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
6615 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode()
6894 const struct fscrypt_str *name, bool add_backref, u64 index) in btrfs_add_link()
8299 struct fscrypt_str *old_name, *new_name; in btrfs_rename_exchange()
/linux/fs/ceph/
H A Dcrypto.h104 struct fscrypt_str *fname) in ceph_fname_alloc_buffer()
112 struct fscrypt_str *fname) in ceph_fname_free_buffer()
118 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname,
119 struct fscrypt_str *oname, bool *is_nokey);
196 struct fscrypt_str *fname) in ceph_fname_alloc_buffer()
202 struct fscrypt_str *fname) in ceph_fname_free_buffer()
207 struct fscrypt_str *tname, in ceph_fname_to_usr()
208 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr()
H A Dcrypto.c303 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr()
304 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr()
307 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr()
308 struct fscrypt_str iname; in ceph_fname_to_usr()
H A Dexport.c586 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
/linux/include/linux/
H A Dfscrypt.h38 struct fscrypt_str { struct
45 struct fscrypt_str disk_name; argument
48 struct fscrypt_str crypto_buf;
441 struct fscrypt_str *crypto_str);
442 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str);
445 const struct fscrypt_str *iname,
446 struct fscrypt_str *oname);
472 struct fscrypt_str *disk_link);
474 unsigned int len, struct fscrypt_str *disk_link);
712 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer()
[all …]
/linux/fs/crypto/
H A Dfname.c138 const struct fscrypt_str *iname, in fname_decrypt()
139 struct fscrypt_str *oname) in fname_decrypt()
218 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer()
237 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer()
269 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr()
270 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr()
H A Dhooks.c242 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink()
286 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink()
360 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
/linux/fs/f2fs/
H A Ddir.c500 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir()
501 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
656 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
974 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries()
979 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries()
1066 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
H A Dinline.c757 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
H A Df2fs.h624 struct fscrypt_str disk_name;
634 struct fscrypt_str crypto_buf;
3851 unsigned int start_pos, struct fscrypt_str *fstr);
3872 const struct fscrypt_str *name, f2fs_hash_t name_hash,
4512 struct fscrypt_str *fstr);
H A Dnamei.c641 struct fscrypt_str disk_link; in f2fs_symlink()
/linux/fs/ext4/
H A Ddir.c139 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir()
284 struct fscrypt_str de_name = in ext4_readdir()
473 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
H A Dnamei.c640 struct fscrypt_str fname_crypto_str = in dx_show_leaf()
655 struct fscrypt_str de_name = in dx_show_leaf()
1046 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree()
1114 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree()
1162 struct fscrypt_str tmp_str; in ext4_htree_fill_tree()
3329 struct fscrypt_str *disk_link) in ext4_init_symlink_block()
3361 struct fscrypt_str disk_link; in ext4_symlink()
H A Dext4.h2579 struct fscrypt_str disk_name;
2582 struct fscrypt_str crypto_buf;
2900 struct fscrypt_str *ent_name);
/linux/fs/ubifs/
H A Ddir.c584 struct fscrypt_str fstr = {0}; in ubifs_readdir()
1181 struct fscrypt_str disk_link; in ubifs_symlink()
/linux/fs/
H A Dlibfs.c1909 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match()
1914 const struct fscrypt_str encrypted_name = in generic_ci_match()

12