Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/mgmt/
Dshare_config.c90 int veto_list_sz) in parse_veto_list() argument
94 if (!veto_list_sz) in parse_veto_list()
97 while (veto_list_sz > 0) { in parse_veto_list()
117 veto_list_sz -= (sz + 1); in parse_veto_list()
173 resp->veto_list_sz); in share_config_request()
/linux-6.1.9/fs/ksmbd/
Dksmbd_netlink.h169 __u32 veto_list_sz; member
180 if (sc->veto_list_sz) in ksmbd_share_config_path()
181 p += sc->veto_list_sz + 1; in ksmbd_share_config_path()