Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
58 struct fscrypt_operations { struct59 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 …]