Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dtree.h218 #define DTENTRYSTART 1 macro
Djfs_dtree.c2033 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
2040 stbl[0] = DTENTRYSTART; in dtSplitRoot()
2044 fsi = DTENTRYSTART + 1; in dtSplitRoot()
2052 sp->header.freelist = DTENTRYSTART + 1; in dtSplitRoot()
2053 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()