HomeSort by: relevance | last modified time | path
    Searched defs:fatchain (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
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)
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)

Completed in 22 milliseconds