Home
last modified time | relevance | path

Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dfscrypt_supp.h25 struct fscrypt_operations { struct
26 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;