Home
last modified time | relevance | path

Searched refs:CLUST_EOFE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dfat.h64 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */ macro
H A Dmsdosfs_denode.c476 &chaintofree, CLUST_EOFE); in detrunc()
H A Dmsdosfs_fat.c1039 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got); in extendfile()
H A Dmsdosfs_vnops.c1366 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdir()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c302 &chaintofree, CLUST_EOFE); in detrunc()
H A Dmsdosfs_vnops.c564 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdire()
H A Dmsdosfs_fat.c1000 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got); in m_extendfile()