Home
last modified time | relevance | path

Searched refs:ex_uuid (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dexport.c366 kfree(exp->ex_uuid); in svc_export_release()
687 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()
702 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
744 kfree(exp.ex_uuid); in svc_export_parse()
804 if (exp->ex_uuid) { in svc_export_show()
810 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()
839 new->ex_uuid = NULL; in svc_export_init()
856 new->ex_uuid = item->ex_uuid; in export_update()
857 item->ex_uuid = NULL; in export_update()
H A Dnfsxdr.c250 fsid = ((u32 *)fhp->fh_export->ex_uuid)[0]; in svcxdr_encode_fattr()
251 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[1]; in svcxdr_encode_fattr()
252 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[2]; in svcxdr_encode_fattr()
253 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[3]; in svcxdr_encode_fattr()
H A Dnfsfh.c510 return exp->ex_uuid != NULL; in fsid_type_ok_for_exp()
548 } else if (exp->ex_uuid) { in set_version_and_fsid_type()
620 exp->ex_fsid, exp->ex_uuid); in fh_compose()
800 if (fhp->fh_export->ex_uuid) in fsid_source()
H A Dexport.h71 unsigned char * ex_uuid; /* 16 byte fsid */ member
H A Dnfs3xdr.c368 fsid = ((u64 *)fhp->fh_export->ex_uuid)[0]; in svcxdr_encode_fattr3()
369 fsid ^= ((u64 *)fhp->fh_export->ex_uuid)[1]; in svcxdr_encode_fattr3()
H A Dnfs4xdr.c3088 xdr_encode_opaque_fixed(p, args->exp->ex_uuid, EX_UUID_LEN); in nfsd4_encode_fattr4_fsid()