| /Linux-v5.15/fs/ksmbd/mgmt/ |
| D | share_config.c | 34 static void kill_share(struct ksmbd_share_config *share) in kill_share() argument 36 while (!list_empty(&share->veto_list)) { in kill_share() 39 p = list_entry(share->veto_list.next, in kill_share() 47 if (share->path) in kill_share() 48 path_put(&share->vfs_path); in kill_share() 49 kfree(share->name); in kill_share() 50 kfree(share->path); in kill_share() 51 kfree(share); in kill_share() 54 void __ksmbd_share_config_put(struct ksmbd_share_config *share) in __ksmbd_share_config_put() argument 57 hash_del(&share->hlist); in __ksmbd_share_config_put() [all …]
|
| D | share_config.h | 36 static inline int share_config_create_mode(struct ksmbd_share_config *share, in share_config_create_mode() argument 39 if (!share->force_create_mode) { in share_config_create_mode() 41 return share->create_mask; in share_config_create_mode() 43 return posix_mode & share->create_mask; in share_config_create_mode() 45 return share->force_create_mode & share->create_mask; in share_config_create_mode() 48 static inline int share_config_directory_mode(struct ksmbd_share_config *share, in share_config_directory_mode() argument 51 if (!share->force_directory_mode) { in share_config_directory_mode() 53 return share->directory_mask; in share_config_directory_mode() 55 return posix_mode & share->directory_mask; in share_config_directory_mode() 58 return share->force_directory_mode & share->directory_mask; in share_config_directory_mode() [all …]
|
| /Linux-v5.15/fs/lockd/ |
| D | svcshare.c | 21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 23 return share->s_owner.len == oh->len in nlm_cmp_owner() 24 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 31 struct nlm_share *share; in nlmsvc_share_file() local 35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 38 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 43 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() 45 if (share == NULL) in nlmsvc_share_file() [all …]
|
| /Linux-v5.15/tools/perf/tests/ |
| D | bp_account.c | 68 static int bp_accounting(int wp_cnt, int share) in bp_accounting() argument 88 if (!share) { in bp_accounting() 181 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting() local 184 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting() 189 return bp_accounting(wp_cnt, share); in test__bp_accounting()
|
| /Linux-v5.15/tools/power/pm-graph/ |
| D | Makefile | 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install bootgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 31 install sleepgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 34 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/bootgraph.8 35 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/sleepgraph.8
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| D | i2c.c | 97 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 111 info->share = nvbios_rd08(bios, ent + 1) >> 1; in dcb_i2c_parse() 116 info->share = info->auxch; in dcb_i2c_parse() 125 info->share = info->auxch; in dcb_i2c_parse() 159 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
| /Linux-v5.15/net/ipv6/ |
| D | ip6_flowlabel.c | 99 return fl->share == IPV6_FL_S_EXCL || in fl_shared_exclusive() 100 fl->share == IPV6_FL_S_PROCESS || in fl_shared_exclusive() 101 fl->share == IPV6_FL_S_USER; in fl_shared_exclusive() 108 if (fl->share == IPV6_FL_S_PROCESS) in fl_free_rcu() 136 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 430 fl->share = freq->flr_share; in fl_create() 439 switch (fl->share) { in fl_create() 523 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get() 665 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_get() 666 fl1->share != fl->share || in ipv6_flowlabel_get() [all …]
|
| /Linux-v5.15/Documentation/misc-devices/ |
| D | uacce.rst | 9 This differs from the data sharing between cpu and io device, which share 12 share the same virtual address in the communication. 14 IOMMU share the same CPU page tables and as a result the same translation 97 hardware by ioctl (as control path) or share memory (as data path). 109 * @UACCE_QFRT_DUS: device user share region 123 The device user share region is used for share data buffer between user process
|
| /Linux-v5.15/Documentation/filesystems/cifs/ |
| D | cifsroot.rst | 57 cifsroot=//<server-ip>/<share>[,options] 60 located in the <server-ip> and <share> specified in this option. 67 share 68 Path to SMB share (rootfs). 76 Export root file system as a Samba share in smb.conf file::
|
| D | ksmbd.rst | 57 requests(dcerpc and share/user info). It handles RPC calls (at a minimum few 124 2. Create user/password for SMB share. 127 # ksmbd.adduser -a <Enter USERNAME for SMB share access> 129 3. Create /etc/ksmbd/smb.conf file, add SMB share in smb.conf file 140 6. Access share from Windows or Linux using CIFS
|
| /Linux-v5.15/tools/lib/traceevent/Documentation/ |
| D | Makefile | 25 htmldir?=$(prefix)/share/doc/libtraceevent-doc 26 pdfdir?=$(prefix)/share/doc/libtraceevent-doc 27 mandir?=$(prefix)/share/man
|
| /Linux-v5.15/tools/power/x86/x86_energy_perf_policy/ |
| D | Makefile | 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /Linux-v5.15/tools/power/x86/turbostat/ |
| D | Makefile | 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /Linux-v5.15/sound/isa/gus/ |
| D | gus_mem.c | 65 if (block->share) { /* ok.. shared block */ in snd_gf1_mem_xfree() 66 block->share--; in snd_gf1_mem_xfree() 135 block->share = 0; in snd_gf1_mem_find() 188 nblock->share++; in snd_gf1_mem_alloc() 296 if (block->share || in snd_gf1_mem_info_read() 300 block->share, in snd_gf1_mem_info_read()
|
| /Linux-v5.15/tools/power/cpupower/ |
| D | Makefile | 71 localedir ?= /usr/share/locale 72 docdir ?= /usr/share/doc/packages/cpupower 74 bash_completion_dir ?= /usr/share/bash-completion/completions
|
| /Linux-v5.15/Documentation/mips/ |
| D | ingenic-tcu.rst | 41 - Each channel can generate an interrupt. Some channels share an interrupt 45 own interrupt line; channels 2-7 share the last interrupt line. 46 - On JZ4725B, channel 0 has its own interrupt; channels 1-5 share one 49 channels 0-4 and (if eight channels) 6-7 all share one interrupt line;
|
| /Linux-v5.15/drivers/net/fjes/ |
| D | fjes_hw.c | 98 hw->hw_info.share = kzalloc(size, GFP_KERNEL); in fjes_hw_alloc_shared_status_region() 99 if (!hw->hw_info.share) in fjes_hw_alloc_shared_status_region() 102 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 109 kfree(hw->hw_info.share); in fjes_hw_free_shared_status_region() 110 hw->hw_info.share = NULL; in fjes_hw_free_shared_status_region() 270 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup() 587 struct fjes_device_shared_info *share = hw->hw_info.share; in fjes_hw_unregister_buff_addr() local 595 if (!req_buf || !res_buf || !share) in fjes_hw_unregister_buff_addr() 716 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share, in fjes_hw_epid_is_shared() argument 721 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared() [all …]
|
| D | fjes_trace.h | 282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 326 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 347 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
|
| /Linux-v5.15/fs/ksmbd/ |
| D | misc.c | 236 char *convert_to_unix_name(struct ksmbd_share_config *share, const char *name) in convert_to_unix_name() argument 244 path_len = share->path_sz; in convert_to_unix_name() 250 memcpy(new_name, share->path, path_len); in convert_to_unix_name()
|
| D | smb_common.c | 605 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids() local 613 if (share->force_uid != KSMBD_SHARE_INVALID_UID) in ksmbd_override_fsids() 614 uid = share->force_uid; in ksmbd_override_fsids() 615 if (share->force_gid != KSMBD_SHARE_INVALID_GID) in ksmbd_override_fsids() 616 gid = share->force_gid; in ksmbd_override_fsids()
|
| /Linux-v5.15/tools/lib/perf/Documentation/ |
| D | Makefile | 29 mandir ?= $(prefix)/share/man 33 docdir ?= $(prefix)/share/doc/libperf
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | uv.h | 295 static inline int share(unsigned long addr, u16 cmd) in share() function 326 return share(addr, UVC_CMD_SET_SHARED_ACCESS); in uv_set_shared() 336 return share(addr, UVC_CMD_REMOVE_SHARED_ACCESS); in uv_remove_shared()
|
| /Linux-v5.15/tools/perf/Documentation/ |
| D | Makefile | 40 htmldir?=$(prefix)/share/doc/perf-doc 41 pdfdir?=$(prefix)/share/doc/perf-doc 42 mandir?=$(prefix)/share/man 65 infodir?=$(prefix)/share/info
|
| /Linux-v5.15/Documentation/admin-guide/hw-vuln/ |
| D | core-scheduling.rst | 7 share a core. These groups can be specified either for security usecases (one 11 do share hardware resource needs). This document only describes the security 21 user-designated trusted group can share a core. This increase in core sharing 78 The simplest way to build hierarchies of threads/processes which share a 88 specified task or a share a cookie with a task. In combination this allows a 90 scheduling group and share it with already running tasks. 96 each other and share a core. 206 allowing system processes (trusted tasks) to share a core.
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | ipv6_flowlabel_mgr.c | 48 static int flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) in flowlabel_get() argument 54 .flr_share = share, in flowlabel_get()
|