Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfscrypt.h32 struct fscrypt_name { struct
183 int lookup, struct fscrypt_name *fname);
185 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
197 bool fscrypt_match_name(const struct fscrypt_name *fname,
215 struct fscrypt_name *fname);
406 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
418 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
442 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
501 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
753 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/Linux-v5.10/fs/ubifs/
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()
270 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()
452 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr()
498 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs()
583 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
Ddir.c182 const struct fscrypt_name *nm) in dbg_check_name()
201 struct fscrypt_name nm; in ubifs_lookup()
281 struct fscrypt_name nm; in ubifs_create()
351 struct fscrypt_name nm; in do_tmpfile()
490 struct fscrypt_name nm; in ubifs_readdir()
689 struct fscrypt_name nm; in ubifs_link()
762 struct fscrypt_name nm; in ubifs_unlink()
842 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty()
867 struct fscrypt_name nm; in ubifs_rmdir()
942 struct fscrypt_name nm; in ubifs_mkdir()
[all …]
Dubifs.h1765 const struct fscrypt_name *nm, const struct inode *inode,
1773 const struct fscrypt_name *fst_nm,
1776 const struct fscrypt_name *snd_nm, int sync);
1779 const struct fscrypt_name *old_nm,
1782 const struct fscrypt_name *new_nm,
1787 const struct inode *inode, const struct fscrypt_name *nm);
1822 void *node, const struct fscrypt_name *nm);
1833 const struct fscrypt_name *nm);
1836 const struct fscrypt_name *nm);
1844 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()
1052 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename()
1055 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename()
1215 const struct fscrypt_name *old_nm, in ubifs_jnl_rename()
1218 const struct fscrypt_name *new_nm, in ubifs_jnl_rename()
1671 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()
1108 struct fscrypt_name nm = {0}; in dbg_check_dir()
/Linux-v5.10/fs/crypto/
Dfname.c394 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
399 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename()
486 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
Dhooks.c109 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
/Linux-v5.10/fs/f2fs/
Ddir.c103 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename()
138 struct fscrypt_name crypt_name; in f2fs_setup_filename()
157 struct fscrypt_name crypt_name; in f2fs_prepare_lookup()
236 struct fscrypt_name f; in f2fs_match_name()
/Linux-v5.10/fs/ext4/
Dext4.h2574 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name()
2590 struct fscrypt_name name; in ext4_fname_setup_filename()
2609 struct fscrypt_name name; in ext4_fname_prepare_lookup()
2626 struct fscrypt_name name; in ext4_fname_free_filename()
Dnamei.c1349 struct fscrypt_name f; in ext4_match()