Searched refs:this_reclen (Results 1 – 6 of 6) sorted by relevance
965 int this_reclen; in auto_readdir() local1043 this_reclen = cdp->d_reclen; in auto_readdir()1057 (size_t)this_reclen); in auto_readdir()1059 outcount += this_reclen; in auto_readdir()1071 count += this_reclen; in auto_readdir()1073 ((char *)cdp + this_reclen); in auto_readdir()1108 this_reclen = DIRENT64_RECLEN(1); in auto_readdir()1109 if (alloc_count < this_reclen) { in auto_readdir()1115 dp->d_reclen = (ushort_t)this_reclen; in auto_readdir()1120 DIRENT64_NAMELEN(this_reclen)); in auto_readdir()[all …]
229 ushort_t this_reclen; in create_dirents() local289 this_reclen = DIRENT64_RECLEN(namelen); in create_dirents()290 if (outcount + this_reclen > total_bytes_wanted) { in create_dirents()307 dp->d_reclen = (ushort_t)this_reclen; in create_dirents()
2182 uint_t this_reclen; in xdr_READDIR3vres() local2210 this_reclen = DIRENT64_RECLEN(namlen); in xdr_READDIR3vres()2215 if ((outcount + this_reclen) > entries_size) { in xdr_READDIR3vres()2219 dp->d_reclen = this_reclen; in xdr_READDIR3vres()2225 DIRENT64_NAMELEN(this_reclen) - namlen); in xdr_READDIR3vres()2234 outcount += this_reclen; in xdr_READDIR3vres()2235 dp = (dirent64_t *)((intptr_t)dp + this_reclen); in xdr_READDIR3vres()2424 uint_t this_reclen; in xdr_READDIRPLUS3vres() local2455 this_reclen = DIRENT64_RECLEN(namlen); in xdr_READDIRPLUS3vres()2460 if ((outcount + this_reclen) > entries_size) { in xdr_READDIRPLUS3vres()[all …]
839 uint_t fileid, this_reclen; in xdr_getrddirres() local860 this_reclen = DIRENT64_RECLEN(namlen); in xdr_getrddirres()861 if (this_reclen > size) { in xdr_getrddirres()870 DIRENT64_NAMELEN(this_reclen) - namlen); in xdr_getrddirres()872 dp->d_reclen = this_reclen; in xdr_getrddirres()
2436 int this_reclen; in devname_readdir_func() local2535 this_reclen = DIRENT64_RECLEN(1); in devname_readdir_func()2536 if (alloc_count < this_reclen) { in devname_readdir_func()2543 dp->d_reclen = (ushort_t)this_reclen; in devname_readdir_func()2546 DIRENT64_NAMELEN(this_reclen)); in devname_readdir_func()2553 this_reclen = DIRENT64_RECLEN(2); in devname_readdir_func()2554 if (alloc_count < outcount + this_reclen) { in devname_readdir_func()2559 dp->d_reclen = (ushort_t)this_reclen; in devname_readdir_func()2564 DIRENT64_NAMELEN(this_reclen)); in devname_readdir_func()
4022 ushort_t this_reclen = in ufs_readdir() local4025 if (!outcount && this_reclen > bufsize) { in ufs_readdir()4031 if (outcount + this_reclen > bufsize) { in ufs_readdir()4036 odp->d_reclen = (ushort_t)this_reclen; in ufs_readdir()4042 DIRENT64_NAMELEN(this_reclen)); in ufs_readdir()4044 DIRENT64_NAMELEN(this_reclen)); in ufs_readdir()