Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A 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);
/openbmc/linux/fs/ext4/
H A Dsymlink.c65 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/fs/ubifs/
H A Dfile.c1625 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
/openbmc/linux/fs/f2fs/
H A Dnamei.c1372 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
/openbmc/linux/fs/ceph/
H A Dinode.c2263 return fscrypt_symlink_getattr(path, stat); in ceph_encrypted_symlink_getattr()