Home
last modified time | relevance | path

Searched refs:DTENTRYSTART (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.h231 #define DTENTRYSTART 1 macro
Djfs_dtree.c2021 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
2028 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2032 fsi = DTENTRYSTART + 1; in dtSplitRoot()
2040 sp->header.freelist = DTENTRYSTART + 1; in dtSplitRoot()
2041 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()