Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c965 int this_reclen; in auto_readdir() local
1043 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 …]
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c229 ushort_t this_reclen; in create_dirents() local
289 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()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c2182 uint_t this_reclen; in xdr_READDIR3vres() local
2210 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() local
2455 this_reclen = DIRENT64_RECLEN(namlen); in xdr_READDIRPLUS3vres()
2460 if ((outcount + this_reclen) > entries_size) { in xdr_READDIRPLUS3vres()
[all …]
H A Dnfs_xdr.c839 uint_t fileid, this_reclen; in xdr_getrddirres() local
860 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()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2436 int this_reclen; in devname_readdir_func() local
2535 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()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4022 ushort_t this_reclen = in ufs_readdir() local
4025 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()