Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
64 struct fscrypt_operations { struct76 unsigned int needs_bounce_pages : 1;87 unsigned int has_32bit_inodes : 1;99 unsigned int supports_subblock_data_units : 1;111 const char *legacy_key_prefix;125 int (*get_context)(struct inode *inode, void *ctx, size_t len);143 int (*set_context)(struct inode *inode, const void *ctx, size_t len,155 const union fscrypt_policy *(*get_dummy_policy)(struct super_block *sb);160 bool (*empty_dir)(struct inode *inode);176 bool (*has_stable_inodes)(struct super_block *sb);[all …]