Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 100) sorted by relevance

1234

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfs.h146 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 Dufs.h62 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 Dufs2.h244 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 …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_fs.h238 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 …]
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DJAShadowAccess.java89 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()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c196 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 …]
H A Dufs_alloc.c107 struct fs *fs; in alloc() local
186 struct fs *fs; in realloccg() local
298 struct fs *fs; in ufs_ialloc() local
478 struct fs *fs = dp->i_fs; in dirpref() local
537 struct fs *fs; in blkpref() local
625 struct fs *fs = ip->i_fs; in free() local
773 struct fs *fs = ip->i_fs; in ufs_ifree() local
847 struct fs *fs; in hashalloc() local
897 struct fs *fs = ip->i_fs; in fragextend() local
978 struct fs *fs = ip->i_fs; in alloccg() local
[all …]
H A Dufs_snap.c67 struct fs *fs = ufsvfsp->vfs_fs; in ufs_snap_create() local
283 struct fs *fs = ufsvfsp->vfs_fs; in ufs_snap_find_candidates() local
361 struct fs *fs = ufsvfsp->vfs_fs; in ufs_snap_delete() local
H A Dufs_trans.c218 struct fs *fs; in ufs_trans_push_si() local
324 struct fs *fs = ufsvfsp->vfs_fs; in ufs_trans_mata_mount() local
360 ufs_trans_mata_si(struct ufsvfs *ufsvfsp, struct fs *fs) in ufs_trans_mata_si()
380 struct fs *fs = ufsvfsp->vfs_fs; in ufs_trans_mata_direct() local
406 struct fs *fs = ufsvfsp->vfs_fs; in ufs_trans_mata_indir() local
473 struct fs *fs = ufsvfsp->vfs_fs; in ufs_trans_mata_alloc() local
646 struct fs *fs = ufsvfsp->vfs_fs; in ufs_log_amt() local
804 struct fs *fs = ufsvfsp->vfs_fs; in ufs_trans_itrunc() local
H A Dufs_bmap.c112 #define DOEXTENT(fs, lbn, boff, bnp, lenp, size, tblp, n, chkfrag, maxtrans) {\ argument
209 struct fs *fs = ufsvfsp->vfs_fs; in bmap_read() local
311 struct fs *fs; in bmap_write() local
918 struct fs *fs = ip->i_fs; in bmap_has_holes() local
990 findextent(struct fs *fs, daddr32_t *sbp, int n, int *lenp, int maxtransfer) in findextent()
1184 struct fs *fs = ufsvfsp->vfs_fs; in bmap_find() local
1335 struct fs *fs; in bmap_set_bn() local
H A Dufs_filio.c98 struct fs *fs; /* fs for file system */ in ufs_fioio() local
314 struct fs *fs; in ufs_fiosdio() local
566 struct fs *fs; in ufs_fiotune() local
H A Dlufs.c268 lufs_snarf(ufsvfs_t *ufsvfsp, struct fs *fs, int ronly) in lufs_snarf()
566 struct fs *fs = ufsvfsp->vfs_fs; in lufs_free() local
667 struct fs *fs = ufsvfsp->vfs_fs; in lufs_alloc() local
853 struct fs *fs = ufsvfsp->vfs_fs; in lufs_disable() local
988 struct fs *fs; in lufs_enable() local
H A Dufs_extvnops.c71 struct fs *fs; in ufs_rdwr_data() local
250 struct fs *fs; in ufs_alloc_data() local
/titanic_44/usr/src/lib/libast/common/features/
H A Dsfinit.c34 char* fs = ""; in main() local
38 char* fs = "F"; in main() local
/titanic_44/usr/src/lib/libc/port/gen/
H A Dstrtod.c48 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
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c38 fstabscan(struct fstab *fs) in fstabscan()
140 struct fstab *fs; in getfstype() local
H A Dstrtod.c41 fp_exception_field_type fs; local
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dwstod.c60 fp_exception_field_type fs; in wcstod() local
90 fp_exception_field_type fs; in wcstof() local
120 fp_exception_field_type fs; in wcstold() local
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfmtrec.c32 fmtrec(Recfmt_t f, int fs) in fmtrec()
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c50 struct fs *fs = &sblock; in pass5() local
251 cg_blks(fs, newcg, j)[cbtorpos(fs, i)]++; in pass5() local
/titanic_44/usr/src/uts/intel/sys/
H A Dbootregs.h73 uint16_t fs; member
/titanic_44/usr/src/lib/libcmd/common/
H A Did.c105 register struct fsg* fs; in getfsids() local
202 register struct fsg* fs; in getids() local
/titanic_44/usr/src/lib/libc/i386/threads/
H A Dmachdep.c91 static greg_t fs, es, ds, cs, ss; in setup_context() local
212 greg_t fs, greg_t es, greg_t ds, in __csigsetjmp()
/titanic_44/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c62 struct fs *fs; in main() local
/titanic_44/usr/src/lib/libast/common/include/
H A Dmnt.h38 char* fs; /* filesystem name */ member

1234