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

  /src/sys/fs/msdosfs/
msdosfs_fat.c 137 int chainlength(struct msdosfsmount *, u_long, u_long);
737 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) function in typeref:typename:int
821 if ((len = chainlength(pmp, start, count)) >= count)
847 if ((l = chainlength(pmp, cn, count)) >= count)
864 if ((l = chainlength(pmp, cn, count)) >= count)
msdosfs_fat.c 137 int chainlength(struct msdosfsmount *, u_long, u_long);
737 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) function in typeref:typename:int
821 if ((len = chainlength(pmp, start, count)) >= count)
847 if ((l = chainlength(pmp, cn, count)) >= count)
864 if ((l = chainlength(pmp, cn, count)) >= count)

Completed in 23 milliseconds