Searched defs:dentry_operations___2 (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 36689 struct dentry_operations___2 { struct 36690 int (*d_revalidate)(struct dentry___2 *, unsigned int); 36691 int (*d_weak_revalidate)(struct dentry___2 *, unsigned int); 36692 int (*d_hash)(const struct dentry___2 *, struct qstr *); 36693 int (*d_compare)(const struct dentry___2 *, unsigned int, const char *, const struct qstr *); 36694 int (*d_delete)(const struct dentry___2 *); 36695 int (*d_init)(struct dentry___2 *); 36696 void (*d_release)(struct dentry___2 *); 36697 void (*d_prune)(struct dentry___2 *); 36698 void (*d_iput)(struct dentry___2 *, struct inode___2 *); [all …]
|
| D | vmlinux.h | 36689 struct dentry_operations___2 { struct 36690 int (*d_revalidate)(struct dentry___2 *, unsigned int); 36691 int (*d_weak_revalidate)(struct dentry___2 *, unsigned int); 36692 int (*d_hash)(const struct dentry___2 *, struct qstr *); 36693 int (*d_compare)(const struct dentry___2 *, unsigned int, const char *, const struct qstr *); 36694 int (*d_delete)(const struct dentry___2 *); 36695 int (*d_init)(struct dentry___2 *); 36696 void (*d_release)(struct dentry___2 *); 36697 void (*d_prune)(struct dentry___2 *); 36698 void (*d_iput)(struct dentry___2 *, struct inode___2 *); [all …]
|