Searched defs:fscrypt_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | fscrypt_supp.h | 25 struct fscrypt_operations { struct 26 unsigned int flags; 27 const char *key_prefix; 28 int (*get_context)(struct inode *, void *, size_t); 29 int (*set_context)(struct inode *, const void *, size_t, void *); 30 bool (*dummy_context)(struct inode *); 31 bool (*empty_dir)(struct inode *); 32 unsigned int max_namelen;
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fscrypt.h | 58 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 …]
|