Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dpathconf.c100 struct mntent mntbuf; in distinguish_extX() local
106 while (__getmntent_r (mtab, &mntbuf, tmpbuf, sizeof (tmpbuf))) in distinguish_extX()
108 if (strcmp (mntbuf.mnt_type, "ext2") != 0 in distinguish_extX()
109 && strcmp (mntbuf.mnt_type, "ext3") != 0 in distinguish_extX()
110 && strcmp (mntbuf.mnt_type, "ext4") != 0) in distinguish_extX()
114 if (__stat64_time64 (mntbuf.mnt_dir, &fsst) >= 0 in distinguish_extX()
117 if (strcmp (mntbuf.mnt_type, "ext4") == 0) in distinguish_extX()