Home
last modified time | relevance | path

Searched refs:fh_fsid_type (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/nfsd/
Dnfsfh.c563 switch (fh->fh_fsid_type) { in fh_verify()
589 if (fh->fh_version == 1 && fh->fh_fsid_type == 1) in fh_verify()
840 (!ref_fh || ref_fh->fh_handle.fh_fsid_type == 1)) { in fh_compose()
841 fhp->fh_handle.fh_fsid_type = 1; in fh_compose()
846 fhp->fh_handle.fh_fsid_type = 0; in fh_compose()
Dnfs3xdr.c179 && rqstp->rq_reffh->fh_fsid_type == 1 in encode_fattr3()
214 && rqstp->rq_reffh->fh_fsid_type == 1 in encode_saved_post_attr()
Dnfsxdr.c169 && rqstp->rq_reffh->fh_fsid_type == 1 in encode_fattr()
/linux-2.4.37.9/include/linux/nfsd/
Dnfsfh.h113 #define fh_fsid_type fh_base.fh_new.fb_fsid_type macro