Searched refs:CLUSTER_ROOTDIR (Results 1 – 2 of 2) sorted by relevance
151 pcfsp->f_dclust = CLUSTER_ROOTDIR; in bpcfs_mountroot()296 rd = blk == CLUSTER_ROOTDIR ? 1 : 0; in bpcfs_read()301 rd = (blk == CLUSTER_ROOTDIR) ? 1 : 0; in bpcfs_read()512 int rd = (dir_blk == CLUSTER_ROOTDIR ? 1 : 0); in lookup()554 dir_blk = CLUSTER_ROOTDIR; in lookuppn()559 dp->d_cluster = CLUSTER_ROOTDIR; in lookuppn()
154 #define CLUSTER_ROOTDIR 0x0000 /* ... root dir's cluster number */ macro