Home
last modified time | relevance | path

Searched refs:fscrypt_fname_alloc_buffer (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/crypto/
Dfname.c207 int fscrypt_fname_alloc_buffer(const struct inode *inode, in fscrypt_fname_alloc_buffer() function
224 EXPORT_SYMBOL(fscrypt_fname_alloc_buffer);
Dhooks.c251 err = fscrypt_fname_alloc_buffer(inode, cstr.len, &pstr); in fscrypt_get_symlink()
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h127 static inline int fscrypt_fname_alloc_buffer(const struct inode *inode, in fscrypt_fname_alloc_buffer() function
Dfscrypt_supp.h97 extern int fscrypt_fname_alloc_buffer(const struct inode *, u32,
/Linux-v4.19/fs/ext4/
Ddir.c142 err = fscrypt_fname_alloc_buffer(inode, EXT4_NAME_LEN, &fstr); in ext4_readdir()
Dnamei.c642 res = fscrypt_fname_alloc_buffer( in dx_show_leaf()
994 err = fscrypt_fname_alloc_buffer(dir, EXT4_NAME_LEN, in htree_dirblock_to_tree()
/Linux-v4.19/fs/f2fs/
Ddir.c852 err = fscrypt_fname_alloc_buffer(inode, F2FS_NAME_LEN, &fstr); in f2fs_readdir()
/Linux-v4.19/fs/ubifs/
Ddir.c532 err = fscrypt_fname_alloc_buffer(dir, UBIFS_MAX_NLEN, &fstr); in ubifs_readdir()