Searched refs:FILENO_FIRST_DYN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c41 * FILENO_FIRST_DYN are left unchanged and do not have any tree nodes
67 #define FILENO_FIRST_DYN 0xf0000000 macro
77 pmp->pm_nfileno = FILENO_FIRST_DYN;
114 if (fileno < FILENO_FIRST_DYN)
124 if (pmp->pm_nfileno < FILENO_FIRST_DYN)

Completed in 166 milliseconds