Searched refs:account (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/smb/server/
H A Dtransport_ipc.h14 ksmbd_ipc_login_request(const char *account);
28 int ksmbd_ipc_logout_request(const char *account, int flags);
H A Dksmbd_netlink.h15 * daemon using netlink. This is added to track and cache user account DB
33 * This event is to get user account info to user IPC daemon.
130 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member in struct:ksmbd_login_request
141 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member in struct:ksmbd_login_response
199 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member in struct:ksmbd_tree_connect_request
225 * IPC Response structure to logout user account.
228 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account nam member in struct:ksmbd_logout_request
[all...]
H A Dtransport_ipc.c539 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) argument
545 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ)
555 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ);
614 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ);
650 int ksmbd_ipc_logout_request(const char *account, int flags) argument
656 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ)
666 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ);
/linux-master/fs/smb/server/mgmt/
H A Duser_config.c12 struct ksmbd_user *ksmbd_login_user(const char *account) argument
17 resp = ksmbd_ipc_login_request(account);
38 user->name = kstrdup(resp->account, GFP_KERNEL);
H A Duser_config.h62 struct ksmbd_user *ksmbd_login_user(const char *account);
/linux-master/kernel/
H A Dscs.c19 static void __scs_account(void *s, int account) argument
24 account * (SCS_SIZE / SZ_1K));
H A Dfork.c534 static void account_kernel_stack(struct task_struct *tsk, int account) argument
542 account * (PAGE_SIZE / 1024));
548 account * (THREAD_SIZE / 1024));
3153 * can have, taking hotplug into account (nr_cpu_ids).
/linux-master/fs/netfs/
H A Dbuffered_read.c23 size_t account = 0; local
76 account += subreq->transferred;
113 task_io_account_read(account);
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S222 addq $18, 8, $18 # E : account for tail stuff
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1623 | int_drnrm---account for possible nonzero result for round up with positive
1810 subw %d0,LOCAL_EX(%a0) |account for difference between
1830 subw %d0,LOCAL_EX(%a0) |account for difference between
1886 | the input operand's exponent by 1 to account for the fact that
1913 subw %d0,LOCAL_EX(%a0) |account for difference in denorm
H A Dround.S388 subw #32,%d0 |account for ms mant being all zeros

Completed in 161 milliseconds