Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
Dhooks.c404 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat) in fscrypt_symlink_getattr() function
426 EXPORT_SYMBOL_GPL(fscrypt_symlink_getattr);
/Linux-v6.1/fs/ext4/
Dsymlink.c65 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/Linux-v6.1/include/linux/
Dfscrypt.h376 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat);
735 static inline int fscrypt_symlink_getattr(const struct path *path, in fscrypt_symlink_getattr() function
/Linux-v6.1/fs/ubifs/
Dfile.c1618 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
/Linux-v6.1/fs/f2fs/
Dnamei.c1359 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()