Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c86 struct stat eStat; in smb_retrieve_shares() local
102 if (stat(file_path, &eStat) == -1) { in smb_retrieve_shares()
107 if (!S_ISREG(eStat.st_mode)) in smb_retrieve_shares()