Home
last modified time | relevance | path

Searched defs:fscrypt_operations (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfscrypt.h58 struct fscrypt_operations { struct
59 unsigned int flags;
60 const char *key_prefix;
61 int (*get_context)(struct inode *inode, void *ctx, size_t len);
62 int (*set_context)(struct inode *inode, const void *ctx, size_t len,
64 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);
65 bool (*empty_dir)(struct inode *inode);
66 unsigned int max_namelen;
67 bool (*has_stable_inodes)(struct super_block *sb);
68 void (*get_ino_and_lblk_bits)(struct super_block *sb,
[all …]
/kernel/linux/linux-6.6/include/linux/
Dfscrypt.h70 struct fscrypt_operations { struct
73 unsigned int flags;
81 const char *key_prefix;
95 int (*get_context)(struct inode *inode, void *ctx, size_t len);
113 int (*set_context)(struct inode *inode, const void *ctx, size_t len,
125 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);
130 bool (*empty_dir)(struct inode *inode);
146 bool (*has_stable_inodes)(struct super_block *sb);
160 void (*get_ino_and_lblk_bits)(struct super_block *sb,
177 struct block_device **(*get_devices)(struct super_block *sb,