Home
last modified time | relevance | path

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

12345

/titanic_53/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_53/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_53/usr/src/boot/sys/ufs/ffs/
H A Dfs.h260 struct fs { struct
261 int32_t fs_firstfield; /* historic filesystem linked list, */ argument
262 int32_t fs_unused_1; /* used for incore super blocks */ argument
263 int32_t fs_sblkno; /* offset of super-block in filesys */ argument
264 int32_t fs_cblkno; /* offset of cyl-block in filesys */ argument
265 int32_t fs_iblkno; /* offset of inode-blocks in filesys */ argument
266 int32_t fs_dblkno; /* offset of first data after cg */ argument
267 int32_t fs_old_cgoffset; /* cylinder group offset in cylinder */ argument
268 int32_t fs_old_cgmask; /* used to calc mod fs_ntrak */ argument
269 int32_t fs_old_time; /* last time written */ argument
[all …]
/titanic_53/usr/src/boot/lib/libstand/
H A Ddosfs.c111 #define bytblk(fs, n) ((n) >> (fs)->bshift) argument
112 #define blkbyt(fs, b) ((b) << (fs)->bshift) argument
113 #define secblk(fs, s) ((s) >> ((fs)->bshift - SSHIFT)) argument
114 #define blksec(fs, b) ((b) << ((fs)->bshift - SSHIFT)) argument
117 #define blkoff(fs, b) (secbyt((fs)->lsndta) + blkbyt(fs, (b) - LOCLUS)) argument
120 #define blklsn(fs, b) ((fs)->lsndta + blksec(fs, (b) - LOCLUS)) argument
128 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus) argument
148 dos_read_fatblk(DOS_FS *fs, struct open_file *fd, u_int blknum) in dos_read_fatblk()
182 dos_mount(DOS_FS *fs, struct open_file *fd) in dos_mount()
222 dos_unmount(DOS_FS *fs) in dos_unmount()
[all …]
H A Dnandfs.c125 #define NINDIR(fs) ((fs)->nf_blocksize / sizeof(nandfs_daddr_t)) argument
195 nandfs_find_super_block(struct nandfs *fs, struct open_file *f) in nandfs_find_super_block()
245 nandfs_find_fsdata(struct nandfs *fs, struct open_file *f) in nandfs_find_fsdata()
270 nandfs_read_structures(struct nandfs *fs, struct open_file *f) in nandfs_read_structures()
288 nandfs_mount(struct nandfs *fs, struct open_file *f) in nandfs_mount()
366 #define NINDIR(fs) ((fs)->nf_blocksize / sizeof(nandfs_daddr_t)) argument
371 struct nandfs *fs; in nandfs_open() local
437 struct nandfs *fs = f->f_fsdata; in nandfs_close() local
453 struct nandfs *fs = (struct nandfs *)f->f_fsdata; in nandfs_read() local
487 struct nandfs *fs = f->f_fsdata; in nandfs_seek() local
[all …]
H A Dext2fs.c139 #define fsb_to_db(fs, blk) ((blk) << (fs)->fs_fsbtodb) argument
147 #define ino_to_bgo(fs, ino) (((ino) - 1) % (fs)->fs_ipg) argument
148 #define ino_to_bg(fs, ino) (((ino) - 1) / (fs)->fs_ipg) argument
149 #define ino_to_db(fs, bg, ino) \ argument
152 #define ino_to_bo(fs, ino) (ino_to_bgo(fs, ino) % (fs)->fs_ipb) argument
154 #define nindir(fs) \ argument
156 #define lblkno(fs, loc) /* loc / bsize */ \ argument
158 #define smalllblktosize(fs, blk) /* blk * bsize */ \ argument
160 #define blkoff(fs, loc) /* loc % bsize */ \ argument
162 #define fragroundup(fs, size) /* roundup(size, fsize) */ \ argument
[all …]
H A Dufs.c145 struct fs *fs = fp->f_fs; local
202 struct fs *fs = fp->f_fs; local
307 struct fs *fs = fp->f_fs; local
385 struct fs *fs = fp->f_fs; local
496 struct fs *fs; local
638 struct fs *fs = fp->f_fs; local
/titanic_53/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_53/usr/src/boot/sys/boot/common/
H A Dufsread.c57 #define cgbase(fs, c) ((ufs2_daddr_t)((fs)->fs_fpg * (c))) argument
70 #define INDIRPERVBLK(fs) (NINDIR(fs) / ((fs)->fs_bsize >> VBLKSHIFT)) argument
71 #define IPERVBLK(fs) (INOPB(fs) / ((fs)->fs_bsize >> VBLKSHIFT)) argument
72 #define INO_TO_VBA(fs, ipervblk, x) \ argument
76 #define FS_TO_VBA(fs, fsb, off) (fsbtodb(fs, fsb) + \ argument
78 #define FS_TO_VBO(fs, fsb, off) ((off) & VBLKMASK) argument
103 static struct fs fs; variable
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dsfinit.c34 char* fs = ""; in main() local
38 char* fs = "F"; in main() local
/titanic_53/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_53/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_53/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_53/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfmtrec.c32 fmtrec(Recfmt_t f, int fs) in fmtrec()
/titanic_53/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

12345