Home
last modified time | relevance | path

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

/fs/ufs/
Dutil.h323 #define ubh_get_addr8(ubh,begin) \ argument
324 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
325 ((begin) & ~uspi->s_fmask))
327 #define ubh_get_addr16(ubh,begin) \ argument
328 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
329 ((begin) & ((uspi->fsize>>1) - 1)))
331 #define ubh_get_addr32(ubh,begin) \ argument
332 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
333 ((begin) & ((uspi->s_fsize>>2) - 1)))
335 #define ubh_get_addr64(ubh,begin) \ argument
[all …]
Dballoc.c762 unsigned begin, unsigned size, in ubh_scanc() argument
769 offset = begin & ~uspi->s_fmask; in ubh_scanc()
770 begin >>= uspi->s_fshift; in ubh_scanc()
777 cp = ubh->bh[begin]->b_data + offset; in ubh_scanc()
782 begin++; in ubh_scanc()
/fs/hfsplus/
Dbfind.c56 int *begin, in hfs_find_1st_rec_by_cnid() argument
80 if ((*begin) == (*end)) in hfs_find_1st_rec_by_cnid()
84 (*begin) = (*cur_rec) + 1; in hfs_find_1st_rec_by_cnid()
94 int *begin, in hfs_find_rec_by_key() argument
106 (*begin) = (*cur_rec) + 1; in hfs_find_rec_by_key()
Dhfsplus_fs.h435 int *begin, int *end, int *cur_rec);
437 int *begin, int *end, int *cur_rec);
/fs/cifs/
Dasn1.c85 unsigned char *begin; /* First octet */ member
100 ctx->begin = buf; in asn1_open()
/fs/gfs2/
Drgrp.c1990 static bool gfs2_select_rgrp(struct gfs2_rgrpd **pos, const struct gfs2_rgrpd *begin) in gfs2_select_rgrp() argument
1999 if (rgd != begin) /* If we didn't wrap */ in gfs2_select_rgrp()
2042 struct gfs2_rgrpd *begin = NULL; in gfs2_inplace_reserve() local
2054 begin = rs->rs_rbm.rgd; in gfs2_inplace_reserve()
2057 begin = rs->rs_rbm.rgd; in gfs2_inplace_reserve()
2060 rs->rs_rbm.rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1); in gfs2_inplace_reserve()
2140 if (gfs2_select_rgrp(&rs->rs_rbm.rgd, begin)) in gfs2_inplace_reserve()