Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2026 03:45:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 292282] NFS Shows Empty Filenames Under Linux Emulation
Message-ID:  <bug-292282-4077-M1hwD9qmrh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292282-4077@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292282

--- Comment #5 from Martin Cracauer <cracauer@cons.org> ---
Hmmmm...

openat(AT_FDCWD, "/mnt/tmp", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x104a550 /* 26 entries */, 32768) = 768

So that is exactly 32768 for the return value (the total number of bytes filled
in with the structures of variable length).

That is probably not a coincidence.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292282-4077-M1hwD9qmrh>