Home
last modified time | relevance | path

Searched refs:st_fsid (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Dstat.h38 __fsid_t st_fsid; /* File system ID. */ member
39 #define st_dev st_fsid
110 __fsid_t st_fsid; /* File system ID. */ member
111 # define st_dev st_fsid
/glibc-2.36/sysdeps/mach/hurd/
Dstatconv.c35 buf->st_fsid = buf64->st_fsid; in stat64_conv()