Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dhooks.c449 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat) in fscrypt_symlink_getattr() function
471 EXPORT_SYMBOL_GPL(fscrypt_symlink_getattr);
/linux-6.15/fs/ext4/
H A Dsymlink.c65 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/linux-6.15/include/linux/
H A Dfscrypt.h443 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
815 static inline int fscrypt_symlink_getattr(const struct path *path, in fscrypt_symlink_getattr() function
/linux-6.15/fs/ubifs/
H A Dfile.c1619 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
/linux-6.15/fs/f2fs/
H A Dnamei.c1315 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
/linux-6.15/fs/ceph/
H A Dinode.c2310 return fscrypt_symlink_getattr(path, stat); in ceph_encrypted_symlink_getattr()