Searched refs:fscrypt_prepare_symlink (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/crypto/ |
| A D | hooks.c | 197 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function 240 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
|
| /linux/include/linux/ |
| A D | fscrypt.h | 346 int fscrypt_prepare_symlink(struct inode *dir, const char *target, 654 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
|
| /linux/fs/f2fs/ |
| A D | namei.c | 673 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
|
| /linux/fs/ubifs/ |
| A D | dir.c | 1123 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
|
| /linux/fs/ext4/ |
| A D | namei.c | 3264 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()
|
Completed in 18 milliseconds