Home
last modified time | relevance | path

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

/fs/ufs/
Dutil.h322 #define ubh_get_addr8(ubh,begin) \ argument
323 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
324 ((begin) & ~uspi->s_fmask))
326 #define ubh_get_addr16(ubh,begin) \ argument
327 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
328 ((begin) & ((uspi->fsize>>1) - 1)))
330 #define ubh_get_addr32(ubh,begin) \ argument
331 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
332 ((begin) & ((uspi->s_fsize>>2) - 1)))
334 #define ubh_get_addr64(ubh,begin) \ argument
[all …]
Dballoc.c767 unsigned begin, unsigned size, in ubh_scanc() argument
774 offset = begin & ~uspi->s_fmask; in ubh_scanc()
775 begin >>= uspi->s_fshift; in ubh_scanc()
782 cp = ubh->bh[begin]->b_data + offset; in ubh_scanc()
787 begin++; in ubh_scanc()
/fs/hfsplus/
Dbfind.c55 int *begin, in hfs_find_1st_rec_by_cnid() argument
79 if ((*begin) == (*end)) in hfs_find_1st_rec_by_cnid()
83 (*begin) = (*cur_rec) + 1; in hfs_find_1st_rec_by_cnid()
93 int *begin, in hfs_find_rec_by_key() argument
105 (*begin) = (*cur_rec) + 1; in hfs_find_rec_by_key()
Dhfsplus_fs.h433 int *begin, int *end, int *cur_rec);
435 int *begin, int *end, int *cur_rec);
/fs/cifs/
Dasn1.c96 unsigned char *begin; /* First octet */ member
111 ctx->begin = buf; in asn1_open()
/fs/gfs2/
Drgrp.c1918 static bool gfs2_select_rgrp(struct gfs2_rgrpd **pos, const struct gfs2_rgrpd *begin) in gfs2_select_rgrp() argument
1927 if (rgd != begin) /* If we didn't wrap */ in gfs2_select_rgrp()
1970 struct gfs2_rgrpd *begin = NULL; in gfs2_inplace_reserve() local
1982 begin = rs->rs_rbm.rgd; in gfs2_inplace_reserve()
1984 rs->rs_rbm.rgd = begin = ip->i_rgd; in gfs2_inplace_reserve()
1987 rs->rs_rbm.rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1); in gfs2_inplace_reserve()
2067 if (gfs2_select_rgrp(&rs->rs_rbm.rgd, begin)) in gfs2_inplace_reserve()