Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 7 of 7) sorted by relevance

/fs/ufs/
A Dutil.h310 #define ubh_get_addr8(ubh,begin) \ argument
312 ((begin) & ~uspi->s_fmask))
314 #define ubh_get_addr16(ubh,begin) \ argument
318 #define ubh_get_addr32(ubh,begin) \ argument
372 #define ubh_isset(ubh,begin,bit) \ argument
375 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument
377 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument
387 begin <<= 3; in _ubh_find_next_zero_bit_()
388 offset += begin; in _ubh_find_next_zero_bit_()
434 begin <<= 3; in _ubh_find_last_zero_bit_()
[all …]
A Dballoc.c737 unsigned begin, unsigned size, in ubh_scanc() argument
744 offset = begin & ~uspi->s_fmask; in ubh_scanc()
745 begin >>= uspi->s_fshift; in ubh_scanc()
752 cp = ubh->bh[begin]->b_data + offset; in ubh_scanc()
757 begin++; in ubh_scanc()
/fs/hfsplus/
A Dbfind.c45 int *begin, in hfs_find_1st_rec_by_cnid() argument
69 if ((*begin) == (*end)) in hfs_find_1st_rec_by_cnid()
73 (*begin) = (*cur_rec) + 1; in hfs_find_1st_rec_by_cnid()
83 int *begin, in hfs_find_rec_by_key() argument
95 (*begin) = (*cur_rec) + 1; in hfs_find_rec_by_key()
A Dhfsplus_fs.h429 int *begin, int *end, int *cur_rec);
431 int *begin, int *end, int *cur_rec);
/fs/iomap/
A Diter.c69 goto begin; in iomap_iter()
107 begin: in iomap_iter()
/fs/btrfs/
A Dzoned.c1048 u64 begin, end; in btrfs_find_allocatable_zones() local
1056 begin = pos >> shift; in btrfs_find_allocatable_zones()
1057 end = begin + nzones; in btrfs_find_allocatable_zones()
1064 !bitmap_test_range_all_set(zinfo->empty_zones, begin, nzones)) { in btrfs_find_allocatable_zones()
1076 sb_zone + BTRFS_NR_SB_LOG_ZONES <= begin)) { in btrfs_find_allocatable_zones()
1164 unsigned long begin = start >> shift; in btrfs_ensure_empty_zones() local
1172 if (begin + nbits > zinfo->nr_zones) in btrfs_ensure_empty_zones()
1176 if (bitmap_test_range_all_zero(zinfo->seq_zones, begin, nbits)) in btrfs_ensure_empty_zones()
1180 if (bitmap_test_range_all_set(zinfo->seq_zones, begin, nbits) && in btrfs_ensure_empty_zones()
1181 bitmap_test_range_all_set(zinfo->empty_zones, begin, nbits)) in btrfs_ensure_empty_zones()
/fs/gfs2/
A Drgrp.c1994 static bool gfs2_select_rgrp(struct gfs2_rgrpd **pos, const struct gfs2_rgrpd *begin) in gfs2_select_rgrp() argument
2003 if (rgd != begin) /* If we didn't wrap */ in gfs2_select_rgrp()
2046 struct gfs2_rgrpd *begin = NULL; in gfs2_inplace_reserve() local
2062 begin = rs->rs_rgd; in gfs2_inplace_reserve()
2065 begin = rs->rs_rgd; in gfs2_inplace_reserve()
2068 rs->rs_rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1); in gfs2_inplace_reserve()
2166 if (gfs2_select_rgrp(&rs->rs_rgd, begin)) in gfs2_inplace_reserve()

Completed in 24 milliseconds