Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 176) sorted by relevance

12345678

/linux/fs/smb/server/mgmt/
H A Duser_config.c12 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()
H A Duser_config.h64 struct ksmbd_user *ksmbd_login_user(const char *account);
/linux/fs/smb/server/
H A Dtransport_ipc.h14 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 Dtransport_ipc.c591 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument
597 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request()
607 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request()
615 struct ksmbd_login_response_ext *ksmbd_ipc_login_request_ext(const char *account) in ksmbd_ipc_login_request_ext() argument
621 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request_ext()
631 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request_ext()
692 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
728 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument
734 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request()
744 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
H A Dksmbd_netlink.h135 __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 Dovercommit-accounting.rst72 * 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 Dscs.c19 static void __scs_account(void *s, int account) in __scs_account() argument
24 account * (SCS_SIZE / SZ_1K)); in __scs_account()
/linux/arch/arm64/boot/dts/apple/
H A Dt8103-j457.dts25 * Adjust pcie0's iommu-map to account for the disabled port01.
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst13 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 Dfw_search_path.rst26 for there first. Be aware that newline characters will be taken into account
/linux/Documentation/block/
H A Dbiovecs.rst28 constructed from the raw biovecs but taking into account bi_bvec_done and
73 bi_size into account when constructing biovecs.
104 taking into account bi_bvec_done (and bi_size).
/linux/Documentation/hwmon/
H A Dspd5118.rst12 (account required)
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt37 // Note: after this commit : "net_sched: sch_fq: account for schedule/timers drifts"
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst35 The reference measurement takes account of variations in the capacitance across
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpuacct.rst6 account the CPU usage of these groups of tasks.
H A Dmemory.rst51 - moving (recharging) account at moving a task is selectable.
84 memory.use_hierarchy set/show hierarchical account enabled
214 are not accounted. We just account pages under usual VM management.
233 Note: we just account pages-on-LRU because our purpose is to control amount
269 to move account from memory to swap...there is no change in usage of
613 Note that some kernel configurations might account complete larger
817 * move some tasks to other group with account migration.
928 2. Teach controller to account for shared-pages
/linux/drivers/net/wireless/ath/ath6kl/
H A DKconfig64 are taken into account.
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst52 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 Dw1_ds28e17.rst53 wait time for an I2C transfer. This is to account for I2C slave devices
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst17 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/net/bridge/
H A DKconfig28 take this into account when setting up your firewall rules.
/linux/Documentation/process/
H A Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst277 struct user_struct *current_user(void) Current's user account
/linux/Documentation/timers/
H A Ddelay_sleep_functions.rst86 take some basic information into account:
/linux/Documentation/spi/
H A Dspi-lm70llp.rst75 So: the getmiso inline routine in this driver takes this fact into account,

12345678