Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c91 int veto_list_sz) in parse_veto_list() argument
95 if (!veto_list_sz) in parse_veto_list()
98 while (veto_list_sz > 0) { in parse_veto_list()
118 veto_list_sz -= (sz + 1); in parse_veto_list()
166 path_len = resp->payload_sz - resp->veto_list_sz; in share_config_request()
184 resp->veto_list_sz); in share_config_request()
/openbmc/linux/fs/smb/server/
H A Dksmbd_netlink.h172 __u32 veto_list_sz; member
183 if (sc->veto_list_sz) in ksmbd_share_config_path()
184 p += sc->veto_list_sz + 1; in ksmbd_share_config_path()
H A Dtransport_ipc.c478 if (resp->payload_sz < resp->veto_list_sz) in ipc_validate_msg()