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...] |