Searched refs:fillwith (Results 1 – 3 of 3) sorted by relevance
| /src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 73 u_long count, u_long fillwith, u_long *retcluster, 80 u_long fillwith); 90 u_long count, u_long fillwith, u_long *retcluster, 555 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) in fatchain() argument 563 pmp, start, count, fillwith); in fatchain() 581 newc = --count > 0 ? start : fillwith; in fatchain() 682 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument 695 error = fatchain(pmp, start, count, fillwith); in chainalloc() 725 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument 729 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc() [all …]
|
| /src/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 68 u_long count, u_long fillwith, u_long *retcluster, 75 u_long fillwith); 84 u_long count, u_long fillwith, u_long *retcluster, 575 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) in fatchain() argument 583 pmp, start, count, fillwith); in fatchain() 600 newc = --count > 0 ? start : fillwith; in fatchain() 703 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument 718 error = fatchain(pmp, start, count, fillwith); in chainalloc() 748 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument 753 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc() [all …]
|
| H A D | fat.h | 100 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *ret…
|