Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c377 kfree(exp->ex_uuid); in svc_export_release()
698 err = nfsd_uuid_parse(&mesg, buf, &exp.ex_uuid); in svc_export_parse()
713 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
755 kfree(exp.ex_uuid); in svc_export_parse()
815 if (exp->ex_uuid) { in svc_export_show()
821 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show()
850 new->ex_uuid = NULL; in svc_export_init()
867 new->ex_uuid = item->ex_uuid; in export_update()
868 item->ex_uuid = NULL; in export_update()
H A Dexport.h72 unsigned char * ex_uuid; /* 16 byte fsid */ member
H A Dnfs4xdr.c3304 xdr_encode_opaque_fixed(p, args->exp->ex_uuid, EX_UUID_LEN); in nfsd4_encode_fattr4_fsid()