Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfscrypt.h43 struct fscrypt_name { struct
331 int lookup, struct fscrypt_name *fname);
333 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
345 bool fscrypt_match_name(const struct fscrypt_name *fname,
363 struct fscrypt_name *fname);
585 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
597 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
621 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
681 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
942 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/Linux-v6.1/fs/ext4/
Dcrypto.c11 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name()
25 struct fscrypt_name name; in ext4_fname_setup_filename()
43 struct fscrypt_name name; in ext4_fname_prepare_lookup()
60 struct fscrypt_name name; in ext4_fname_free_filename()
Dnamei.c1471 struct fscrypt_name f; in ext4_match()
/Linux-v6.1/fs/ubifs/
Ddir.c185 const struct fscrypt_name *nm) in dbg_check_name()
204 struct fscrypt_name nm; in ubifs_lookup()
278 struct fscrypt_name *nm) in ubifs_prepare_create()
294 struct fscrypt_name nm; in ubifs_create()
361 struct fscrypt_name nm; in create_whiteout()
440 struct fscrypt_name nm; in ubifs_tmpfile()
563 struct fscrypt_name nm; in ubifs_readdir()
736 struct fscrypt_name nm; in ubifs_link()
809 struct fscrypt_name nm; in ubifs_unlink()
889 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty()
[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.h1796 const struct fscrypt_name *nm, const struct inode *inode,
1804 const struct fscrypt_name *fst_nm,
1807 const struct fscrypt_name *snd_nm, int sync);
1810 const struct fscrypt_name *old_nm,
1813 const struct fscrypt_name *new_nm,
1818 const struct inode *inode, const struct fscrypt_name *nm);
1853 void *node, const struct fscrypt_name *nm);
1864 const struct fscrypt_name *nm);
1867 const struct fscrypt_name *nm);
1875 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()
1715 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-v6.1/fs/crypto/
Dfname.c445 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()
Dhooks.c98 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
/Linux-v6.1/fs/f2fs/
Ddir.c108 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename()
143 struct fscrypt_name crypt_name; in f2fs_setup_filename()
162 struct fscrypt_name crypt_name; in f2fs_prepare_lookup()
268 struct fscrypt_name f; in f2fs_match_name()