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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dlocalalloc.c607 int numfound, bitoff, left, startoff, lastzero; local
620 numfound = bitoff = startoff = 0;
623 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
628 /* mlog(0, "Found a zero: bitoff = %d, startoff = %d, "
629 "numfound = %d\n", bitoff, startoff, numfound);*/
633 if (bitoff == startoff) {
636 startoff++;
640 startoff = bitoff+1;
653 bitoff = startoff - numfound;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dgeneric.c176 unsigned long startoff = (unsigned long)(start - page); local
177 if (n > (PAGE_SIZE - startoff)) {
180 n = PAGE_SIZE - startoff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap_btree.c706 __uint64_t startoff; /* new btree key value */ local
777 &nbno, &startoff, &ncur,
797 startoff, 0, 0,
1074 xfs_fileoff_t startoff; local
1126 startoff = be64_to_cpu(kkp->br_startoff);
1129 startoff = xfs_bmbt_disk_get_startoff(krp);
1132 (startoff - rp->br_startoff);
1489 __uint64_t *startoff,
1514 XFS_BMBT_TRACE_ARGIFK(cur, level, *bnop, *startoff);
1583 *startoff
1485 xfs_bmbt_split( xfs_btree_cur_t *cur, int level, xfs_fsblock_t *bnop, __uint64_t *startoff, xfs_btree_cur_t **curp, int *stat) argument
[all...]
H A Dxfs_inode.c4364 xfs_fileoff_t startoff = 0; /* start offset of extent */ local
4386 startoff = xfs_bmbt_get_startoff(ep);
4388 if (bno < startoff) {
4390 } else if (bno >= startoff + blockcount) {
4405 if (bno >= startoff + blockcount) {
H A Dxfs_vnodeops.c4209 * Zero file bytes between startoff and endoff inclusive.
4215 xfs_off_t startoff,
4231 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
4213 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c6016 xfs_fileoff_t startoff; /* extent starting file offset */ local
6032 startoff = xfs_bmbt_get_startoff(lastrec);
6034 *eof = endoff >= startoff + blockcount;

Completed in 145 milliseconds