| /linux/kernel/ |
| H A D | compat.c | 193 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap() argument 202 if (!user_read_access_begin(umask, bitmap_size / 8)) in compat_get_bitmap() 207 unsafe_get_user(l1, umask++, Efault); in compat_get_bitmap() 208 unsafe_get_user(l2, umask++, Efault); in compat_get_bitmap() 213 unsafe_get_user(*mask, umask++, Efault); in compat_get_bitmap() 222 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, in compat_put_bitmap() argument 231 if (!user_write_access_begin(umask, bitmap_size / 8)) in compat_put_bitmap() 236 unsafe_put_user((compat_ulong_t)m, umask++, Efault); in compat_put_bitmap() 237 unsafe_put_user(m >> BITS_PER_COMPAT_LONG, umask++, Efault); in compat_put_bitmap() 241 unsafe_put_user((compat_ulong_t)*mask, umask++, Efault); in compat_put_bitmap()
|
| /linux/Documentation/arch/x86/ |
| H A D | tlb.rst | 68 cpu/event=0x8,umask=0x84,name=dtlb_load_misses_walk_duration/, 69 cpu/event=0x8,umask=0x82,name=dtlb_load_misses_walk_completed/, 70 cpu/event=0x49,umask=0x4,name=dtlb_store_misses_walk_duration/, 71 cpu/event=0x49,umask=0x2,name=dtlb_store_misses_walk_completed/, 72 cpu/event=0x85,umask=0x4,name=itlb_misses_walk_duration/, 73 cpu/event=0x85,umask=0x2,name=itlb_misses_walk_completed/
|
| /linux/net/netfilter/ |
| H A D | xt_ipvs.c | 34 const union nf_inet_addr *umask, in ipvs_mt_addrcmp() argument 38 return ((kaddr->ip ^ uaddr->ip) & umask->ip) == 0; in ipvs_mt_addrcmp() 41 return ipv6_masked_addr_cmp(&kaddr->in6, &umask->in6, in ipvs_mt_addrcmp()
|
| H A D | xt_conntrack.c | 28 const union nf_inet_addr *umask, unsigned int l3proto) in conntrack_addrcmp() argument 31 return ((kaddr->ip ^ uaddr->ip) & umask->ip) == 0; in conntrack_addrcmp() 33 return ipv6_masked_addr_cmp(&kaddr->in6, &umask->in6, in conntrack_addrcmp()
|
| /linux/Documentation/filesystems/ |
| H A D | hfsplus.rst | 26 umask=n 27 Specifies the umask (in octal) used for files and directories 29 Default: umask of the mounting process.
|
| H A D | omfs.rst | 39 umask=xxx set permission umask to xxx 40 fmask=xxx set umask to xxx for files 41 dmask=xxx set umask to xxx for directories
|
| H A D | hfs.rst | 32 dir_umask=n, file_umask=n, umask=n 33 Specifies the umask used for all files , all directories or all 34 files and directories. Defaults to the umask of the mounting process.
|
| H A D | isofs.rst | 12 umask=nnn The permission mask (see umask(1)) for the partition.
|
| H A D | udf.rst | 28 umask= Set the default umask.
|
| H A D | ntfs3.rst | 55 * - umask= 60 - :rspan:`1` Instead of specifying umask which applies both to files and
|
| H A D | vfat.rst | 27 **umask=###** 28 The permission mask (for files and directories, see *umask(1)*). 29 The default is the umask of current process. 33 The default is the umask of current process. 37 The default is the umask of current process.
|
| /linux/fs/hfsplus/ |
| H A D | options.c | 55 opts->umask = current_umask(); in hfsplus_fill_defaults() 97 sbi->umask = (umode_t)result.uint_32; in hfsplus_parse_param() 155 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, in hfsplus_show_options()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | pmu.h | 21 #define RAW_EVENT(eventsel, umask) (((eventsel & 0xf00UL) << 24) | \ argument 23 ((umask) & 0xff) << 8)
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 47 umask=value 48 Override on-disk umask with specified octal value. For
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1223 __u32 umask, int *destroy) in fanotify_mark_remove_from_mask() argument 1228 mask &= ~umask; in fanotify_mark_remove_from_mask() 1243 *destroy = !((fsn_mark->mask | fsn_mark->ignore_mask) & ~umask); in fanotify_mark_remove_from_mask() 1251 unsigned int flags, __u32 umask) in fanotify_remove_mark() argument 1265 umask, &destroy_mark); in fanotify_remove_mark() 1878 u32 umask = 0; in do_fanotify_mark() local 1939 umask = FANOTIFY_EVENT_FLAGS; in do_fanotify_mark() 2109 umask = FAN_EVENT_ON_CHILD; in do_fanotify_mark() 2127 umask); in do_fanotify_mark()
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 753 uint32_t umask; member 759 uint32_t umask; member 803 uint32_t umask; member
|
| /linux/fs/jfs/ |
| H A D | jfs_incore.h | 198 uint umask; /* umask to override on-disk umask */ member
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-daemon.c | 182 umask(027);
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 122 registers: event, umask, edge, inv, cmask. Esp. guest/host only and 197 perf stat -e cpu/event=0xa8,umask=0x1,name=LSD.UOPS_CYCLES,cmask=0x1/ ... 201 perf stat -e cpu/event=0xa8,umask=0x1,cmask=0x1,name=\'LSD.UOPS_CYCLES:cmask=0x1\'/ ... 290 perf stat -e cpu/event=0,umask=0x3,percore=1/
|
| H A D | topdown.txt | 55 Fixed counter 3 is mapped to a pseudo event event=0x00, umask=04, 58 The metric events are mapped to the pseudo event event=0x00, umask=0x8X.
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.c | 352 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
|
| /linux/include/linux/ |
| H A D | compat.h | 137 int set_compat_user_sigmask(const compat_sigset_t __user *umask, 959 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, 961 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
|
| /linux/fs/udf/ |
| H A D | super.c | 228 umode_t umask; member 250 uopt->umask = sbi->s_umask; in udf_init_options() 263 uopt->umask = 0; in udf_init_options() 595 uopt->umask = result.uint_32; in udf_parse_param() 669 sbi->s_umask = uopt->umask; in udf_reconfigure() 2196 sbi->s_umask = uopt->umask; in udf_fill_super()
|
| /linux/arch/sparc/kernel/ |
| H A D | etrap_32.S | 190 st %g2, [%curptr + TI_UWINMASK] ! store new umask
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 4647 u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_snb() 4671 u64 alt_config = X86_CONFIG(.event=0xc0, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_precdist() 4755 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0xcd, .umask=0x01); in is_mem_loads_event() 4760 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0x03, .umask=0x82); in is_mem_loads_aux_event() 5693 X86_CONFIG(.event=0xc0, .umask=0x01); in erratum_hsw11() 5767 PMU_FORMAT_ATTR(umask, "config:8-15" ); 5793 __ATTR(umask, 0444, umask2_show, NULL); 7758 x86_pmu.rtm_abort_event = X86_CONFIG(.event=0xc9, .umask=0x04); in intel_pmu_init_glc() 8034 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 8037 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init() [all …]
|