Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h31244 struct netfs_io_request { struct
31245 union {
31249 struct inode *inode;
31250 struct address_space *mapping;
31251 struct kiocb *iocb;
31252 struct netfs_cache_resources cache_resources;
31253 struct list_head proc_link;
31254 struct list_head subrequests;
31255 struct iov_iter iter;
31279 void (*cleanup)(struct netfs_io_request *); argument
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h39490 struct netfs_io_request { struct
39491 struct work_struct work;
39492 struct inode *inode;
39493 struct address_space *mapping;
39494 struct netfs_cache_resources cache_resources;
39495 struct list_head subrequests;
39496 void *netfs_priv;
39497 unsigned int debug_id;
39498 atomic_t nr_outstanding;
39499 atomic_t nr_copy_ops;
[all …]
H A Dvmlinux.h39490 struct netfs_io_request { struct
39491 struct work_struct work;
39492 struct inode *inode;
39493 struct address_space *mapping;
39494 struct netfs_cache_resources cache_resources;
39495 struct list_head subrequests;
39496 void *netfs_priv;
39497 unsigned int debug_id;
39498 atomic_t nr_outstanding;
39499 atomic_t nr_copy_ops;
[all …]