Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dtree.c3003 loff_t dtpos; /* legacy OS/2 style position */ in jfs_readdir() local
3008 } *dtoffset = (struct dtoffset *) &dtpos; in jfs_readdir()
3130 dtpos = ctx->pos; in jfs_readdir()
3131 if (dtpos < 2) { in jfs_readdir()
3137 ctx->pos = dtpos; in jfs_readdir()
3150 ctx->pos = dtpos; in jfs_readdir()
3238 jfs_dirent->position = dtpos; in jfs_readdir()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dtree.c2705 loff_t dtpos; /* legacy OS/2 style position */ in jfs_readdir() local
2710 } *dtoffset = (struct dtoffset *) &dtpos; in jfs_readdir()
2832 dtpos = ctx->pos; in jfs_readdir()
2833 if (dtpos < 2) { in jfs_readdir()
2839 ctx->pos = dtpos; in jfs_readdir()
2852 ctx->pos = dtpos; in jfs_readdir()
2940 jfs_dirent->position = dtpos; in jfs_readdir()

Completed in 9 milliseconds