Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfscrypt.h57 struct fscrypt_operations { struct
58 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;