Searched defs:fscrypt_operations (Results 1 – 1 of 1) sorted by relevance
56 struct fscrypt_operations { struct57 unsigned int flags;58 const char *key_prefix;59 int (*get_context)(struct inode *, void *, size_t);60 int (*set_context)(struct inode *, const void *, size_t, void *);61 bool (*dummy_context)(struct inode *);62 bool (*empty_dir)(struct inode *);63 unsigned int max_namelen;64 bool (*has_stable_inodes)(struct super_block *sb);65 void (*get_ino_and_lblk_bits)(struct super_block *sb,[all …]