Home
last modified time | relevance | path

Searched refs:bstart (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dxattr.c243 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 Drgrp.h50 u64 bstart, u32 blen, int meta);
52 u64 bstart, u32 blen);
/linux/drivers/block/
H A Dn64cart.c65 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 Dcgroup.c440 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()