| /Linux-v5.4/kernel/ |
| D | compat.c | 281 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap() argument 290 if (!user_access_begin(umask, bitmap_size / 8)) in compat_get_bitmap() 295 unsafe_get_user(l1, umask++, Efault); in compat_get_bitmap() 296 unsafe_get_user(l2, umask++, Efault); in compat_get_bitmap() 301 unsafe_get_user(*mask, umask++, Efault); in compat_get_bitmap() 310 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, in compat_put_bitmap() argument 319 if (!user_access_begin(umask, bitmap_size / 8)) in compat_put_bitmap() 324 unsafe_put_user((compat_ulong_t)m, umask++, Efault); in compat_put_bitmap() 325 unsafe_put_user(m >> BITS_PER_COMPAT_LONG, umask++, Efault); in compat_put_bitmap() 329 unsafe_put_user((compat_ulong_t)*mask, umask++, Efault); in compat_put_bitmap()
|
| /Linux-v5.4/fs/ |
| D | fs_struct.c | 121 fs->umask = old->umask; in copy_fs_struct() 158 return current->fs->umask; in current_umask() 167 .umask = 0022,
|
| /Linux-v5.4/Documentation/x86/ |
| 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-v5.4/fs/hpfs/ |
| D | super.c | 314 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument 353 *umask = option; in parse_opts() 447 umode_t umask; in hpfs_remount_fs() local 458 umask = 0777 & ~sbi->sb_mode; in hpfs_remount_fs() 463 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 480 sbi->sb_mode = 0777 & ~umask; in hpfs_remount_fs() 549 umode_t umask; in hpfs_fill_super() local 569 umask = current_umask(); in hpfs_fill_super() 577 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super() 628 sbi->sb_mode = 0777 & ~umask; in hpfs_fill_super()
|
| /Linux-v5.4/net/netfilter/ |
| 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()
|
| 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-v5.4/Documentation/filesystems/ |
| D | hfsplus.txt | 24 umask=n 25 Specifies the umask (in octal) used for files and directories 27 Default: umask of the mounting process.
|
| D | omfs.txt | 34 umask=xxx - set permission umask to xxx 35 fmask=xxx - set umask to xxx for files 36 dmask=xxx - set umask to xxx for directories
|
| D | hfs.txt | 27 dir_umask=n, file_umask=n, umask=n 28 Specifies the umask used for all files , all directories or all 29 files and directories. Defaults to the umask of the mounting process.
|
| D | isofs.txt | 5 umask=nnn The permission mask (see umask(1)) for the partition.
|
| D | udf.txt | 24 umask= Set the default umask.
|
| D | vfat.txt | 17 umask=### -- The permission mask (for files and directories, see umask(1)). 18 The default is the umask of current process. 21 The default is the umask of current process. 24 The default is the umask of current process.
|
| /Linux-v5.4/fs/hfsplus/ |
| D | options.c | 56 opts->umask = current_umask(); in hfsplus_fill_defaults() 132 sbi->umask = (umode_t)tmp; in hfsplus_parse_options() 225 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, in hfsplus_show_options()
|
| /Linux-v5.4/fs/jfs/ |
| D | super.c | 363 char *umask = args[0].from; in parse_options() local 364 int rc = kstrtouint(umask, 8, &sbi->umask); in parse_options() 368 if (sbi->umask & ~0777) { in parse_options() 511 sbi->umask = -1; in jfs_fill_super() 705 if (sbi->umask != -1) in jfs_show_options() 706 seq_printf(seq, ",umask=%03o", sbi->umask); in jfs_show_options()
|
| D | jfs_incore.h | 190 uint umask; /* umask to override on-disk umask */ member
|
| /Linux-v5.4/include/linux/ |
| D | fs_struct.h | 13 int umask; member
|
| /Linux-v5.4/include/uapi/linux/ |
| D | fuse.h | 537 uint32_t umask; member 543 uint32_t umask; member 587 uint32_t umask; member
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | jfs.rst | 47 umask=value 48 Override on-disk umask with specified octal value. For
|
| /Linux-v5.4/fs/proc/ |
| D | array.c | 157 int g, umask = -1; in task_state() local 177 umask = p->fs->umask; in task_state() 183 if (umask >= 0) in task_state() 184 seq_printf(m, "Umask:\t%#04o\n", umask); in task_state()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | ptrace.c | 257 unsigned long umask = 0, mask, m; in get_rnat() local 285 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in get_rnat() 286 urnat = (pt->ar_rnat & umask); in get_rnat() 287 mask &= ~umask; in get_rnat() 316 unsigned long rnat0 = 0, rnat1 = 0, *slot0_kaddr, umask = 0, mask, m; in put_rnat() local 359 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in put_rnat() 360 pt->ar_rnat = (pt->ar_rnat & ~umask) | (urnat & umask); in put_rnat() 361 mask &= ~umask; in put_rnat()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-list.txt | 95 registers: event, umask, edge, inv, cmask. Esp. guest/host only and 132 perf stat -e cpu/event=0xa8,umask=0x1,name=LSD.UOPS_CYCLES,cmask=0x1/ ... 136 perf stat -e cpu/event=0xa8,umask=0x1,cmask=0x1,name=\'LSD.UOPS_CYCLES:cmask=0x1\'/ ... 211 perf stat -e cpu/event=0,umask=0x3,percore=1/
|
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ |
| D | pseudo_lock.c | 1064 .umask = 0x10); in measure_l2_residency() 1066 .umask = 0x2); in measure_l2_residency() 1103 .umask = 0x4f); in measure_l3_residency() 1105 .umask = 0x41); in measure_l3_residency()
|
| /Linux-v5.4/arch/x86/events/intel/ |
| D | p6.c | 185 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
| D | core.c | 3165 u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_snb() 3189 u64 alt_config = X86_CONFIG(.event=0xc0, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_precdist() 3575 X86_CONFIG(.event=0xc0, .umask=0x01)) { in bdw_limit_period() 3589 PMU_FORMAT_ATTR(umask, "config:8-15" ); 4638 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 4641 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init() 4794 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 4797 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init() 4834 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 4837 X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() [all …]
|
| D | knc.c | 276 PMU_FORMAT_ATTR(umask, "config:8-15" );
|