Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h4430 struct dentry_operations { struct
4431 int (*d_revalidate)(struct dentry *, unsigned int);
4432 int (*d_weak_revalidate)(struct dentry *, unsigned int);
4433 int (*d_hash)(const struct dentry *, struct qstr *);
4434 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
4435 int (*d_delete)(const struct dentry *);
4436 int (*d_init)(struct dentry *);
4437 void (*d_release)(struct dentry *);
4438 void (*d_prune)(struct dentry *);
4439 void (*d_iput)(struct dentry *, struct inode *);
[all …]