| /linux/fs/smb/server/mgmt/ |
| H A D | user_config.c | 12 struct ksmbd_user *ksmbd_login_user(const char *account) in ksmbd_login_user() argument 18 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user() 26 resp_ext = ksmbd_ipc_login_request_ext(account); in ksmbd_login_user() 43 user->name = kstrdup(resp->account, KSMBD_DEFAULT_GFP); in ksmbd_alloc_user()
|
| /linux/fs/smb/server/ |
| H A D | transport_ipc.h | 14 ksmbd_ipc_login_request(const char *account); 16 ksmbd_ipc_login_request_ext(const char *account); 30 int ksmbd_ipc_logout_request(const char *account, int flags);
|
| H A D | transport_ipc.c | 594 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument 600 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request() 610 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request() 618 struct ksmbd_login_response_ext *ksmbd_ipc_login_request_ext(const char *account) in ksmbd_ipc_login_request_ext() argument 624 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request_ext() 634 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request_ext() 695 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request() 731 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument 737 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request() 747 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
|
| H A D | ksmbd_netlink.h | 135 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 146 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 214 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member 243 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
|
| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 72 * We account mmap memory mappings 73 * We account mprotect changes in commit 74 * We account mremap changes in size 75 * We account brk 76 * We account munmap
|
| /linux/kernel/ |
| H A D | scs.c | 19 static void __scs_account(void *s, int account) in __scs_account() argument 24 account * (SCS_SIZE / SZ_1K)); in __scs_account()
|
| /linux/Documentation/arch/arm/google/ |
| H A D | chromebook-boot-flow.rst | 13 The scheme that depthcharge_ uses to pick the device tree takes into account 61 It should be noted that, taking into account the above system that
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fw_search_path.rst | 26 for there first. Be aware that newline characters will be taken into account
|
| /linux/Documentation/hwmon/ |
| H A D | spd5118.rst | 12 (account required)
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 37 // Note: after this commit : "net_sched: sch_fq: account for schedule/timers drifts"
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-touch.rst | 36 The reference measurement takes account of variations in the capacitance across
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | Kconfig | 64 are taken into account.
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpuacct.rst | 6 account the CPU usage of these groups of tasks.
|
| /linux/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 52 atomic move of money from the current account to the savings account has been 216 To account for this different POWER9 chips have TM enabled in
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds28e17.rst | 53 wait time for an I2C transfer. This is to account for I2C slave devices
|
| /linux/Documentation/filesystems/smb/ |
| H A D | ksmbd.rst | 17 account management are implemented in user space as ksmbd.mountd. 52 ksmbd.mountd is a userspace process to, transfer the user account and password that
|
| /linux/Documentation/process/ |
| H A D | code-of-conduct.rst | 60 address, posting via an official social media account, or acting as an appointed
|
| /linux/net/bridge/ |
| H A D | Kconfig | 28 take this into account when setting up your firewall rules.
|
| /linux/Documentation/spi/ |
| H A D | spi-lm70llp.rst | 75 So: the getmiso inline routine in this driver takes this fact into account,
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 277 struct user_struct *current_user(void) Current's user account
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | memory-hotplug.rst | 45 capacity exceeds 64GB. As of v6.15, Linux does not take into account the
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 7 Adding 24743936 bytes to physical memory to account for exec-shield gap
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | vcpu.rst | 270 KVM will advance the VM's kvmclock to account for elapsed time since 280 6. Adjust the guest TSC offsets for every vCPU to account for (1) time
|
| /linux/drivers/net/slip/ |
| H A D | Kconfig | 29 Internet connectivity if you have a regular dial up shell account on
|
| /linux/arch/alpha/lib/ |
| H A D | ev6-memcpy.S | 222 addq $18, 8, $18 # E : account for tail stuff
|