Home
last modified time | relevance | path

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

1234

/csrg-svn/sys/ufs/ffs/
H A Dfs.h130 struct fs { struct
131 int32_t fs_firstfield; /* historic file system linked list, */ argument
132 int32_t fs_unused_1; /* used for incore super blocks */ argument
133 ufs_daddr_t fs_sblkno; /* addr of super-block in filesys */ argument
134 ufs_daddr_t fs_cblkno; /* offset of cyl-block in filesys */ argument
135 ufs_daddr_t fs_iblkno; /* offset of inode-blocks in filesys */ argument
136 ufs_daddr_t fs_dblkno; /* offset of first data after cg */ argument
137 int32_t fs_cgoffset; /* cylinder group offset in cylinder */ argument
138 int32_t fs_cgmask; /* used to calc mod fs_ntrak */ argument
139 time_t fs_time; /* last time written */ argument
[all …]
H A Dffs_subr.c39 register struct fs *fs; local
66 ffs_fragacct(fs, fragmap, fraglist, cnt) in ffs_fragacct() argument
137 ffs_isblock(fs, cp, h) in ffs_isblock() argument
165 ffs_clrblock(fs, cp, h) in ffs_clrblock() argument
193 ffs_setblock(fs, cp, h) in ffs_setblock() argument
H A Dffs_alloc.c68 register struct fs *fs; local
133 register struct fs *fs; local
292 struct fs *fs; local
496 register struct fs *fs; variable
556 ffs_dirpref(fs) in ffs_dirpref() argument
606 register struct fs *fs; local
679 register struct fs *fs; local
731 register struct fs *fs; local
801 register struct fs *fs; local
889 ffs_alloccgblk(fs, cgp, bpref) in ffs_alloccgblk() argument
[all …]
H A Dffs_vfsops.c61 struct fs *fs; in ffs_mountroot() local
112 register struct fs *fs; local
248 struct fs *fs, *newfs; local
368 register struct fs *fs; local
493 struct fs *fs; variable
525 register struct fs *fs; local
594 register struct fs *fs; local
636 struct fs *fs; local
715 struct fs *fs; local
829 struct fs *fs; local
[all …]
H A Dffs_inode.c53 register struct fs *fs; local
123 register struct fs *fs; variable
366 register struct fs *fs = ip->i_fs; local
/csrg-svn/usr.sbin/amd/amd/
H A Dsrvr_afs.c36 fserver *fs = localhost; local
69 void wakeup_srvr(fs) in wakeup_srvr() argument
80 static void timeout_srvr(fs) in timeout_srvr() argument
126 void free_srvr(fs) in free_srvr() argument
163 fserver *dup_srvr(fs) in dup_srvr() argument
174 void srvrlog(fs, state) in srvrlog() argument
H A Dsrvr_nfs.c73 fserver *fs = 0; in flush_srvr_nfs_cache() local
134 fserver *fs = 0; local
186 static int call_portmap(fs, auth, prog, vers, prot) in call_portmap() argument
220 static void recompute_portmap(fs) in recompute_portmap() argument
255 fserver *fs; local
351 static void nfs_timed_out(fs) in nfs_timed_out() argument
423 static void nfs_keepalive(fs) in nfs_keepalive() argument
499 int nfs_srvr_port(fs, port, wchan) in nfs_srvr_port() argument
546 static void start_nfs_pings(fs, pingval) in start_nfs_pings() argument
575 fserver *fs; local
/csrg-svn/sys/ufs/lfs/
H A Dlfs_segment.c43 #define LFS_PARTIAL_FITS(fs) \ argument
92 struct lfs *fs; local
126 lfs_writevnodes(fs, mp, sp, op) in lfs_writevnodes() argument
200 struct lfs *fs; local
311 lfs_writefile(fs, sp, vp) in lfs_writefile() argument
359 lfs_writeinode(fs, sp, ip) in lfs_writeinode() argument
459 struct lfs *fs; local
503 lfs_gather(fs, sp, vp, match) in lfs_gather() argument
555 struct lfs *fs; local
643 lfs_initseg(fs) in lfs_initseg() argument
[all …]
H A Dlfs_subr.c37 register struct lfs *fs; local
65 lfs_seglock(fs, flags) in lfs_seglock() argument
107 lfs_segunlock(fs) in lfs_segunlock() argument
H A Dlfs.h43 #define SEGUPB(fs) (1 << (fs)->lfs_sushift) argument
44 #define SEGTABSIZE_SU(fs) \ argument
152 #define S_INDIR(fs) -NDADDR argument
153 #define D_INDIR(fs) (S_INDIR(fs) - NINDIR(fs) - 1) argument
154 #define T_INDIR(fs) (D_INDIR(fs) - NINDIR(fs) * NINDIR(fs) - 1) argument
179 #define CLEANSIZE_SU(fs) \ argument
208 #define NINDIR(fs) ((fs)->lfs_nindir) argument
211 #define INOPB(fs) ((fs)->lfs_inopb) argument
213 #define blksize(fs, ip, lbn) \ argument
217 #define blkoff(fs, loc) ((int)((loc) & (fs)->lfs_bmask)) argument
[all …]
H A Dlfs_vfsops.c59 struct fs *fs; in lfs_mountroot() local
103 register struct lfs *fs; /* LFS */ local
223 register struct lfs *fs; local
353 register struct lfs *fs; variable
407 register struct lfs *fs; variable
473 register struct lfs *fs; local
H A Dlfs_balloc.c36 struct lfs *fs; local
174 struct lfs *fs; variable
H A Dlfs_alloc.c41 struct lfs *fs; local
185 struct lfs *fs; local
/csrg-svn/usr.sbin/quotaon/
H A Dquotaon.c43 register struct fstab *fs; local
124 quotaonoff(fs, offmode, type, qfpathname) in quotaonoff() argument
171 hasquota(fs, type, qfnamep) in hasquota() argument
209 readonly(fs) in readonly() argument
/csrg-svn/sys/stand.att/
H A Dread.c19 register struct fs *fs; local
102 register struct fs *fs; local
/csrg-svn/libexec/lfs_cleanerd/
H A Dclean.h63 #define seg_size(fs) ((fs)->lfs_ssize << (fs)->lfs_bshift) argument
66 #define datobyte(fs, da) ((da) << (fs)->fi_daddr_shift) argument
67 #define bytetoda(fs, byte) ((byte) >> (fs)->fi_daddr_shift) argument
72 #define IFILE_ENTRY(fs, if, i) \ argument
76 #define SEGUSE_ENTRY(fs, su, i) \ argument
/csrg-svn/sys/ufs/mfs/
H A Dmfs_vfsops.c63 struct fs *fs; in mfs_mountroot() local
115 struct fs *fs = (struct fs *)(base + SBOFF); local
146 register struct fs *fs; local
/csrg-svn/sys/sparc/fpu/
H A Dfpu.c70 fpu_cleanup(p, fs) in fpu_cleanup() argument
157 register struct fpstate *fs; variable
209 register struct fpstate *fs; local
/csrg-svn/sys/tahoe/stand/vdformat/
H A Dutil.c64 char fs; local
95 register int fs; local
/csrg-svn/sbin/fsck/
H A Dpass5.c27 struct fs *fs = &sblock; in pass5() local
222 cg_blks(fs, newcg, j)[cbtorpos(fs, i)]++; in pass5() local
/csrg-svn/bin/cp/
H A Dutils.c34 struct stat to_stat, *fs; local
209 setfile(fs, fd) in setfile() argument
/csrg-svn/sbin/tunefs/
H A Dtunefs.c62 struct fstab *fs; local
256 getsb(fs, file) in getsb() argument
/csrg-svn/usr.sbin/amd/config/
H A Dmtab_bsd.c53 mntlist *read_mtab(fs) in read_mtab() argument
/csrg-svn/sbin/badsect/
H A Dbadsect.c42 struct fs fs; member
51 struct fs *fs; variable
/csrg-svn/games/sail/
H A Dgame.c29 maxmove(ship, dir, fs) in maxmove() argument

1234