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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c63 /* client fsidtype \xfsid */
85 /* client fsidtype fsid [path] */
90 int fsidtype; local
117 fsidtype = simple_strtoul(buf, &ep, 10);
120 dprintk("found fsidtype %d\n", fsidtype);
121 if (key_len(fsidtype)==0) /* invalid type */
126 if (len != key_len(fsidtype))
136 key.ek_fsidtype = fsidtype;
186 seq_puts(m, "#domain fsidtype fsi
[all...]

Completed in 57 milliseconds