Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dhooks.c434 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat) in fscrypt_symlink_getattr() function
456 EXPORT_SYMBOL_GPL(fscrypt_symlink_getattr);
/Linux-v6.6/fs/ext4/
Dsymlink.c65 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/Linux-v6.6/include/linux/
Dfscrypt.h385 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
753 static inline int fscrypt_symlink_getattr(const struct path *path, in fscrypt_symlink_getattr() function
/Linux-v6.6/fs/ubifs/
Dfile.c1630 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
/Linux-v6.6/fs/f2fs/
Dnamei.c1363 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
/Linux-v6.6/fs/ceph/
Dinode.c2263 return fscrypt_symlink_getattr(path, stat); in ceph_encrypted_symlink_getattr()