Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/cifs/
H A Dcifs_netlink.h35 CIFS_GENL_ATTR_SWN_RESOURCE_STATE, enumerator
/openbmc/linux/fs/smb/client/
H A Dnetlink.c29 [CIFS_GENL_ATTR_SWN_RESOURCE_STATE] = { .type = NLA_U32 },
H A Dcifs_swn.c562 if (info->attrs[CIFS_GENL_ATTR_SWN_RESOURCE_STATE]) { in cifs_swn_notify()
563 state = nla_get_u32(info->attrs[CIFS_GENL_ATTR_SWN_RESOURCE_STATE]); in cifs_swn_notify()