Lines Matching refs:stbuf
74 struct stat stbuf;
90 if ((stat(pdir, &stbuf) != 0) || !S_ISDIR(stbuf.st_mode)) {
95 if ((strcmp(stbuf.st_fstype, MNTTYPE_ZFS) == 0) &&
103 if ((dataset = get_mnt_special(pdir, stbuf.st_fstype))
217 struct stat stbuf;
225 if ((stat(dir, &stbuf) != 0) || !S_ISDIR(stbuf.st_mode))
228 if ((strcmp(stbuf.st_fstype, MNTTYPE_ZFS) == 0) &&
238 if ((nm = get_mnt_special(dir, stbuf.st_fstype)) != NULL) {