Searched defs:SmbFile (Results 1 – 1 of 1) sorted by relevance
10 typedef struct SmbFile SmbFile; typedef230 struct SmbFile { struct231 long id;232 SmbTree *t; // tree this belongs to233 int fd;234 char *name;235 int p9mode; // how it was opened236 int share; // additional sharing restictions added by this fid237 int ioallowed;238 SmbSharedFile *sf;