/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 146 struct fs struct 148 int xxx1; /* struct fs *fs_link; */ argument 149 int xxx2; /* struct fs *fs_rlink; */ argument 150 mach_daddr_t fs_sblkno; /* addr of super-block in filesys */ argument 151 mach_daddr_t fs_cblkno; /* offset of cyl-block in filesys */ argument 152 mach_daddr_t fs_iblkno; /* offset of inode-blocks in filesys */ argument 153 mach_daddr_t fs_dblkno; /* offset of first data after cg */ argument 154 int fs_cgoffset; /* cylinder group offset in cylinder */ argument 155 int fs_cgmask; /* used to calc mod fs_ntrak */ argument 156 mach_time_t fs_time; /* last time written */ argument [all …]
|
H A D | ufs.h | 62 struct fs { struct 63 grub_uint32_t fs_link; /* linked list of file systems */ argument 64 grub_uint32_t fs_rolled; /* logging only: fs fully rolled */ argument 65 grub_daddr32_t fs_sblkno; /* addr of super-block in filesys */ argument 66 grub_daddr32_t fs_cblkno; /* offset of cyl-block in filesys */ argument 67 grub_daddr32_t fs_iblkno; /* offset of inode-blocks in filesys */ argument 68 grub_daddr32_t fs_dblkno; /* offset of first data after cg */ argument 69 grub_int32_t fs_cgoffset; /* cylinder group offset in cylinder */ argument 70 grub_int32_t fs_cgmask; /* used to calc mod fs_ntrak */ argument 71 grub_time32_t fs_time; /* last time written */ argument [all …]
|
H A D | ufs2.h | 244 struct fs { struct 245 grub_int32_t fs_firstfield; /* historic filesystem linked list, */ argument 246 grub_int32_t fs_unused_1; /* used for incore super blocks */ argument 247 grub_int32_t fs_sblkno; /* offset of super-block in filesys */ argument 248 grub_int32_t fs_cblkno; /* offset of cyl-block in filesys */ argument 249 grub_int32_t fs_iblkno; /* offset of inode-blocks in filesys */ argument 250 grub_int32_t fs_dblkno; /* offset of first data after cg */ argument 251 grub_int32_t fs_old_cgoffset; /* cylinder group offset in cylinder */ argument 252 grub_int32_t fs_old_cgmask; /* used to calc mod fs_ntrak */ argument 253 grub_int32_t fs_old_time; /* last time written */ argument [all …]
|
/onnv-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 238 struct fs { struct 239 uint32_t fs_link; /* linked list of file systems */ argument 240 uint32_t fs_rolled; /* logging only: fs fully rolled */ argument 241 daddr32_t fs_sblkno; /* addr of super-block in filesys */ argument 242 daddr32_t fs_cblkno; /* offset of cyl-block in filesys */ argument 243 daddr32_t fs_iblkno; /* offset of inode-blocks in filesys */ argument 244 daddr32_t fs_dblkno; /* offset of first data after cg */ argument 245 int32_t fs_cgoffset; /* cylinder group offset in cylinder */ argument 246 int32_t fs_cgmask; /* used to calc mod fs_ntrak */ argument 247 time32_t fs_time; /* last time written */ argument [all …]
|
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2.c | 34 int ext2_copy_block(struct ext2_fs *fs, blk_t from, blk_t to) in ext2_copy_block() 47 int ext2_get_block_state(struct ext2_fs *fs, blk_t block) in ext2_get_block_state() 65 blk_t ext2_find_free_block(struct ext2_fs *fs) in ext2_find_free_block() 94 ino_t ext2_find_free_inode(struct ext2_fs *fs) in ext2_find_free_inode() 119 int ext2_move_blocks(struct ext2_fs *fs, blk_t src, blk_t num, blk_t dest) in ext2_move_blocks() 156 int ext2_read_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) in ext2_read_blocks() 161 int ext2_set_block_state(struct ext2_fs *fs, blk_t block, int state, int updatemetadata) in ext2_set_block_state() 194 int ext2_write_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) in ext2_write_blocks() 199 int ext2_zero_blocks(struct ext2_fs *fs, blk_t block, blk_t num) in ext2_zero_blocks() 260 off_t ext2_get_inode_offset(struct ext2_fs *fs, ino_t inode, blk_t *block) in ext2_get_inode_offset() [all …]
|
H A D | ext2_inode_relocator.c | 98 static int addref(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, ino_t inode, blk_t … in addref() 127 static int doblock(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, blk_t blockno) in doblock() 156 static int doindblock(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, blk_t blockno) in doindblock() 173 static int dodindblock(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, blk_t blockno) in dodindblock() 192 static int dotindblock(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, blk_t blockno) in dotindblock() 211 static int doinode(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, ino_t inode) in doinode() 243 static int doscangroup(struct ext2_fs *fs, struct ext2_inode_relocator_state *state, int group) in doscangroup() 284 static int doscan(struct ext2_fs *fs, struct ext2_inode_relocator_state *state) in doscan() 322 static int ext2_inode_relocator_copy(struct ext2_fs *fs, struct ext2_inode_relocator_state *state) in ext2_inode_relocator_copy() 352 static int ext2_inode_relocator_finish(struct ext2_fs *fs, struct ext2_inode_relocator_state *state) in ext2_inode_relocator_finish() [all …]
|
H A D | ext2_resize.c | 27 static int ext2_add_group(struct ext2_fs *fs, blk_t groupsize) in ext2_add_group() 197 static int ext2_del_group(struct ext2_fs *fs) in ext2_del_group() 325 static int ext2_grow_group(struct ext2_fs *fs, blk_t newsize) in ext2_grow_group() 370 static int ext2_shrink_group(struct ext2_fs *fs, blk_t newsize) in ext2_shrink_group() 455 static int ext2_grow_fs(struct ext2_fs *fs, blk_t newsize, PedTimer* timer) in ext2_grow_fs() 509 static int ext2_shrink_fs(struct ext2_fs *fs, blk_t newsize, in ext2_shrink_fs() 584 int ext2_determine_itoffset(struct ext2_fs *fs) in ext2_determine_itoffset() 648 int ext2_resize_fs(struct ext2_fs *fs, blk_t newsize, PedTimer* timer) in ext2_resize_fs()
|
H A D | ext2_buffer.c | 230 void ext2_bcache_deinit(struct ext2_fs *fs) in ext2_bcache_deinit() 246 void ext2_bcache_dump(struct ext2_fs *fs) in ext2_bcache_dump() 271 int ext2_bcache_flush(struct ext2_fs *fs, blk_t block) in ext2_bcache_flush() 294 int ext2_bcache_flush_range(struct ext2_fs *fs, blk_t block, blk_t num) in ext2_bcache_flush_range() 305 int ext2_bcache_init(struct ext2_fs *fs) in ext2_bcache_init() 354 int ext2_bcache_sync(struct ext2_fs *fs) in ext2_bcache_sync() 379 struct ext2_buffer_head *ext2_bcreate(struct ext2_fs *fs, blk_t block) in ext2_bcreate() 399 struct ext2_buffer_head *ext2_bread(struct ext2_fs *fs, blk_t block) in ext2_bread()
|
H A D | ext2_block_relocator.c | 182 static int doblock(struct ext2_fs *fs, in doblock() 212 static int doindblock(struct ext2_fs *fs, in doindblock() 242 static int dodindblock(struct ext2_fs *fs, in dodindblock() 272 static int dotindblock(struct ext2_fs *fs, in dotindblock() 306 static int doinode(struct ext2_fs *fs, struct ext2_block_relocator_state *state, int inode) in doinode() 377 static int doscan(struct ext2_fs *fs, struct ext2_block_relocator_state *state) in doscan() 445 static int ext2_block_relocator_copy(struct ext2_fs *fs, struct ext2_block_relocator_state *state) in ext2_block_relocator_copy() 528 static int ext2_block_relocator_ref(struct ext2_fs *fs, struct ext2_block_relocator_state *state, s… in ext2_block_relocator_ref() 598 static int ext2_block_relocator_grab_blocks(struct ext2_fs *fs, struct ext2_block_relocator_state *… in ext2_block_relocator_grab_blocks() 636 static int ext2_block_relocator_flush(struct ext2_fs *fs, struct ext2_block_relocator_state *state) in ext2_block_relocator_flush() [all …]
|
H A D | interface.c | 106 PedFileSystem* fs; in _ext2_open() local 139 PedFileSystem* fs; in _ext2_create() local 169 _ext2_close (PedFileSystem *fs) in _ext2_close() 182 _ext2_check (PedFileSystem *fs, PedTimer* timer) in _ext2_check() 191 _ext2_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in _ext2_resize() 247 _ext2_get_resize_constraint (const PedFileSystem* fs) in _ext2_get_resize_constraint()
|
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | fatio.c | 34 fat_read_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_read_fragments() 47 fat_read_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_read_fragment() 53 fat_write_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_write_fragments() 66 fat_write_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_write_fragment() 72 fat_write_sync_fragments (PedFileSystem* fs, char* buf, FatFragment frag, in fat_write_sync_fragments() 83 fat_write_sync_fragment (PedFileSystem* fs, char* buf, FatFragment frag) in fat_write_sync_fragment() 89 fat_read_clusters (PedFileSystem* fs, char *buf, FatCluster cluster, in fat_read_clusters() 104 fat_read_cluster (PedFileSystem* fs, char *buf, FatCluster cluster) in fat_read_cluster() 110 fat_write_clusters (PedFileSystem* fs, char *buf, FatCluster cluster, in fat_write_clusters() 125 fat_write_cluster (PedFileSystem* fs, char *buf, FatCluster cluster) in fat_write_cluster() [all …]
|
H A D | fat.c | 29 PedFileSystem* fs; in fat_alloc() local 56 fat_alloc_buffers (PedFileSystem* fs) in fat_alloc_buffers() 78 fat_free_buffers (PedFileSystem* fs) in fat_free_buffers() 87 fat_free (PedFileSystem* fs) in fat_free() 95 fat_set_frag_sectors (PedFileSystem* fs, PedSector frag_sectors) in fat_set_frag_sectors() 115 PedFileSystem* fs; in fat_probe() local 190 _init_fats (PedFileSystem* fs) in _init_fats() 215 PedFileSystem* fs; in fat_open() local 255 fat_root_dir_clear (PedFileSystem* fs) in fat_root_dir_clear() 279 PedFileSystem* fs; in fat_create() local [all …]
|
H A D | count.c | 95 print_chain (PedFileSystem* fs, FatCluster start) in print_chain() 130 flag_traverse_fat (PedFileSystem* fs, const char* chain_name, FatCluster start, in flag_traverse_fat() 219 PedFileSystem* fs = trav_info->fs; in flag_traverse_dir() local 296 _mark_bad_clusters (PedFileSystem* fs) in _mark_bad_clusters() 314 fat_collect_cluster_info (PedFileSystem* fs) { in fat_collect_cluster_info() 341 fat_get_cluster_flag (PedFileSystem* fs, FatCluster cluster) in fat_get_cluster_flag() 349 fat_get_cluster_usage (PedFileSystem* fs, FatCluster cluster) in fat_get_cluster_usage() 365 fat_get_fragment_flag (PedFileSystem* fs, FatFragment frag) in fat_get_fragment_flag() 388 fat_is_fragment_active (PedFileSystem* fs, FatFragment frag) in fat_is_fragment_active()
|
H A D | bootsector.c | 127 fat_boot_sector_analyse (FatBootSector* bs, PedFileSystem* fs) in fat_boot_sector_analyse() 301 fat_boot_sector_generate (FatBootSector* bs, const PedFileSystem* fs) in fat_boot_sector_generate() 380 fat_boot_sector_write (const FatBootSector* bs, PedFileSystem* fs) in fat_boot_sector_write() 397 fat_info_sector_read (FatInfoSector* is, const PedFileSystem* fs) in fat_info_sector_read() 421 fat_info_sector_generate (FatInfoSector* is, const PedFileSystem* fs) in fat_info_sector_generate() 441 fat_info_sector_write (const FatInfoSector* is, PedFileSystem *fs) in fat_info_sector_write()
|
H A D | calc.c | 103 fat_check_resize_geometry (const PedFileSystem* fs, in fat_check_resize_geometry() 363 fat_is_sector_in_clusters (const PedFileSystem* fs, PedSector sector) in fat_is_sector_in_clusters() 373 fat_cluster_to_frag (const PedFileSystem* fs, FatCluster cluster) in fat_cluster_to_frag() 384 fat_frag_to_cluster (const PedFileSystem* fs, FatFragment frag) in fat_frag_to_cluster() 394 fat_frag_to_sector (const PedFileSystem* fs, FatFragment frag) in fat_frag_to_sector() 404 fat_sector_to_frag (const PedFileSystem* fs, PedSector sector) in fat_sector_to_frag() 414 fat_cluster_to_sector (const PedFileSystem* fs, FatCluster cluster) in fat_cluster_to_sector() 426 fat_sector_to_cluster (const PedFileSystem* fs, PedSector sector) in fat_sector_to_cluster()
|
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/linux_swap/ |
H A D | linux_swap.c | 35 #define SWAP_SPECIFIC(fs) ((SwapSpecific*) (fs->type_specific)) argument 79 PedFileSystem* fs; in swap_probe() local 109 PedFileSystem* fs; in swap_clobber() local 131 swap_init (PedFileSystem* fs, int fresh) in swap_init() 151 PedFileSystem* fs; in swap_alloc() local 192 swap_free (PedFileSystem* fs) in swap_free() 207 PedFileSystem* fs; in swap_open() local 252 swap_close (PedFileSystem* fs) in swap_close() 260 swap_new_find_bad_page (PedFileSystem* fs, unsigned int page) in swap_new_find_bad_page() 274 swap_new_remove_bad_page (PedFileSystem* fs, unsigned int page) in swap_new_remove_bad_page() [all …]
|
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | JAShadowAccess.java | 89 public static int incrCursor(FrameShadow fs) { in incrCursor() 93 public static int decrCursor(FrameShadow fs) { in decrCursor() 97 public static void setPrevCursor(FrameShadow fs, int cursor) { in setPrevCursor() 101 public static int getPrevCursor(FrameShadow fs) { in getPrevCursor()
|
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | hfs.c | 85 PedFileSystem* fs; in hfs_open() local 152 hfs_close (PedFileSystem *fs) in hfs_close() 169 hfs_get_resize_constraint (const PedFileSystem *fs) in hfs_get_resize_constraint() 193 hfs_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in hfs_resize() 378 hfsplus_close (PedFileSystem *fs) in hfsplus_close() 405 PedFileSystem* fs; in hfsplus_open() local 572 hfsplus_get_resize_constraint (const PedFileSystem *fs) in hfsplus_get_resize_constraint() 596 hfsplus_volume_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in hfsplus_volume_resize() 766 hfsplus_wrapper_update (PedFileSystem* fs) in hfsplus_wrapper_update() 909 hfsplus_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in hfsplus_resize() [all …]
|
H A D | reloc.c | 46 hfs_effect_move_extent (PedFileSystem *fs, unsigned int *ptr_fblock, in hfs_effect_move_extent() 162 hfs_update_mdb (PedFileSystem *fs) in hfs_update_mdb() 181 hfs_do_move (PedFileSystem* fs, unsigned int *ptr_src, in hfs_do_move() 268 hfs_save_allocation(PedFileSystem* fs) in hfs_save_allocation() 289 hfs_move_extent_starting_at (PedFileSystem *fs, unsigned int *ptr_fblock, in hfs_move_extent_starting_at() 318 hfs_cache_from_mdb(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_mdb() 362 hfs_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_catalog() 457 hfs_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_extent() 555 hfs_cache_extents(PedFileSystem *fs, PedTimer* timer) in hfs_cache_extents() 585 hfs_pack_free_space_from_block (PedFileSystem *fs, unsigned int fblock, in hfs_pack_free_space_from_block()
|
H A D | reloc_plus.c | 50 hfsplus_effect_move_extent (PedFileSystem *fs, unsigned int *ptr_fblock, in hfsplus_effect_move_extent() 165 hfsplus_update_vh (PedFileSystem *fs) in hfsplus_update_vh() 183 hfsplus_do_move (PedFileSystem* fs, unsigned int *ptr_src, in hfsplus_do_move() 323 hfsplus_save_allocation(PedFileSystem *fs) in hfsplus_save_allocation() 356 hfsplus_move_extent_starting_at (PedFileSystem *fs, unsigned int *ptr_fblock, in hfsplus_move_extent_starting_at() 381 hfsplus_cache_from_vh(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_vh() 473 hfsplus_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_catalog() 600 hfsplus_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_extent() 715 hfsplus_cache_from_attributes(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_attributes() 827 hfsplus_cache_extents(PedFileSystem* fs, PedTimer* timer) in hfsplus_cache_extents() [all …]
|
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ntfs/ |
H A D | ntfs.c | 82 PedFileSystem* fs; in ntfs_open() local 200 PedFileSystem* fs = NULL; in ntfs_create() local 251 ntfs_close (PedFileSystem *fs) in ntfs_close() 266 ntfs_check(PedFileSystem *fs, PedTimer *timer) in ntfs_check() 313 ntfs_copy(const PedFileSystem *fs, PedGeometry *geom, PedTimer *timer) in ntfs_copy() 379 ntfs_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in ntfs_resize() 502 _get_min_resize_size (const PedFileSystem* fs) in _get_min_resize_size() 527 ntfs_get_copy_constraint (const PedFileSystem* fs, const PedDevice* dev) in ntfs_get_copy_constraint() 544 ntfs_get_resize_constraint (const PedFileSystem* fs) in ntfs_get_resize_constraint()
|
/onnv-gate/usr/src/lib/libparted/common/libparted/ |
H A D | filesys.c | 137 PedFileSystem* fs; in _test_open() local 372 PedFileSystem* fs; in ped_file_system_open() local 436 PedFileSystem* fs; in ped_file_system_create() local 472 ped_file_system_close (PedFileSystem* fs) in ped_file_system_close() 497 ped_file_system_check (PedFileSystem* fs, PedTimer* timer) in ped_file_system_check() 563 _raw_copy_and_resize (const PedFileSystem* fs, PedGeometry* geom, in _raw_copy_and_resize() 608 ped_file_system_copy (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in ped_file_system_copy() 687 ped_file_system_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer) in ped_file_system_resize() 743 ped_file_system_get_resize_constraint (const PedFileSystem* fs) in ped_file_system_get_resize_constraint() 759 ped_file_system_get_copy_constraint (const PedFileSystem* fs, in ped_file_system_get_copy_constraint()
|
/onnv-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_subr.c | 196 struct fs *fs; in ufs_update() local 577 struct fs *fs; in ufs_sync_indir() local 680 struct fs *fs; in ufs_indirblk_sync() local 875 struct fs *fs = ufsvfsp->vfs_fs; in ufs_checkclean() local 991 struct fs *fs = ufsvfsp->vfs_fs; in ufs_setreclaim() local 1026 struct fs *fs = ufsvfsp->vfs_fs; in ufs_notclean() local 1124 struct fs *fs = ufsvfsp->vfs_fs; in ufs_sbwrite() local 1240 ufs_construct_si(dev_t dev, struct fs *fs, struct ufsvfs *ufsvfsp) in ufs_construct_si() 1309 ufs_getsummaryinfo(dev_t dev, struct ufsvfs *ufsvfsp, struct fs *fs) in ufs_getsummaryinfo() 1385 ufs_putsummaryinfo(dev_t dev, struct ufsvfs *ufsvfsp, struct fs *fs) in ufs_putsummaryinfo() [all …]
|
/onnv-gate/usr/src/lib/libast/common/features/ |
H A D | sfinit.c | 34 char* fs = ""; in main() local 38 char* fs = "F"; in main() local
|
/onnv-gate/usr/src/lib/libc/port/gen/ |
H A D | strtod.c | 48 fp_exception_field_type fs; in strtod() local 81 fp_exception_field_type fs; in strtof() local 112 fp_exception_field_type fs; in strtold() local
|