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

  /src/sys/ufs/lfs/
lfs_accessors.h 758 void *firstblock; local in function:LFS_DEF_FI_ACCESSOR
760 firstblock = (char *)fip + FINFOSIZE(fs);
763 return ((int64_t *)firstblock)[idx];
765 return ((int32_t *)firstblock)[idx];
772 void *firstblock; local in function:lfs_fi_setblock
774 firstblock = (char *)fip + FINFOSIZE(fs);
777 ((int64_t *)firstblock)[idx] = blk;
779 ((int32_t *)firstblock)[idx] = blk;
1419 void *firstblock; local in function:lfs_blocks_fromfinfo
1421 firstblock = (char *)fip + FINFOSIZE(fs)
    [all...]
lfs_accessors.h 758 void *firstblock; local in function:LFS_DEF_FI_ACCESSOR
760 firstblock = (char *)fip + FINFOSIZE(fs);
763 return ((int64_t *)firstblock)[idx];
765 return ((int32_t *)firstblock)[idx];
772 void *firstblock; local in function:lfs_fi_setblock
774 firstblock = (char *)fip + FINFOSIZE(fs);
777 ((int64_t *)firstblock)[idx] = blk;
779 ((int32_t *)firstblock)[idx] = blk;
1419 void *firstblock; local in function:lfs_blocks_fromfinfo
1421 firstblock = (char *)fip + FINFOSIZE(fs)
    [all...]

Completed in 25 milliseconds