Lines Matching full:user
14 * This is a userspace ABI to communicate data between ksmbd and user IPC
15 * daemon using netlink. This is added to track and cache user account DB
19 * This event is to check whether user IPC daemon is alive. If user IPC
25 * server from the user IPC daemon and to start the server. The global
33 * This event is to get user account info to user IPC daemon.
42 * This event is to send tree disconnect info to user IPC daemon.
45 * This event is to send logout request to user IPC daemon.
64 * IPC heartbeat frame to check whether user IPC daemon is alive.
120 * IPC user login request.
124 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
128 * IPC user login response.
133 __u32 uid; /* user id */
134 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
210 * IPC Response structure to logout user account.
213 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
219 * IPC user daemon.
242 * user daemon.
248 * a user identified by the
313 * User config flags.