Searched refs:d_namleft (Results 1 – 1 of 1) sorted by relevance
3025 int d_namleft, len, outlen; in jfs_readdir() local3214 d_namleft = d->namlen; in jfs_readdir()3219 len = min(d_namleft, DTLHDRDATALEN); in jfs_readdir()3253 len = min(d_namleft, DTLHDRDATALEN_LEGACY); in jfs_readdir()3266 d_namleft -= len; in jfs_readdir()3268 if (d_namleft == 0) { in jfs_readdir()3277 len = min(d_namleft, DTSLOTDATALEN); in jfs_readdir()