Home
last modified time | relevance | path

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

/dports/net/drawterm/drawterm/kern/
H A Ddevfs-posix.c43 static Qid fsqid(char*, struct stat *);
133 c->qid = fsqid(path, &stbuf); in fswalk1()
305 c->qid = fsqid(path, &stbuf); in fscreate()
461 fsqid(char *p, struct stat *st) in fsqid() function
582 d.qid = fsqid(path, &stbuf); in fsdirread()
H A Ddevfs-win32.c58 static Qid fsqid(char*, struct stat *);
150 c->qid = fsqid(path, &stbuf); in fswalk1()
322 c->qid = fsqid(path, &stbuf); in fscreate()
480 fsqid(char *p, struct stat *st) in fsqid() function
594 d.qid = fsqid(path, &stbuf); in fsdirread()
H A Dx41 static Qid fsqid(char*, struct stat *);
111 c->qid = fsqid(path, &stbuf);
272 c->qid = fsqid(path, &stbuf);
426 fsqid(char *p, struct stat *st)
549 d.qid = fsqid(path, &stbuf);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9pfuse/
H A Dmain.c550 if(isdir && !(fsqid(fid).type&QTDIR)){ in _fuseopenfid()
554 if(openmode != OREAD && fsqid(fid).type&QTDIR){ in _fuseopenfid()
783 if(fsqid(fid).type&QTDIR) in fuseaccess()
953 d[0].qid = fsqid(f); in dotdir()
1063 if(isdir && !(fsqid(newfid).type&QTDIR)){ in _fuseremove()
1068 if(!isdir && (fsqid(newfid).type&QTDIR)){ in _fuseremove()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A D9pclient.h50 Qid fsqid(CFid*);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9pclient/
H A Dfs.c369 fsqid(CFid *fid) in fsqid() function