Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
57 struct fscrypt_operations { struct58 unsigned int flags;59 const char *key_prefix;60 int (*get_context)(struct inode *, void *, size_t);61 int (*set_context)(struct inode *, const void *, size_t, void *);62 bool (*dummy_context)(struct inode *);63 bool (*empty_dir)(struct inode *);64 unsigned int max_namelen;