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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dexport.h77 int ex_fsid; member in struct:svc_export
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dexport.h77 int ex_fsid; member in struct:svc_export
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dexport.c102 if (exp->ex_fsid == fsid)
175 head = clp->cl_expfsid + EXPORT_FSID_HASH(exp->ex_fsid);
228 /* must make sure there wont be an ex_fsid clash */
241 exp->ex_fsid = nxp->ex_dev;
297 exp->ex_fsid = nxp->ex_dev;
685 exp_flags(m, exp->ex_flags, exp->ex_fsid);
H A Dnfsxdr.c158 *p++ = htonl((u32) fhp->fh_export->ex_fsid);
H A Dnfs3xdr.c181 p = xdr_encode_hyper(p, (u64) fhp->fh_export->ex_fsid);
216 p = xdr_encode_hyper(p, (u64) fhp->fh_export->ex_fsid);
H A Dnfsfh.c840 *datap++ = exp->ex_fsid;

Completed in 117 milliseconds