Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.h231 #define DTENTRYSTART 1 macro
Djfs_dtree.c2046 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
2053 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2057 fsi = DTENTRYSTART + 1; in dtSplitRoot()
2065 sp->header.freelist = DTENTRYSTART + 1; in dtSplitRoot()
2066 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()