Searched refs:P9P_INVALFID (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dnode.c284 if (mode & FREAD && p9n->fid_read == P9P_INVALFID) {
292 if (mode & FWRITE && p9n->fid_write == P9P_INVALFID) {
314 if (p9n->fid_read != P9P_INVALFID) {
316 p9n->fid_read = P9P_INVALFID;
318 if (p9n->fid_write != P9P_INVALFID) {
320 p9n->fid_write = P9P_INVALFID;
538 p9n->fid_base = P9P_INVALFID;
641 assert(p9n->fid_read == P9P_INVALFID && p9n->fid_write == P9P_INVALFID);
H A Dninepuffs.h55 #define P9P_INVALFID 0 macro
62 ((++(p9p->nextfid)) == P9P_INVALFID ? p9p->nextfid = 2 : p9p->nextfid)

Completed in 91 milliseconds