/linux-6.6.21/include/linux/ |
D | fscrypt.h | 43 struct fscrypt_name { struct 339 int lookup, struct fscrypt_name *fname); 341 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 353 bool fscrypt_match_name(const struct fscrypt_name *fname, 371 struct fscrypt_name *fname); 597 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 609 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 633 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 693 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 960 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
|
/linux-6.6.21/fs/ext4/ |
D | crypto.c | 11 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name() 25 struct fscrypt_name name; in ext4_fname_setup_filename() 45 struct fscrypt_name name; in ext4_fname_prepare_lookup() 64 struct fscrypt_name name; in ext4_fname_free_filename()
|
D | namei.c | 1491 struct fscrypt_name f; in ext4_match()
|
/linux-6.6.21/fs/ubifs/ |
D | dir.c | 184 const struct fscrypt_name *nm) in dbg_check_name() 203 struct fscrypt_name nm; in ubifs_lookup() 277 struct fscrypt_name *nm) in ubifs_prepare_create() 293 struct fscrypt_name nm; in ubifs_create() 433 struct fscrypt_name nm; in ubifs_tmpfile() 557 struct fscrypt_name nm; in ubifs_readdir() 730 struct fscrypt_name nm; in ubifs_link() 803 struct fscrypt_name nm; in ubifs_unlink() 883 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty() 908 struct fscrypt_name nm; in ubifs_rmdir() [all …]
|
D | key.h | 148 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()
|
D | xattr.c | 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 404 struct fscrypt_name nm = {0}; in ubifs_listxattr() 462 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr() 508 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
D | ubifs.h | 1801 const struct fscrypt_name *nm, const struct inode *inode, 1809 const struct fscrypt_name *fst_nm, 1812 const struct fscrypt_name *snd_nm, int sync); 1815 const struct fscrypt_name *old_nm, 1818 const struct fscrypt_name *new_nm, 1823 const struct inode *inode, const struct fscrypt_name *nm); 1858 void *node, const struct fscrypt_name *nm); 1869 const struct fscrypt_name *nm); 1872 const struct fscrypt_name *nm); 1880 const struct fscrypt_name *nm);
|
D | tnc.c | 569 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() 1847 void *node, const struct fscrypt_name *nm) in do_lookup_nm() 1895 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm() 2448 const struct fscrypt_name *nm) in ubifs_tnc_add_nm() 2514 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm() 2684 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm() 2907 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() [all …]
|
D | journal.c | 539 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 880 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode() 1053 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename() 1056 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename() 1220 const struct fscrypt_name *old_nm, in ubifs_jnl_rename() 1223 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1719 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
D | orphan.c | 161 struct fscrypt_name nm = {0}; in ubifs_add_orphan()
|
D | replay.c | 55 struct fscrypt_name nm;
|
D | debug.c | 227 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1129 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
/linux-6.6.21/fs/crypto/ |
D | fname.c | 445 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 450 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename() 536 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
D | hooks.c | 98 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
|
/linux-6.6.21/fs/f2fs/ |
D | dir.c | 75 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename() 110 struct fscrypt_name crypt_name; in f2fs_setup_filename() 129 struct fscrypt_name crypt_name; in f2fs_prepare_lookup() 235 struct fscrypt_name f; in f2fs_match_name()
|
/linux-6.6.21/fs/btrfs/ |
D | btrfs_inode.h | 450 struct fscrypt_name fname;
|
D | inode.c | 4192 struct fscrypt_name fname; in btrfs_unlink() 4241 struct fscrypt_name fname; in btrfs_unlink_subvol() 4598 struct fscrypt_name fname; in btrfs_rmdir() 5343 struct fscrypt_name fname; in btrfs_inode_by_name() 5402 struct fscrypt_name fname; in fixup_tree_root_location() 6571 struct fscrypt_name fname; in btrfs_link() 8714 struct fscrypt_name old_fname, new_fname; in btrfs_rename_exchange() 8966 struct fscrypt_name old_fname, new_fname; in btrfs_rename()
|
D | transaction.c | 1652 struct fscrypt_name fname; in create_pending_snapshot()
|
D | tree-log.c | 7446 struct fscrypt_name fname; in btrfs_log_new_name()
|