Searched refs:pc_cluster32_t (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_alloc.c | 44 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 D | pc_node.c | 94 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 D | pc_dir.c | 306 pc_cluster32_t cn; in pc_makedirentry() 845 pc_cluster32_t cn; in pc_dirfixdotdot() 1664 pc_cluster32_t 1668 pc_cluster32_t cn; in pc_getstartcluster() 1682 pc_setstartcluster(struct pcfs *fsp, struct pcdir *ep, pc_cluster32_t cln) in pc_setstartcluster()
|
H A D | pc_vfsops.c | 1165 pc_cluster32_t cn; in pcfs_vget() 1358 pc_mark_fat_updated(struct pcfs *fsp, pc_cluster32_t cn) in pc_mark_fat_updated() 1360 pc_cluster32_t bn; in pc_mark_fat_updated() 1365 size = sizeof (pc_cluster32_t); in pc_mark_fat_updated() 1374 pc_cluster32_t nbn; in pc_mark_fat_updated() 1393 pc_fat_is_changed(struct pcfs *fsp, pc_cluster32_t bn) in pc_fat_is_changed() 2695 if (pc_validcl(fsp, (pc_cluster32_t)fsp->pcfs_fsinfo.fs_next_free)) in pc_getfat()
|
H A D | pc_vnops.c | 451 pc_cluster32_t ncl; in rwpcp()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | pc_node.h | 59 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 D | pc_fs.h | 39 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 D | pc_dir.h | 310 extern pc_cluster32_t pc_getstartcluster(struct pcfs *, struct pcdir *); 311 extern void pc_setstartcluster(struct pcfs *, struct pcdir *, pc_cluster32_t);
|
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 115 ulong_t ffsize, pc_cluster32_t ffstart, ulong_t *rdirsize); 118 ulong_t *ffsize, pc_cluster32_t *ffstartclust); 153 static void mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum, 2618 mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum, uint32_t value) in mark_cluster() 2647 pc_cluster32_t *ffstartclust) in build_fat() 2649 pc_cluster32_t nextfree, ci; in build_fat() 2863 ulong_t ffsize, pc_cluster32_t ffstart, ulong_t *rdirsize) in build_rootdir() 3078 pc_cluster32_t ffsc; in write_fat()
|