Searched refs:bstart (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | xattr.c | 243 u64 bstart = 0; in ea_dealloc_unstuffed() local 290 if (bstart + blen == bn) in ea_dealloc_unstuffed() 293 if (bstart) in ea_dealloc_unstuffed() 294 gfs2_free_meta(ip, rgd, bstart, blen); in ea_dealloc_unstuffed() 295 bstart = bn; in ea_dealloc_unstuffed() 302 if (bstart) in ea_dealloc_unstuffed() 303 gfs2_free_meta(ip, rgd, bstart, blen); in ea_dealloc_unstuffed() 1274 u64 bstart = 0; in ea_dealloc_indirect() local 1305 if (bstart + blen == bn) in ea_dealloc_indirect() 1308 if (bstart) in ea_dealloc_indirect() [all …]
|
| H A D | rgrp.h | 50 u64 bstart, u32 blen, int meta); 52 u64 bstart, u32 blen);
|
| /linux/drivers/block/ |
| H A D | n64cart.c | 65 const u32 bstart = pos + start; in n64cart_do_bvec() local 78 n64cart_write_reg(PI_CART_REG, (bstart | CART_DOMAIN) & CART_MAX); in n64cart_do_bvec()
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 440 int i, j, cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart; in compute_effective_progs() local 457 bstart = preorder_cnt - 1; in compute_effective_progs() 462 init_bstart = bstart; in compute_effective_progs() 468 item = &progs->items[bstart]; in compute_effective_progs() 469 bstart--; in compute_effective_progs() 481 for (i = bstart + 1, j = init_bstart; i < j; i++, j--) in compute_effective_progs()
|