Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfscrypt.h32 struct fscrypt_name { struct
312 int lookup, struct fscrypt_name *fname);
314 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
326 bool fscrypt_match_name(const struct fscrypt_name *fname,
344 struct fscrypt_name *fname);
539 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
551 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
575 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
634 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
880 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/Linux-v5.15/fs/ubifs/
Ddir.c182 const struct fscrypt_name *nm) in dbg_check_name()
201 struct fscrypt_name nm; in ubifs_lookup()
275 struct fscrypt_name *nm) in ubifs_prepare_create()
291 struct fscrypt_name nm; in ubifs_create()
361 struct fscrypt_name nm; in do_tmpfile()
500 struct fscrypt_name nm; in ubifs_readdir()
699 struct fscrypt_name nm; in ubifs_link()
772 struct fscrypt_name nm; in ubifs_unlink()
852 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty()
877 struct fscrypt_name nm; in ubifs_rmdir()
[all …]
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()
Dxattr.c82 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()
Dubifs.h1767 const struct fscrypt_name *nm, const struct inode *inode,
1775 const struct fscrypt_name *fst_nm,
1778 const struct fscrypt_name *snd_nm, int sync);
1781 const struct fscrypt_name *old_nm,
1784 const struct fscrypt_name *new_nm,
1789 const struct inode *inode, const struct fscrypt_name *nm);
1824 void *node, const struct fscrypt_name *nm);
1835 const struct fscrypt_name *nm);
1838 const struct fscrypt_name *nm);
1846 const struct fscrypt_name *nm);
Dtnc.c531 const struct fscrypt_name *nm) in matches_name()
701 const struct fscrypt_name *nm) in resolve_collision()
819 const struct fscrypt_name *nm) in fallible_matches_name()
890 const struct fscrypt_name *nm, in fallible_resolve_collision()
1809 void *node, const struct fscrypt_name *nm) in do_lookup_nm()
1857 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm()
2410 const struct fscrypt_name *nm) in ubifs_tnc_add_nm()
2476 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm()
2646 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm()
2869 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino()
[all …]
Djournal.c539 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()
1216 const struct fscrypt_name *old_nm, in ubifs_jnl_rename()
1219 const struct fscrypt_name *new_nm, in ubifs_jnl_rename()
1673 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
Dorphan.c161 struct fscrypt_name nm = {0}; in ubifs_add_orphan()
Dreplay.c55 struct fscrypt_name nm;
Ddebug.c227 struct fscrypt_name nm = {0}; in ubifs_dump_inode()
1129 struct fscrypt_name nm = {0}; in dbg_check_dir()
/Linux-v5.15/fs/crypto/
Dfname.c413 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
418 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename()
506 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
Dhooks.c100 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
/Linux-v5.15/fs/f2fs/
Ddir.c107 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename()
142 struct fscrypt_name crypt_name; in f2fs_setup_filename()
161 struct fscrypt_name crypt_name; in f2fs_prepare_lookup()
267 struct fscrypt_name f; in f2fs_match_name()
/Linux-v5.15/fs/ext4/
Dext4.h2730 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name()
2746 struct fscrypt_name name; in ext4_fname_setup_filename()
2765 struct fscrypt_name name; in ext4_fname_prepare_lookup()
2782 struct fscrypt_name name; in ext4_fname_free_filename()
Dnamei.c1420 struct fscrypt_name f; in ext4_match()