HomeSort by: relevance | last modified time | path
    Searched defs:__volume (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
ustarfs.c 54 } __volume; variable in typeref:struct:volume
78 __volume.max_block = (maxblk / (USTAR_BLOCK_SIZE >> DEV_BSHIFT)) *
80 __volume.current_volume = 0;
136 if (vol != __volume.current_volume) {
138 __volume.current_volume = vol;
162 if (vol != __volume.current_volume) {
164 __volume.current_volume = vol;
200 if (blk < __volume.max_block)
203 blk -= __volume.max_block;
205 return (blk / (__volume.max_block - 16)) + 1
    [all...]
ustarfs.c 54 } __volume; variable in typeref:struct:volume
78 __volume.max_block = (maxblk / (USTAR_BLOCK_SIZE >> DEV_BSHIFT)) *
80 __volume.current_volume = 0;
136 if (vol != __volume.current_volume) {
138 __volume.current_volume = vol;
162 if (vol != __volume.current_volume) {
164 __volume.current_volume = vol;
200 if (blk < __volume.max_block)
203 blk -= __volume.max_block;
205 return (blk / (__volume.max_block - 16)) + 1
    [all...]
ustarfs.c 54 } __volume; variable in typeref:struct:volume
78 __volume.max_block = (maxblk / (USTAR_BLOCK_SIZE >> DEV_BSHIFT)) *
80 __volume.current_volume = 0;
136 if (vol != __volume.current_volume) {
138 __volume.current_volume = vol;
162 if (vol != __volume.current_volume) {
164 __volume.current_volume = vol;
200 if (blk < __volume.max_block)
203 blk -= __volume.max_block;
205 return (blk / (__volume.max_block - 16)) + 1
    [all...]
ustarfs.c 54 } __volume; variable in typeref:struct:volume
78 __volume.max_block = (maxblk / (USTAR_BLOCK_SIZE >> DEV_BSHIFT)) *
80 __volume.current_volume = 0;
136 if (vol != __volume.current_volume) {
138 __volume.current_volume = vol;
162 if (vol != __volume.current_volume) {
164 __volume.current_volume = vol;
200 if (blk < __volume.max_block)
203 blk -= __volume.max_block;
205 return (blk / (__volume.max_block - 16)) + 1
    [all...]

Completed in 42 milliseconds