/src/sys/fs/v7fs/ |
v7fs_file.c | 336 v7fs_daddr_t lastblk; local in function:v7fs_directory_remove_entry 345 lastblk = v7fs_datablock_last(fs, parent_dir, 350 if (!(buf = scratch_read(fs, lastblk)))
|
v7fs_file.c | 336 v7fs_daddr_t lastblk; local in function:v7fs_directory_remove_entry 345 lastblk = v7fs_datablock_last(fs, parent_dir, 350 if (!(buf = scratch_read(fs, lastblk)))
|
v7fs_file.c | 336 v7fs_daddr_t lastblk; local in function:v7fs_directory_remove_entry 345 lastblk = v7fs_datablock_last(fs, parent_dir, 350 if (!(buf = scratch_read(fs, lastblk)))
|
/src/sys/arch/amiga/amiga/ |
disksubr.c | 100 long lastblk; member in struct:rdbmap
|
disksubr.c | 100 long lastblk; member in struct:rdbmap
|
disksubr.c | 100 long lastblk; member in struct:rdbmap
|
/src/sbin/scan_ffs/ |
scan_ffs.c | 75 static daddr_t blk, lastblk; variable in typeref:typename:daddr_t 235 if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 512)) { 238 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 170)) { 241 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 73)) { 259 if ((BLK_CNT - lastblk) == (daddr_t)(i * SBLOCKSIZE / 512)) { 323 lastblk = BLK_CNT - (LFS_SBPAD / 512); 340 if ((daddr_t)sbi->lfs_off != lastblk) 427 lastblk = -1; 457 lastblk = BLK_CNT;
|
scan_ffs.c | 75 static daddr_t blk, lastblk; variable in typeref:typename:daddr_t 235 if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 512)) { 238 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 170)) { 241 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 73)) { 259 if ((BLK_CNT - lastblk) == (daddr_t)(i * SBLOCKSIZE / 512)) { 323 lastblk = BLK_CNT - (LFS_SBPAD / 512); 340 if ((daddr_t)sbi->lfs_off != lastblk) 427 lastblk = -1; 457 lastblk = BLK_CNT;
|
scan_ffs.c | 75 static daddr_t blk, lastblk; variable in typeref:typename:daddr_t 235 if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 512)) { 238 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 170)) { 241 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 73)) { 259 if ((BLK_CNT - lastblk) == (daddr_t)(i * SBLOCKSIZE / 512)) { 323 lastblk = BLK_CNT - (LFS_SBPAD / 512); 340 if ((daddr_t)sbi->lfs_off != lastblk) 427 lastblk = -1; 457 lastblk = BLK_CNT;
|
/src/sys/arch/macppc/stand/ofwboot/ |
ofdev.c | 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label 196 for (blkno = lastblk = 1; blkno <= lastblk; blkno++) { 203 lastblk = pme->pmMapBlkCnt;
|
ofdev.c | 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label 196 for (blkno = lastblk = 1; blkno <= lastblk; blkno++) { 203 lastblk = pme->pmMapBlkCnt;
|
ofdev.c | 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label 196 for (blkno = lastblk = 1; blkno <= lastblk; blkno++) { 203 lastblk = pme->pmMapBlkCnt;
|
/src/sys/dev/dkwedge/ |
dk.c | 516 daddr_t lastblk = sc->sc_offset + size - 1; local in function:dkwedge_add 524 if (lastblk >= lsc->sc_offset && 525 lastblk <= llastblk) {
|
dk.c | 516 daddr_t lastblk = sc->sc_offset + size - 1; local in function:dkwedge_add 524 if (lastblk >= lsc->sc_offset && 525 lastblk <= llastblk) {
|
dk.c | 516 daddr_t lastblk = sc->sc_offset + size - 1; local in function:dkwedge_add 524 if (lastblk >= lsc->sc_offset && 525 lastblk <= llastblk) {
|