Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
63 struct fscrypt_operations { struct75 unsigned int needs_bounce_pages : 1;86 unsigned int has_32bit_inodes : 1;98 unsigned int supports_subblock_data_units : 1;110 const char *legacy_key_prefix;124 int (*get_context)(struct inode *inode, void *ctx, size_t len);142 int (*set_context)(struct inode *inode, const void *ctx, size_t len,154 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);159 bool (*empty_dir)(struct inode *inode);175 bool (*has_stable_inodes)(struct super_block *sb);[all …]