Home
last modified time | relevance | path

Searched refs:pc_cluster32_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c44 static pc_cluster32_t pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn);
61 pc_cluster32_t cn, ncn; /* current, next cluster number */ in pc_bmap()
169 pc_cluster32_t cn; /* current cluster number */ in pc_balloc()
170 pc_cluster32_t ncn; /* next cluster number */ in pc_balloc()
254 pc_bfree(struct pcnode *pcp, pc_cluster32_t skipcl) in pc_bfree()
257 pc_cluster32_t cn; in pc_bfree()
258 pc_cluster32_t ncn; in pc_bfree()
332 pc_cluster32_t cn; in pc_freeclusters()
364 static pc_cluster32_t
365 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster()
[all …]
H A Dpc_node.c95 pc_cluster32_t scluster; in pc_getnode()
161 pc_cluster32_t ncl = 0; in pc_getnode()
176 pc_cluster32_t ncl = 0; in pc_getnode()
398 pc_cluster32_t ncl = 0; in pc_truncate()
444 error = pc_bfree(pcp, (pc_cluster32_t) in pc_truncate()
H A Dpc_vfsops.c1190 pc_cluster32_t cn; in pcfs_vget()
1383 pc_mark_fat_updated(struct pcfs *fsp, pc_cluster32_t cn) in pc_mark_fat_updated()
1385 pc_cluster32_t bn; in pc_mark_fat_updated()
1390 size = sizeof (pc_cluster32_t); in pc_mark_fat_updated()
1399 pc_cluster32_t nbn; in pc_mark_fat_updated()
1418 pc_fat_is_changed(struct pcfs *fsp, pc_cluster32_t bn) in pc_fat_is_changed()
2720 if (pc_validcl(fsp, (pc_cluster32_t)fsp->pcfs_fsinfo.fs_next_free)) in pc_getfat()
H A Dpc_dir.c307 pc_cluster32_t cn; in pc_makedirentry()
850 pc_cluster32_t cn; in pc_dirfixdotdot()
1669 pc_cluster32_t
1673 pc_cluster32_t cn; in pc_getstartcluster()
1687 pc_setstartcluster(struct pcfs *fsp, struct pcdir *ep, pc_cluster32_t cln) in pc_setstartcluster()
H A Dpc_vnops.c452 pc_cluster32_t ncl; in rwpcp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h59 pc_cluster32_t pc_scluster; /* starting cluster of file */
63 pc_cluster32_t pc_lcluster; /* last cluster visited */
130 extern int pc_bfree(struct pcnode *, pc_cluster32_t);
145 extern int pc_fileclsize(struct pcfs *, pc_cluster32_t, pc_cluster32_t *);
H A Dpc_fs.h39 typedef uint32_t pc_cluster32_t; typedef
431 pc_cluster32_t pcfs_lastclmark;
432 pc_cluster32_t pcfs_rootclnum;
581 extern pc_cluster32_t pc_alloccluster(struct pcfs *, int);
582 extern void pc_setcluster(struct pcfs *, pc_cluster32_t, pc_cluster32_t);
583 extern void pc_mark_fat_updated(struct pcfs *fsp, pc_cluster32_t cn);
584 extern int pc_fat_is_changed(struct pcfs *fsp, pc_cluster32_t bn);
H A Dpc_dir.h308 extern pc_cluster32_t pc_getstartcluster(struct pcfs *, struct pcdir *);
309 extern void pc_setstartcluster(struct pcfs *, struct pcdir *, pc_cluster32_t);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c117 ulong_t ffsize, pc_cluster32_t ffstart, ulong_t *rdirsize);
120 ulong_t *ffsize, pc_cluster32_t *ffstartclust);
155 static void mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum,
2736 mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum, uint32_t value) in mark_cluster()
2765 pc_cluster32_t *ffstartclust) in build_fat()
2767 pc_cluster32_t nextfree, ci; in build_fat()
2981 ulong_t ffsize, pc_cluster32_t ffstart, ulong_t *rdirsize) in build_rootdir()
3196 pc_cluster32_t ffsc; in write_fat()