Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnetlink.c117 static const struct nla_policy nfsd_unlock_export_nl_policy[NFSD_A_UNLOCK_EXPORT_PATH + 1] = {
118 [NFSD_A_UNLOCK_EXPORT_PATH] = { .type = NLA_NUL_STRING, },
225 .maxattr = NFSD_A_UNLOCK_EXPORT_PATH,
H A Dnfsctl.c2713 if (GENL_REQ_ATTR_CHECK(info, NFSD_A_UNLOCK_EXPORT_PATH)) in nfsd_nl_unlock_export_doit()
2717 nla_data(info->attrs[NFSD_A_UNLOCK_EXPORT_PATH])); in nfsd_nl_unlock_export_doit()
2719 nla_data(info->attrs[NFSD_A_UNLOCK_EXPORT_PATH]), in nfsd_nl_unlock_export_doit()
/linux/include/uapi/linux/
H A Dnfsd_netlink.h222 NFSD_A_UNLOCK_EXPORT_PATH = 1, enumerator