Searched refs:share (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/fs/lockd/
H A Dsvcshare.c18 #include <linux/lockd/share.h>
21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) argument
23 return share->s_owner.len == oh->len
24 && !memcmp(share->s_owner.data, oh->data, oh->len);
31 struct nlm_share *share; local
35 for (share = file->f_shares; share; share = share->s_next) {
36 if (share
72 struct nlm_share *share, **shpp; local
96 struct nlm_share *share, **shpp; local
[all...]
/linux-master/fs/smb/server/mgmt/
H A Dshare_config.c35 static void kill_share(struct ksmbd_share_config *share) argument
37 while (!list_empty(&share->veto_list)) {
40 p = list_entry(share->veto_list.next,
48 if (share->path)
49 path_put(&share->vfs_path);
50 kfree(share->name);
51 kfree(share->path);
52 kfree(share);
55 void ksmbd_share_config_del(struct ksmbd_share_config *share) argument
58 hash_del(&share
62 __ksmbd_share_config_put(struct ksmbd_share_config *share) argument
69 __get_share_config(struct ksmbd_share_config *share) argument
78 struct ksmbd_share_config *share; local
88 parse_veto_list(struct ksmbd_share_config *share, char *veto_list, int veto_list_sz) argument
127 struct ksmbd_share_config *share = NULL; local
216 struct ksmbd_share_config *share; local
229 ksmbd_share_veto_filename(struct ksmbd_share_config *share, const char *filename) argument
[all...]
H A Dshare_config.h38 share_config_create_mode(struct ksmbd_share_config *share, argument
41 umode_t mode = (posix_mode ?: (umode_t)-1) & share->create_mask;
43 return mode | share->force_create_mode;
47 share_config_directory_mode(struct ksmbd_share_config *share, argument
50 umode_t mode = (posix_mode ?: (umode_t)-1) & share->directory_mask;
52 return mode | share->force_directory_mode;
55 static inline int test_share_config_flag(struct ksmbd_share_config *share, argument
58 return share->flags & flag;
61 void ksmbd_share_config_del(struct ksmbd_share_config *share);
62 void __ksmbd_share_config_put(struct ksmbd_share_config *share);
64 ksmbd_share_config_put(struct ksmbd_share_config *share) argument
[all...]
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A DMakefile27 install -d $(DESTDIR)$(PREFIX)/share/man/man8
28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux-master/tools/power/x86/turbostat/
H A DMakefile29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux-master/tools/verification/dot2/
H A DMakefile5 mandir ?= $(prefix)/share/man
6 miscdir ?= $(prefix)/share/dot2
/linux-master/fs/smb/server/
H A Dmisc.h17 char *convert_to_nt_pathname(struct ksmbd_share_config *share,
25 char *convert_to_unix_name(struct ksmbd_share_config *share, const char *name);
H A Dtransport_ipc.h23 struct ksmbd_share_config *share,
H A Dmisc.c155 * whose share directory prefix was removed from file path
156 * @share: ksmbd_share_config pointer
162 char *convert_to_nt_pathname(struct ksmbd_share_config *share, argument
166 int share_path_len = share->path_sz;
178 if (strncmp(ab_pathname, share->path, share_path_len)) {
263 * ksmbd_extract_sharename() - get share name from tree connect request
265 * @treename: buffer containing tree name and share name
267 * Return: share name on success, otherwise error
282 * @share: ksmbd_share_config pointer
283 * @name: file name that is relative to share
287 convert_to_unix_name(struct ksmbd_share_config *share, const char *name) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Di2c.h19 u8 share; member in struct:dcb_i2c_entry
/linux-master/tools/arch/x86/kcpuid/
H A DMakefile10 HWDATADIR ?= /usr/share/misc/
/linux-master/tools/power/pm-graph/
H A DMakefile29 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-master/tools/perf/tests/
H A Dbp_account.c81 static int bp_accounting(int wp_cnt, int share) argument
101 if (!share) {
193 * - detects if watchpoints and breakpoints share
197 * - in case wp and bp do not share slots,
206 int share = detect_share(wp_cnt, bp_cnt); local
213 pr_debug("watchpoints count %d, breakpoints count %d, has_ioctl %d, share %d\n",
214 wp_cnt, bp_cnt, has_ioctl, share);
219 return bp_accounting(wp_cnt, share);
/linux-master/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c824 static int check_share(struct pkvm_mem_share *share) argument
826 const struct pkvm_mem_transition *tx = &share->tx;
843 ret = hyp_ack_share(completer_addr, tx, share->completer_prot);
859 static int __do_share(struct pkvm_mem_share *share) argument
861 const struct pkvm_mem_transition *tx = &share->tx;
878 ret = hyp_complete_share(completer_addr, tx, share->completer_prot);
903 static int do_share(struct pkvm_mem_share *share) argument
907 ret = check_share(share);
911 return WARN_ON(__do_share(share));
914 static int check_unshare(struct pkvm_mem_share *share) argument
946 __do_unshare(struct pkvm_mem_share *share) argument
987 do_unshare(struct pkvm_mem_share *share) argument
1091 struct pkvm_mem_share share = { local
1124 struct pkvm_mem_share share = { local
1264 struct pkvm_mem_share share = { local
1287 struct pkvm_mem_share share = { local
[all...]
/linux-master/scripts/
H A Dsphinx-pre-install362 check_missing_file(["/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexhook.sty"],
365 check_missing_file(["/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"],
368 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc",
369 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc",
370 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"],
442 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc",
443 "/usr/share/fonts/google-noto-sans-cjk-fonts/NotoSansCJK-Regular.ttc"],
544 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc",
545 "/usr/share/fonts/TTF/NotoSans-Regular.ttf"],
576 check_missing_file(["/usr/share/font
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Di2c.c97 info->share = DCB_I2C_UNUSED;
111 info->share = nvbios_rd08(bios, ent + 1) >> 1;
116 info->share = info->auxch;
125 info->share = info->auxch;
159 info->share = DCB_I2C_UNUSED;
/linux-master/tools/power/cpupower/
H A DMakefile71 localedir ?= /usr/share/locale
72 docdir ?= /usr/share/doc/packages/cpupower
74 bash_completion_dir ?= /usr/share/bash-completion/completions
/linux-master/tools/kvm/kvm_stat/
H A DMakefile5 MANDIR=usr/share/man
/linux-master/drivers/net/fjes/
H A Dfjes_debugfs.c44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx) ? 'Y' : 'N');
/linux-master/net/ipv6/
H A Dip6_flowlabel.c99 return fl->share == IPV6_FL_S_EXCL ||
100 fl->share == IPV6_FL_S_PROCESS ||
101 fl->share == IPV6_FL_S_USER;
108 if (fl->share == IPV6_FL_S_PROCESS)
136 if (fl->opt && fl->share == IPV6_FL_S_EXCL) {
433 fl->share = freq->flr_share;
442 switch (fl->share) {
528 freq->flr_share = sfl->fl->share;
670 if (fl1->share == IPV6_FL_S_EXCL ||
671 fl1->share !
[all...]
/linux-master/fs/smb/client/
H A Ddfs.c370 static int target_share_matches_server(struct TCP_Server_Info *server, char *share, argument
378 extract_unc_hostname(share, &dfs_host, &dfs_host_len);
450 char *share = NULL, *prefix = NULL; local
465 kfree(share);
467 share = prefix = NULL;
469 /* Check if share matches with tcp ses */
470 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix);
472 cifs_dbg(VFS, "%s: failed to parse target share: %d\n", __func__, rc);
476 rc = target_share_matches_server(server, share, &target_match);
487 scnprintf(tree, MAX_TREE_SIZE, "\\%s", share);
[all...]
/linux-master/sound/isa/gus/
H A Dgus_mem.c72 if (block->share) { /* ok.. shared block */
73 block->share--;
142 block->share = 0;
192 snd_printk(KERN_ERR "snd_gf1_mem_alloc - share: sizes differ\n");
195 nblock->share++;
300 if (block->share ||
304 block->share,
/linux-master/tools/lib/perf/Documentation/
H A DMakefile29 mandir ?= $(prefix)/share/man
33 docdir ?= $(prefix)/share/doc/libperf
/linux-master/Documentation/tools/rtla/
H A DMakefile8 PREFIX ?= /usr/share

Completed in 219 milliseconds

123