Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
5046 struct fscrypt_operations { struct5047 unsigned int flags;5048 const char *key_prefix;5049 int (*get_context)(struct inode *, void *, size_t);5050 int (*set_context)(struct inode *, const void *, size_t, void *);5051 const union fscrypt_policy * (*get_dummy_policy)(struct super_block *);5052 bool (*empty_dir)(struct inode *);5053 bool (*has_stable_inodes)(struct super_block *);5054 void (*get_ino_and_lblk_bits)(struct super_block *, int *, int *);5055 int (*get_num_devices)(struct super_block *);[all …]