NFSD_A_UNLOCK_EXPORT_PATH
static const struct nla_policy nfsd_unlock_export_nl_policy[NFSD_A_UNLOCK_EXPORT_PATH + 1] = {
[NFSD_A_UNLOCK_EXPORT_PATH] = { .type = NLA_NUL_STRING, },
.maxattr = NFSD_A_UNLOCK_EXPORT_PATH,
if (GENL_REQ_ATTR_CHECK(info, NFSD_A_UNLOCK_EXPORT_PATH))
nla_data(info->attrs[NFSD_A_UNLOCK_EXPORT_PATH]));
nla_data(info->attrs[NFSD_A_UNLOCK_EXPORT_PATH]),