Home
last modified time | relevance | path

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

/linux-4.19.296/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.c261 err = fscrypt_fname_alloc_buffer(inode, cstr.len, &pstr); in fscrypt_get_symlink()
/linux-4.19.296/include/linux/
Dfscrypt_supp.h126 extern int fscrypt_fname_alloc_buffer(const struct inode *, u32,
Dfscrypt_notsupp.h132 static inline int fscrypt_fname_alloc_buffer(const struct inode *inode, in fscrypt_fname_alloc_buffer() function
/linux-4.19.296/fs/ext4/
Ddir.c148 err = fscrypt_fname_alloc_buffer(inode, EXT4_NAME_LEN, &fstr); in ext4_readdir()
Dnamei.c674 res = fscrypt_fname_alloc_buffer( in dx_show_leaf()
1045 err = fscrypt_fname_alloc_buffer(dir, EXT4_NAME_LEN, in htree_dirblock_to_tree()
/linux-4.19.296/fs/f2fs/
Ddir.c868 err = fscrypt_fname_alloc_buffer(inode, F2FS_NAME_LEN, &fstr); in f2fs_readdir()
/linux-4.19.296/fs/ubifs/
Ddir.c547 err = fscrypt_fname_alloc_buffer(dir, UBIFS_MAX_NLEN, &fstr); in ubifs_readdir()