Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.h218 #define DTENTRYSTART 1 macro
H A Djfs_dtree.c2040 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
2047 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2051 fsi = DTENTRYSTART + 1; in dtSplitRoot()
2059 sp->header.freelist = DTENTRYSTART + 1; in dtSplitRoot()
2060 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()