Home
last modified time | relevance | path

Searched refs:fscrypt_name (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dfscrypt.h43 struct fscrypt_name { struct
433 int lookup, struct fscrypt_name *fname);
435 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
447 bool fscrypt_match_name(const struct fscrypt_name *fname,
464 struct fscrypt_name *fname);
694 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
706 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
730 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
790 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
1057 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/linux/fs/ext4/
H A Dcrypto.c11 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name()
25 struct fscrypt_name name; in ext4_fname_setup_filename()
44 struct fscrypt_name name; in ext4_fname_prepare_lookup()
61 struct fscrypt_name name; in ext4_fname_free_filename()
/linux/fs/ubifs/
H A Dkey.h148 const struct fscrypt_name *nm) in dent_key_init()
183 const struct fscrypt_name *nm) in dent_key_init_flash()
217 const struct fscrypt_name *nm) in xent_key_init()
234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash()
H A Ddir.c205 const struct fscrypt_name *nm) in dbg_check_name()
224 struct fscrypt_name nm; in ubifs_lookup()
297 struct fscrypt_name *nm) in ubifs_prepare_create()
313 struct fscrypt_name nm; in ubifs_create()
454 struct fscrypt_name nm; in ubifs_tmpfile()
583 struct fscrypt_name nm; in ubifs_readdir()
760 struct fscrypt_name nm; in ubifs_link()
830 struct fscrypt_name nm; in ubifs_unlink()
911 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty()
936 struct fscrypt_name nm; in ubifs_rmdir()
[all …]
H A Dxattr.c69 const struct fscrypt_name *nm, const void *value, int size) in create_xattr()
255 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set()
318 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get()
391 struct fscrypt_name nm = {0}; in ubifs_listxattr()
449 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr()
495 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs()
560 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
H A Dtnc.c569 const struct fscrypt_name *nm) in matches_name()
739 const struct fscrypt_name *nm) in resolve_collision()
857 const struct fscrypt_name *nm) in fallible_matches_name()
928 const struct fscrypt_name *nm, in fallible_resolve_collision()
1846 void *node, const struct fscrypt_name *nm) in do_lookup_nm()
1894 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm()
2447 const struct fscrypt_name *nm) in ubifs_tnc_add_nm()
2513 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm()
2683 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm()
2906 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino()
[all …]
H A Djournal.c667 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update()
1021 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode()
1188 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename()
1191 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename()
1356 const struct fscrypt_name *old_nm, in ubifs_jnl_rename()
1359 const struct fscrypt_name *new_nm, in ubifs_jnl_rename()
1859 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
H A Dreplay.c55 struct fscrypt_name nm;
H A Ddebug.c227 struct fscrypt_name nm = {0}; in ubifs_dump_inode()
1132 struct fscrypt_name nm = {0}; in dbg_check_dir()
/linux/fs/crypto/
H A Dhooks.c120 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
/linux/fs/btrfs/
H A Dinode.c4540 struct fscrypt_name fname; in btrfs_unlink()
4589 struct fscrypt_name fname; in btrfs_unlink_subvol()
4913 struct fscrypt_name fname; in btrfs_rmdir()
5766 struct fscrypt_name fname; in btrfs_inode_by_name()
5824 struct fscrypt_name fname; in fixup_tree_root_location()
7040 struct fscrypt_name fname; in btrfs_link()
8298 struct fscrypt_name old_fname, new_fname; in btrfs_rename_exchange()
8582 struct fscrypt_name old_fname, new_fname; in btrfs_rename()
H A Dtransaction.c1673 struct fscrypt_name fname; in create_pending_snapshot()
H A Dtree-log.c8015 struct fscrypt_name fname; in btrfs_log_new_name()