Home
last modified time | relevance | path

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

1234567

/linux-6.6.21/fs/smb/server/mgmt/
Duser_config.c12 struct ksmbd_user *ksmbd_login_user(const char *account) in ksmbd_login_user() argument
17 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user()
38 user->name = kstrdup(resp->account, GFP_KERNEL); in ksmbd_alloc_user()
Duser_config.h62 struct ksmbd_user *ksmbd_login_user(const char *account);
/linux-6.6.21/Documentation/mm/
Dovercommit-accounting.rst73 * We account mmap memory mappings
74 * We account mprotect changes in commit
75 * We account mremap changes in size
76 * We account brk
77 * We account munmap
/linux-6.6.21/fs/smb/server/
Dksmbd_netlink.h129 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
140 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
197 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member
226 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
Dtransport_ipc.h14 ksmbd_ipc_login_request(const char *account);
28 int ksmbd_ipc_logout_request(const char *account, int flags);
Dtransport_ipc.c502 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument
508 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request()
518 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request()
577 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
613 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument
619 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request()
629 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
/linux-6.6.21/kernel/
Dscs.c19 static void __scs_account(void *s, int account) in __scs_account() argument
24 account * (SCS_SIZE / SZ_1K)); in __scs_account()
/linux-6.6.21/fs/netfs/
Dbuffered_read.c22 size_t account = 0; in netfs_rreq_unlock_folios() local
74 account += subreq->transferred; in netfs_rreq_unlock_folios()
102 task_io_account_read(account); in netfs_rreq_unlock_folios()
/linux-6.6.21/Documentation/devicetree/bindings/spi/
Dsamsung,spi-peripheral-props.yaml23 The sampling phase shift to be applied on the miso line (to account
/linux-6.6.21/Documentation/devicetree/bindings/memory-controllers/
Dst,stm32-fmc2-ebi-props.yaml66 account after the programmed latency period to insert wait states
71 description: The NWAIT signal is taken into account during asynchronous
72 transactions. By default, the NWAIT signal is not taken into account
/linux-6.6.21/Documentation/arch/arm/google/
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-6.6.21/Documentation/devicetree/bindings/misc/
Dqemu,vcpu-stall-detector.yaml35 Defaults to 8 if unset. Please note that it also takes into account the
/linux-6.6.21/Documentation/driver-api/firmware/
Dfw_search_path.rst26 for there first. Be aware that newline characters will be taken into account
/linux-6.6.21/Documentation/block/
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-6.6.21/Documentation/userspace-api/media/v4l/
Ddev-touch.rst35 The reference measurement takes account of variations in the capacitance across
/linux-6.6.21/Documentation/devicetree/bindings/mtd/
Dnand-chip.yaml17 bus interface should not be taken into account: both raw NAND devices and
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
DKconfig64 are taken into account.
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/
Dcpuacct.rst6 account the CPU usage of these groups of tasks.
/linux-6.6.21/Documentation/powerpc/
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-6.6.21/Documentation/w1/slaves/
Dw1_ds28e17.rst53 wait time for an I2C transfer. This is to account for I2C slave devices
/linux-6.6.21/Documentation/filesystems/smb/
Dksmbd.rst17 account management are implemented in user space as ksmbd.mountd.
52 ksmbd.mountd is userspace process to, transfer user account and password that
/linux-6.6.21/net/bridge/
DKconfig28 take this into account when setting up your firewall rules.
/linux-6.6.21/Documentation/process/
Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
/linux-6.6.21/Documentation/arch/ia64/
Dirq-redir.rst14 CPUs. Only the first non-zero bit is taken into account.
/linux-6.6.21/Documentation/admin-guide/
Dhighuid.rst8 - kernel code MUST take into account __kernel_uid_t and __kernel_uid32_t

1234567