Home
last modified time | relevance | path

Searched refs:fscrypt_symlink_getattr (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/ext4/
Dsymlink.c62 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/Linux-v5.15/fs/crypto/
Dhooks.c408 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat) in fscrypt_symlink_getattr() function
430 EXPORT_SYMBOL_GPL(fscrypt_symlink_getattr);
/Linux-v5.15/include/linux/
Dfscrypt.h357 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
688 static inline int fscrypt_symlink_getattr(const struct path *path, in fscrypt_symlink_getattr() function
/Linux-v5.15/fs/f2fs/
Dnamei.c1333 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
/Linux-v5.15/fs/ubifs/
Dfile.c1640 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()