Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
66 struct fscrypt_operations { struct72 ptrdiff_t inode_info_offs;79 unsigned int is_block_based : 1;85 unsigned int needs_bounce_pages : 1;96 unsigned int has_32bit_inodes : 1;108 unsigned int supports_subblock_data_units : 1;120 const char *legacy_key_prefix;134 int (*get_context)(struct inode *inode, void *ctx, size_t len);152 int (*set_context)(struct inode *inode, const void *ctx, size_t len,164 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);[all …]