Searched defs:dentry_operations (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 4430 struct dentry_operations {  struct4431 	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 …]
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 2844 struct dentry_operations {  struct2845 	int (*d_revalidate)(struct dentry *, unsigned int);
 2846 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 2847 	int (*d_hash)(const struct dentry *, struct qstr *);
 2848 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 2849 	int (*d_delete)(const struct dentry *);
 2850 	int (*d_init)(struct dentry *);
 2851 	void (*d_release)(struct dentry *);
 2852 	void (*d_prune)(struct dentry *);
 2853 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 | 
| D | vmlinux.h | 2844 struct dentry_operations {  struct2845 	int (*d_revalidate)(struct dentry *, unsigned int);
 2846 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 2847 	int (*d_hash)(const struct dentry *, struct qstr *);
 2848 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 2849 	int (*d_delete)(const struct dentry *);
 2850 	int (*d_init)(struct dentry *);
 2851 	void (*d_release)(struct dentry *);
 2852 	void (*d_prune)(struct dentry *);
 2853 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 3973 struct dentry_operations {  struct3974 	int (*d_revalidate)(struct dentry *, unsigned int);
 3975 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 3976 	int (*d_hash)(const struct dentry *, struct qstr *);
 3977 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 3978 	int (*d_delete)(const struct dentry *);
 3979 	int (*d_init)(struct dentry *);
 3980 	void (*d_release)(struct dentry *);
 3981 	void (*d_prune)(struct dentry *);
 3982 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 | 
| D | vmlinux_510.h | 3973 struct dentry_operations {  struct3974 	int (*d_revalidate)(struct dentry *, unsigned int);
 3975 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 3976 	int (*d_hash)(const struct dentry *, struct qstr *);
 3977 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 3978 	int (*d_delete)(const struct dentry *);
 3979 	int (*d_init)(struct dentry *);
 3980 	void (*d_release)(struct dentry *);
 3981 	void (*d_prune)(struct dentry *);
 3982 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 4260 struct dentry_operations {  struct4261 	int (*d_revalidate)(struct dentry *, unsigned int);
 4262 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 4263 	int (*d_hash)(const struct dentry *, struct qstr *);
 4264 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 4265 	int (*d_delete)(const struct dentry *);
 4266 	int (*d_init)(struct dentry *);
 4267 	void (*d_release)(struct dentry *);
 4268 	void (*d_prune)(struct dentry *);
 4269 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 | 
| D | vmlinux.h | 4260 struct dentry_operations {  struct4261 	int (*d_revalidate)(struct dentry *, unsigned int);
 4262 	int (*d_weak_revalidate)(struct dentry *, unsigned int);
 4263 	int (*d_hash)(const struct dentry *, struct qstr *);
 4264 	int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
 4265 	int (*d_delete)(const struct dentry *);
 4266 	int (*d_init)(struct dentry *);
 4267 	void (*d_release)(struct dentry *);
 4268 	void (*d_prune)(struct dentry *);
 4269 	void (*d_iput)(struct dentry *, struct inode *);
 [all …]
 
 |