Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/btrfs/
H A Ddir-item.h7 const struct fscrypt_str *name);
9 const struct fscrypt_str *name, struct btrfs_inode *dir,
14 const struct fscrypt_str *name, int mod);
19 u64 index, const struct fscrypt_str *name, int mod);
22 const struct fscrypt_str *name);
H A Dinode-item.h83 struct btrfs_root *root, const struct fscrypt_str *name,
86 struct btrfs_root *root, const struct fscrypt_str *name,
99 const struct fscrypt_str *name,
105 const struct fscrypt_str *name);
108 const struct fscrypt_str *name);
H A Droot-tree.h11 const struct fscrypt_str *name);
14 const struct fscrypt_str *name);
H A Ddir-item.c110 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()
H A Dinode-item.c20 const struct fscrypt_str *name) in btrfs_find_name_in_backref()
47 const struct fscrypt_str *name) in btrfs_find_name_in_ext_backref()
86 const struct fscrypt_str *name, in btrfs_lookup_inode_extref()
109 const struct fscrypt_str *name, in btrfs_del_inode_extref()
179 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_del_inode_ref()
256 const struct fscrypt_str *name, in btrfs_insert_inode_extref()
311 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_insert_inode_ref()
H A Dtree-log.h93 const struct fscrypt_str *name,
97 const struct fscrypt_str *name,
H A Dbtrfs_inode.h429 const struct fscrypt_str *name);
432 const struct fscrypt_str *name, int add_backref, u64 index);
H A Dtree-log.c602 struct fscrypt_str *name) in read_alloc_one_name()
921 const struct fscrypt_str *name) in unlink_inode_for_log_replay()
952 struct fscrypt_str name; in drop_one_dir_item()
993 struct fscrypt_str *name) in inode_in_dir()
1040 const struct fscrypt_str *name) in backref_in_log()
1076 u64 ref_index, struct fscrypt_str *name) in __add_inode_ref()
1110 struct fscrypt_str victim_name; in __add_inode_ref()
1160 struct fscrypt_str victim_name; in __add_inode_ref()
1235 struct fscrypt_str *name, u64 *index, in extref_get_fields()
1257 struct fscrypt_str *name, u64 *index) in ref_get_fields()
[all …]
H A Droot-tree.c336 const struct fscrypt_str *name) in btrfs_del_root_ref()
408 const struct fscrypt_str *name) in btrfs_add_root_ref()
H A Dinode.c4059 const struct fscrypt_str *name, in __btrfs_unlink_inode()
4162 const struct fscrypt_str *name) in btrfs_unlink_inode()
4344 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
6202 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode()
6436 const struct fscrypt_str *name, int add_backref, u64 index) in btrfs_add_link()
8753 struct fscrypt_str *old_name, *new_name; in btrfs_rename_exchange()
H A Dsuper.c1098 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
/openbmc/linux/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.c378 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr()
379 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr()
382 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr()
383 struct fscrypt_str iname; in ceph_fname_to_usr()
H A Dexport.c572 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
/openbmc/linux/include/linux/
H A Dfscrypt.h38 struct fscrypt_str { struct
45 struct fscrypt_str disk_name; argument
48 struct fscrypt_str crypto_buf;
347 struct fscrypt_str *crypto_str);
348 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str);
351 const struct fscrypt_str *iname,
352 struct fscrypt_str *oname);
379 struct fscrypt_str *disk_link);
381 unsigned int len, struct fscrypt_str *disk_link);
615 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer()
[all …]
/openbmc/linux/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.c225 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink()
269 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink()
343 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
/openbmc/linux/fs/f2fs/
H A Ddir.c193 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in f2fs_match_ci_name()
198 const struct fscrypt_str encrypted_name = in f2fs_match_ci_name()
526 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir()
527 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
681 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry()
998 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries()
1003 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries()
1091 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
H A Df2fs.h504 struct fscrypt_str disk_name;
514 struct fscrypt_str crypto_buf;
525 struct fscrypt_str cf_name;
3537 unsigned int start_pos, struct fscrypt_str *fstr);
3559 const struct fscrypt_str *name, f2fs_hash_t name_hash,
4163 struct fscrypt_str *fstr);
H A Dinline.c756 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
H A Dnamei.c613 struct fscrypt_str disk_link; in f2fs_symlink()
/openbmc/linux/fs/ext4/
H A Ddir.c135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir()
279 struct fscrypt_str de_name = in ext4_readdir()
470 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
H A Dnamei.c672 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()
1407 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in ext4_ci_compare()
1412 const struct fscrypt_str encrypted_name = in ext4_ci_compare()
1449 struct fscrypt_str *cf_name = &name->cf_name; in ext4_fname_setup_ci_filename()
3389 struct fscrypt_str *disk_link) in ext4_init_symlink_block()
3421 struct fscrypt_str disk_link; in ext4_symlink()
H A Dext4.h2494 struct fscrypt_str disk_name;
2497 struct fscrypt_str crypto_buf;
2500 struct fscrypt_str cf_name;
2804 struct fscrypt_str *ent_name);
/openbmc/linux/fs/ubifs/
H A Ddir.c558 struct fscrypt_str fstr = {0}; in ubifs_readdir()
1146 struct fscrypt_str disk_link; in ubifs_symlink()

12