msdosfs_fat.c | 136 static int fatchain(struct msdosfsmount *, u_long, u_long, u_long); 668 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith) function in typeref:typename:int 786 if ((error = fatchain(pmp, start, count, fillwith)) != 0)
|