Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dtree.c2708 loff_t dtpos; /* legacy OS/2 style position */ in jfs_readdir() local
2713 } *dtoffset = (struct dtoffset *) &dtpos; in jfs_readdir()
2835 dtpos = ctx->pos; in jfs_readdir()
2836 if (dtpos < 2) { in jfs_readdir()
2842 ctx->pos = dtpos; in jfs_readdir()
2855 ctx->pos = dtpos; in jfs_readdir()
2951 jfs_dirent->position = dtpos; in jfs_readdir()