Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h4082 struct dentry_operations { struct
4083 int (*d_revalidate)(struct dentry *, unsigned int);
4084 int (*d_weak_revalidate)(struct dentry *, unsigned int);
4085 int (*d_hash)(const struct dentry *, struct qstr *);
4086 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
4087 int (*d_delete)(const struct dentry *);
4088 int (*d_init)(struct dentry *);
4089 void (*d_release)(struct dentry *);
4090 void (*d_prune)(struct dentry *);
4091 void (*d_iput)(struct dentry *, struct inode *);
[all …]