d_namleft        3013 fs/jfs/jfs_dtree.c 	int d_namleft, len, outlen;
d_namleft        3195 fs/jfs/jfs_dtree.c 			d_namleft = d->namlen;
d_namleft        3200 fs/jfs/jfs_dtree.c 				len = min(d_namleft, DTLHDRDATALEN);
d_namleft        3234 fs/jfs/jfs_dtree.c 				len = min(d_namleft, DTLHDRDATALEN_LEGACY);
d_namleft        3247 fs/jfs/jfs_dtree.c 				d_namleft -= len;
d_namleft        3249 fs/jfs/jfs_dtree.c 				if (d_namleft == 0) {
d_namleft        3257 fs/jfs/jfs_dtree.c 				len = min(d_namleft, DTSLOTDATALEN);