Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c3002 int d_namleft, len, outlen; in jfs_readdir() local
3182 d_namleft = d->namlen; in jfs_readdir()
3187 len = min(d_namleft, DTLHDRDATALEN); in jfs_readdir()
3215 len = min(d_namleft, DTLHDRDATALEN_LEGACY); in jfs_readdir()
3228 d_namleft -= len; in jfs_readdir()
3230 if (d_namleft == 0) { in jfs_readdir()
3239 len = min(d_namleft, DTSLOTDATALEN); in jfs_readdir()