Searched refs:nr_data (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | raid56.c | 184 if (i < rbio->nr_data * rbio->stripe_nsectors) in cache_rbio_pages() 286 return (sector_nr < rbio->nr_data * rbio->stripe_nsectors); in is_data_stripe_page() 534 if (size != rbio->nr_data * BTRFS_STRIPE_LEN) in rbio_is_full() 536 BUG_ON(size > rbio->nr_data * BTRFS_STRIPE_LEN); in rbio_is_full() 616 return rbio_stripe_sector(rbio, rbio->nr_data, sector_nr); in rbio_pstripe_sector() 623 if (rbio->nr_data + 1 == rbio->real_stripes) in rbio_qstripe_sector() 625 return rbio_stripe_sector(rbio, rbio->nr_data + 1, sector_nr); in rbio_qstripe_sector() 957 rbio->nr_data = real_stripes - btrfs_nr_parity_stripes(bioc->map_type); in alloc_rbio() 978 const int data_pages = rbio->nr_data * rbio->stripe_npages; in alloc_rbio_parity_pages() 1194 for (stripe = 0; stripe < rbio->nr_data; stripe++) { in generate_pq_vertical() [all …]
|
D | raid56.h | 65 u8 nr_data; member
|
/Linux-v6.6/fs/overlayfs/ |
D | params.c | 343 ctx->nr_data = 0; in ovl_parse_param_drop_lowerdir() 360 ssize_t nr_lower = 0, nr = 0, nr_data = 0; in ovl_parse_param_lowerdir() local 468 nr_data++; in ovl_parse_param_lowerdir() 481 if ((ctx->nr_data + nr_data) > 0) { in ovl_parse_param_lowerdir() 495 ctx->nr_data += nr_data; in ovl_parse_param_lowerdir() 765 if (ctx->nr_data > 0 && !config->metacopy) { in ovl_fs_params_verify()
|
D | params.h | 32 size_t nr_data; member
|
D | super.c | 1071 nr_merged_lower = ctx->nr - ctx->nr_data; in ovl_get_layers() 1205 nr_merged_lower = ctx->nr - ctx->nr_data; in ovl_get_lowerstack() 1216 ofs->numdatalayer = ctx->nr_data; in ovl_get_lowerstack()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | tcp_hdr_options.c | 461 const unsigned int nr_data = 2; in misc() local 480 for (i = 0; i < nr_data; i++) { in misc() 497 ASSERT_EQ(misc_skel->bss->nr_data, nr_data, "unexpected nr_data"); in misc()
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_misc_tcp_hdr_options.c | 27 unsigned int nr_data = 0; variable 142 nr_data++; in check_active_hdr_in()
|
/Linux-v6.6/include/trace/events/ |
D | btrfs.h | 2450 __field( u8, nr_data ) 2464 __entry->nr_data = rbio->nr_data; 2474 (__entry->stripe_nr < __entry->nr_data) ? "DATA" : 2477 (__entry->stripe_nr < __entry->nr_data) ? 2480 (__entry->stripe_nr - __entry->nr_data + 1) : 0),
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | cafe_nand.c | 68 int nr_data; member 178 cafe->ctl1, cafe->nr_data); in cafe_nand_cmdfunc()
|