Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h2639 struct dentry_operations { struct
2640 int (*d_revalidate)(struct dentry *, unsigned int);
2641 int (*d_weak_revalidate)(struct dentry *, unsigned int);
2642 int (*d_hash)(const struct dentry *, struct qstr *);
2643 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
2644 int (*d_delete)(const struct dentry *);
2645 int (*d_init)(struct dentry *);
2646 void (*d_release)(struct dentry *);
2647 void (*d_prune)(struct dentry *);
2648 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h1368 struct dentry_operations { struct
1369 int (*d_revalidate)(struct dentry *, unsigned int);
1370 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1371 int (*d_hash)(const struct dentry *, struct qstr *);
1372 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1373 int (*d_delete)(const struct dentry *);
1374 int (*d_init)(struct dentry *);
1375 void (*d_release)(struct dentry *);
1376 void (*d_prune)(struct dentry *);
1377 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h3586 struct dentry_operations { struct
3587 int (*d_revalidate)(struct dentry *, unsigned int);
3588 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3589 int (*d_hash)(const struct dentry *, struct qstr *);
3590 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3591 int (*d_delete)(const struct dentry *);
3592 int (*d_init)(struct dentry *);
3593 void (*d_release)(struct dentry *);
3594 void (*d_prune)(struct dentry *);
3595 void (*d_iput)(struct dentry *, struct inode *);
[all …]
H A Dvmlinux_600.h3586 struct dentry_operations { struct
3587 int (*d_revalidate)(struct dentry *, unsigned int);
3588 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3589 int (*d_hash)(const struct dentry *, struct qstr *);
3590 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3591 int (*d_delete)(const struct dentry *);
3592 int (*d_init)(struct dentry *);
3593 void (*d_release)(struct dentry *);
3594 void (*d_prune)(struct dentry *);
3595 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h1523 struct dentry_operations { struct
1524 int (*d_revalidate)(struct dentry *, unsigned int);
1525 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1526 int (*d_hash)(const struct dentry *, struct qstr *);
1527 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1528 int (*d_delete)(const struct dentry *);
1529 int (*d_init)(struct dentry *);
1530 void (*d_release)(struct dentry *);
1531 void (*d_prune)(struct dentry *);
1532 void (*d_iput)(struct dentry *, struct inode *);
[all …]
H A Dvmlinux_602.h1523 struct dentry_operations { struct
1524 int (*d_revalidate)(struct dentry *, unsigned int);
1525 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1526 int (*d_hash)(const struct dentry *, struct qstr *);
1527 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1528 int (*d_delete)(const struct dentry *);
1529 int (*d_init)(struct dentry *);
1530 void (*d_release)(struct dentry *);
1531 void (*d_prune)(struct dentry *);
1532 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h789 struct dentry_operations { struct
790 int (*d_revalidate)(struct dentry *, unsigned int);
791 int (*d_weak_revalidate)(struct dentry *, unsigned int);
792 int (*d_hash)(const struct dentry *, struct qstr *);
793 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
794 int (*d_delete)(const struct dentry *);
795 int (*d_init)(struct dentry *);
796 void (*d_release)(struct dentry *);
797 void (*d_prune)(struct dentry *);
798 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h3268 struct dentry_operations { struct
3269 int (*d_revalidate)(struct dentry *, unsigned int);
3270 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3271 int (*d_hash)(const struct dentry *, struct qstr *);
3272 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3273 int (*d_delete)(const struct dentry *);
3274 int (*d_init)(struct dentry *);
3275 void (*d_release)(struct dentry *);
3276 void (*d_prune)(struct dentry *);
3277 void (*d_iput)(struct dentry *, struct inode *);
[all …]
H A Dvmlinux_518.h3268 struct dentry_operations { struct
3269 int (*d_revalidate)(struct dentry *, unsigned int);
3270 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3271 int (*d_hash)(const struct dentry *, struct qstr *);
3272 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3273 int (*d_delete)(const struct dentry *);
3274 int (*d_init)(struct dentry *);
3275 void (*d_release)(struct dentry *);
3276 void (*d_prune)(struct dentry *);
3277 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h3184 struct dentry_operations { struct
3185 int (*d_revalidate)(struct dentry *, unsigned int);
3186 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3187 int (*d_hash)(const struct dentry *, struct qstr *);
3188 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3189 int (*d_delete)(const struct dentry *);
3190 int (*d_init)(struct dentry *);
3191 void (*d_release)(struct dentry *);
3192 void (*d_prune)(struct dentry *);
3193 void (*d_iput)(struct dentry *, struct inode *);
[all …]
H A Dvmlinux.h3184 struct dentry_operations { struct
3185 int (*d_revalidate)(struct dentry *, unsigned int);
3186 int (*d_weak_revalidate)(struct dentry *, unsigned int);
3187 int (*d_hash)(const struct dentry *, struct qstr *);
3188 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
3189 int (*d_delete)(const struct dentry *);
3190 int (*d_init)(struct dentry *);
3191 void (*d_release)(struct dentry *);
3192 void (*d_prune)(struct dentry *);
3193 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h1652 struct dentry_operations { struct
1653 int (*d_revalidate)(struct dentry *, unsigned int);
1654 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1655 int (*d_hash)(const struct dentry *, struct qstr *);
1656 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1657 int (*d_delete)(const struct dentry *);
1658 int (*d_init)(struct dentry *);
1659 void (*d_release)(struct dentry *);
1660 void (*d_prune)(struct dentry *);
1661 void (*d_iput)(struct dentry *, struct inode *);
[all …]
H A Dvmlinux.h1652 struct dentry_operations { struct
1653 int (*d_revalidate)(struct dentry *, unsigned int);
1654 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1655 int (*d_hash)(const struct dentry *, struct qstr *);
1656 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1657 int (*d_delete)(const struct dentry *);
1658 int (*d_init)(struct dentry *);
1659 void (*d_release)(struct dentry *);
1660 void (*d_prune)(struct dentry *);
1661 void (*d_iput)(struct dentry *, struct inode *);
[all …]