Home
last modified time | relevance | path

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

12

/linux/fs/btrfs/
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 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()
310 struct btrfs_root *root, const struct fscrypt_str *name, in btrfs_insert_inode_ref()
H A Dbtrfs_inode.h536 const struct fscrypt_str *name);
539 const struct fscrypt_str *name, int add_backref, u64 index);
H A Droot-tree.c345 const struct fscrypt_str *name) in btrfs_del_root_ref()
417 const struct fscrypt_str *name) in btrfs_add_root_ref()
H A Dtree-log.c599 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 Dinode.c4146 const struct fscrypt_str *name, in __btrfs_unlink_inode()
4248 const struct fscrypt_str *name) in btrfs_unlink_inode()
4430 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
6222 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode()
6475 const struct fscrypt_str *name, int add_backref, u64 index) in btrfs_add_link()
7898 struct fscrypt_str *old_name, *new_name; in btrfs_rename_exchange()
H A Dsuper.c912 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
/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.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()
H A Ddir.c990 struct fscrypt_str osd_link = FSTR_INIT(NULL, 0); in prep_encrypted_symlink_target()
/linux/include/linux/
H A Dfscrypt.h38 struct fscrypt_str { struct
45 struct fscrypt_str disk_name; argument
48 struct fscrypt_str crypto_buf;
407 struct fscrypt_str *crypto_str);
408 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str);
411 const struct fscrypt_str *iname,
412 struct fscrypt_str *oname);
438 struct fscrypt_str *disk_link);
440 unsigned int len, struct fscrypt_str *disk_link);
680 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer()
[all …]
/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.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/fs/f2fs/
H A Ddir.c460 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()
H A Dinline.c754 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
H A Dnamei.c612 struct fscrypt_str disk_link; in f2fs_symlink()
/linux/fs/ext4/
H A Ddir.c135 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()
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()
3344 struct fscrypt_str *disk_link) in ext4_init_symlink_block()
3376 struct fscrypt_str disk_link; in ext4_symlink()
H A Dext4.h2505 struct fscrypt_str disk_name;
2508 struct fscrypt_str crypto_buf;
2826 struct fscrypt_str *ent_name);
H A Dinline.c1345 struct fscrypt_str tmp_str; in ext4_inlinedir_to_tree()
/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.c1890 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match()
1895 const struct fscrypt_str encrypted_name = in generic_ci_match()

12