Home
last modified time | relevance | path

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

12

/linux-6.15/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,
108 const struct fscrypt_str *name,
114 const struct fscrypt_str *name);
117 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 Dtree-log.h84 const struct fscrypt_str *name,
88 const struct fscrypt_str *name,
H A Ddir-item.c108 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()
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()
308 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_insert_inode_ref()
H A Dbtrfs_inode.h545 const struct fscrypt_str *name);
548 const struct fscrypt_str *name, int add_backref, u64 index);
H A Dtree-log.c593 struct fscrypt_str *name) in read_alloc_one_name()
937 struct fscrypt_str name; in drop_one_dir_item()
978 struct fscrypt_str *name) in inode_in_dir()
1095 struct fscrypt_str victim_name; in __add_inode_ref()
1145 struct fscrypt_str victim_name; in __add_inode_ref()
1294 struct fscrypt_str name; in unlink_old_inode_refs()
1361 struct fscrypt_str name = { 0 }; in add_inode_ref()
1833 struct fscrypt_str name = { 0 }; in replay_one_name()
2111 struct fscrypt_str name = { 0 }; in check_item_in_log()
3500 const struct fscrypt_str *name, in btrfs_del_inode_ref_in_log()
[all …]
H A Droot-tree.c344 const struct fscrypt_str *name) in btrfs_del_root_ref()
416 const struct fscrypt_str *name) in btrfs_add_root_ref()
H A Dinode.c4217 const struct fscrypt_str *name, in __btrfs_unlink_inode()
4319 const struct fscrypt_str *name) in btrfs_unlink_inode()
4501 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
6303 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode()
6558 const struct fscrypt_str *name, int add_backref, u64 index) in btrfs_add_link()
7980 struct fscrypt_str *old_name, *new_name; in btrfs_rename_exchange()
/linux-6.15/fs/ceph/
H A Dcrypto.h111 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()
H A Dcrypto.c381 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()
H A Dexport.c581 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
/linux-6.15/include/linux/
H A Dfscrypt.h38 struct fscrypt_str { struct
45 struct fscrypt_str disk_name; argument
48 struct fscrypt_str crypto_buf;
410 const struct fscrypt_str *iname,
411 struct fscrypt_str *oname);
437 struct fscrypt_str *disk_link);
677 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer()
690 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr()
788 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink()
802 struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink()
[all …]
/linux-6.15/fs/crypto/
H A Dfname.c148 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()
H A Dhooks.c240 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-6.15/fs/f2fs/
H A Ddir.c483 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir()
484 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
638 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
956 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries()
961 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries()
1049 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
H A Dinline.c755 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
H A Df2fs.h527 struct fscrypt_str disk_name;
537 struct fscrypt_str crypto_buf;
3648 unsigned int start_pos, struct fscrypt_str *fstr);
3670 const struct fscrypt_str *name, f2fs_hash_t name_hash,
4315 struct fscrypt_str *fstr);
H A Dnamei.c621 struct fscrypt_str disk_link; in f2fs_symlink()
/linux-6.15/fs/ext4/
H A Ddir.c138 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir()
283 struct fscrypt_str de_name = in ext4_readdir()
472 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
H A Dnamei.c642 struct fscrypt_str fname_crypto_str = in dx_show_leaf()
657 struct fscrypt_str de_name = in dx_show_leaf()
1048 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree()
1116 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree()
1164 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.h2520 struct fscrypt_str disk_name;
2523 struct fscrypt_str crypto_buf;
2841 struct fscrypt_str *ent_name);
/linux-6.15/fs/ubifs/
H A Ddir.c584 struct fscrypt_str fstr = {0}; in ubifs_readdir()
1181 struct fscrypt_str disk_link; in ubifs_symlink()
/linux-6.15/fs/
H A Dlibfs.c1884 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match()
1889 const struct fscrypt_str encrypted_name = in generic_ci_match()

12