Home
last modified time | relevance | path

Searched defs:SmbFile (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/aquarela/
H A Dsmbdat.h10 typedef struct SmbFile SmbFile; typedef
230 struct SmbFile { struct
231 long id;
232 SmbTree *t; // tree this belongs to
233 int fd;
234 char *name;
235 int p9mode; // how it was opened
236 int share; // additional sharing restictions added by this fid
237 int ioallowed;
238 SmbSharedFile *sf;