Searched defs:btp (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 161 struct xfs_dir2_block_tail *btp, in xfs_dir2_block_need_space() 274 struct xfs_dir2_block_tail *btp, in xfs_dir2_block_compact() 327 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_addname() local 572 xfs_dir2_block_tail_t *btp; in xfs_dir2_block_log_leaf() local 589 xfs_dir2_block_tail_t *btp; in xfs_dir2_block_log_tail() local 607 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_lookup() local 655 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_lookup_int() local 757 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_removename() local 837 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_replace() local 901 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_leaf_to_block() local [all …]
|
D | xfs_dir2_data.c | 38 xfs_dir2_block_tail_t *btp=NULL; /* block tail */ in __xfs_dir3_data_check() local
|
D | xfs_dir2_sf.c | 54 xfs_dir2_block_tail_t *btp; /* tail area of the block */ in xfs_dir2_block_sfsize() local
|
D | xfs_dir2_leaf.c | 338 xfs_dir2_block_tail_t *btp; /* block's tail */ in xfs_dir2_block_to_leaf() local
|
D | xfs_da_format.h | 571 xfs_dir2_block_leaf_p(struct xfs_dir2_block_tail *btp) in xfs_dir2_block_leaf_p()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_buf.c | 569 struct xfs_buftarg *btp, in xfs_buf_find() 1588 struct xfs_buftarg *btp) in xfs_wait_buftarg() 1669 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_scan() local 1692 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_count() local 1699 struct xfs_buftarg *btp) in xfs_free_buftarg() 1713 xfs_buftarg_t *btp, in xfs_setsize_buftarg() 1741 xfs_buftarg_t *btp, in xfs_setsize_buftarg_early() 1753 xfs_buftarg_t *btp; in xfs_alloc_buftarg() local
|
D | xfs_pwork.c | 129 struct xfs_buftarg *btp = mp->m_ddev_targp; in xfs_pwork_guess_datadev_parallelism() local
|
/Linux-v5.4/kernel/trace/ |
D | bpf_trace.c | 36 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module() local 1313 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint() local 1323 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint() 1386 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register() 1403 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register() 1408 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
|
/Linux-v5.4/include/linux/ |
D | trace_events.h | 507 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register() 511 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister() 519 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
|
/Linux-v5.4/kernel/bpf/ |
D | syscall.c | 1791 struct bpf_raw_event_map *btp; member 1819 struct bpf_raw_event_map *btp; in bpf_raw_tracepoint_open() local 2804 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query() local
|