Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
25 struct fscrypt_operations { struct26 unsigned int flags;27 const char *key_prefix;28 int (*get_context)(struct inode *, void *, size_t);29 int (*set_context)(struct inode *, const void *, size_t, void *);30 bool (*dummy_context)(struct inode *);31 bool (*empty_dir)(struct inode *);32 unsigned int max_namelen;