Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
63 struct fscrypt_operations { struct69 ptrdiff_t inode_info_offs;81 unsigned int needs_bounce_pages : 1;92 unsigned int has_32bit_inodes : 1;104 unsigned int supports_subblock_data_units : 1;116 const char *legacy_key_prefix;130 int (*get_context)(struct inode *inode, void *ctx, size_t len);148 int (*set_context)(struct inode *inode, const void *ctx, size_t len,160 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);165 bool (*empty_dir)(struct inode *inode);[all …]