Searched refs:p9_idpool_check (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dutil.c136 * p9_idpool_check - check if the specified id is available
141 int p9_idpool_check(int id, struct p9_idpool *p) function
145 EXPORT_SYMBOL(p9_idpool_check); variable
H A Dclient.c364 if (tag != P9_NOTAG && p9_idpool_check(tag, c->tagpool))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A D9p.h666 int p9_idpool_check(int id, struct p9_idpool *p);

Completed in 111 milliseconds