Searched refs:startoff (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.c178 * Extract the startoff field from an in memory bmap extent record.
210 * Extract the startoff field from a disk format bmap extent record.
227 xfs_fileoff_t startoff,
235 ASSERT((startoff & xfs_mask64hi(64-BMBT_STARTOFF_BITLEN)) == 0);
242 ((xfs_bmbt_rec_base_t)startoff << 9) |
250 ((xfs_bmbt_rec_base_t)startoff << 9) |
258 ((xfs_bmbt_rec_base_t)startoff << 9);
285 xfs_fileoff_t startoff,
293 ASSERT((startoff & xfs_mask64hi(64-BMBT_STARTOFF_BITLEN)) == 0);
301 ((xfs_bmbt_rec_base_t)startoff <<
225 xfs_bmbt_set_allf( xfs_bmbt_rec_host_t *r, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state) argument
283 xfs_bmbt_disk_set_allf( xfs_bmbt_rec_t *r, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state) argument
[all...]
H A Dxfs_inode.c3759 xfs_fileoff_t startoff = 0; /* start offset of extent */ local
3781 startoff = xfs_bmbt_get_startoff(ep);
3783 if (bno < startoff) {
3785 } else if (bno >= startoff + blockcount) {
3800 if (bno >= startoff + blockcount) {
H A Dxfs_vnodeops.c2391 * Zero file bytes between startoff and endoff inclusive.
2404 xfs_off_t startoff,
2421 if (startoff >= ip->i_size)
2433 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
2402 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c5640 xfs_fileoff_t startoff; /* extent starting file offset */ local
5656 startoff = xfs_bmbt_get_startoff(lastrec);
5658 *eof = endoff >= startoff + blockcount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dlocalalloc.c817 int numfound, bitoff, left, startoff, lastzero; local
857 numfound = bitoff = startoff = 0;
860 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
865 /* mlog(0, "Found a zero: bitoff = %d, startoff = %d, "
866 "numfound = %d\n", bitoff, startoff, numfound);*/
870 if (bitoff == startoff) {
873 startoff++;
877 startoff = bitoff+1;
890 bitoff = startoff - numfound;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dgeneric.c161 unsigned long startoff = (unsigned long)(start - page); local
162 if (n > (PAGE_SIZE - startoff)) {
165 n = PAGE_SIZE - startoff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dgl_getline.c1946 size_t startoff, amt; local
2115 startoff = (size_t) (startp - buf);
2117 if ((amt + startoff + lenaftercursor) >= bufsize)
2118 amt = bufsize - (amt + startoff + lenaftercursor);
2128 buf[amt + startoff] = (char) qmode;
2133 buf[amt + startoff] = (char) gl_completion_exact_match_extra_char;
2141 buf[amt + startoff] = ' ';
2143 *loc = (int) (startoff + amt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h192 __field(xfs_fileoff_t, startoff)
203 __entry->startoff = r->br_startoff;
216 __entry->startoff,
231 __field(xfs_fileoff_t, startoff)
247 __entry->startoff = r.br_startoff;
260 __entry->startoff,
951 __field(xfs_fileoff_t, startoff)
963 __entry->startoff = irec ? irec->br_startoff : 0;
969 "startoff 0x%llx startblock %lld blockcount 0x%llx",
977 __entry->startoff,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtables.c2059 unsigned int i, j, startoff, new_offset = 0; local
2076 startoff = state->buf_user_offset;
2126 startoff = state->buf_user_offset - startoff;
2128 BUG_ON(*total < startoff);
2129 *total -= startoff;

Completed in 204 milliseconds