/linux-4.1.27/fs/ |
D | fs_struct.c | 119 fs->umask = old->umask; in copy_fs_struct() 156 return current->fs->umask; in current_umask() 165 .umask = 0022,
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 60 cpu/event=0x8,umask=0x84,name=dtlb_load_misses_walk_duration/, 61 cpu/event=0x8,umask=0x82,name=dtlb_load_misses_walk_completed/, 62 cpu/event=0x49,umask=0x4,name=dtlb_store_misses_walk_duration/, 63 cpu/event=0x49,umask=0x2,name=dtlb_store_misses_walk_completed/, 64 cpu/event=0x85,umask=0x4,name=itlb_misses_walk_duration/, 65 cpu/event=0x85,umask=0x2,name=itlb_misses_walk_completed/
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 293 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, in parse_opts() argument 332 *umask = option; in parse_opts() 426 umode_t umask; in hpfs_remount_fs() local 437 umask = 0777 & ~sbi->sb_mode; in hpfs_remount_fs() 442 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 459 sbi->sb_mode = 0777 & ~umask; in hpfs_remount_fs() 528 umode_t umask; in hpfs_fill_super() local 548 umask = current_umask(); in hpfs_fill_super() 556 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super() 606 sbi->sb_mode = 0777 & ~umask; in hpfs_fill_super()
|
/linux-4.1.27/net/netfilter/ |
D | xt_ipvs.c | 33 const union nf_inet_addr *umask, in ipvs_mt_addrcmp() argument 37 return ((kaddr->ip ^ uaddr->ip) & umask->ip) == 0; in ipvs_mt_addrcmp() 40 return ipv6_masked_addr_cmp(&kaddr->in6, &umask->in6, in ipvs_mt_addrcmp()
|
D | xt_conntrack.c | 31 const union nf_inet_addr *umask, unsigned int l3proto) in conntrack_addrcmp() argument 34 return ((kaddr->ip ^ uaddr->ip) & umask->ip) == 0; in conntrack_addrcmp() 36 return ipv6_masked_addr_cmp(&kaddr->in6, &umask->in6, in conntrack_addrcmp()
|
/linux-4.1.27/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 | jfs.txt | 35 umask=value Override on-disk umask with specified octal value. For
|
D | isofs.txt | 5 umask=nnn The permission mask (see umask(1)) for the partition.
|
D | udf.txt | 26 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.
|
D | hpfs.txt | 15 uid=xxx,gid=xxx,umask=xxx (default uid=gid=0 umask=default_system_umask) 17 attributes. Mode is inverted umask - for example umask 027 gives owner
|
D | ntfs.txt | 126 umask= Provide default owner, group, and access mode mask. 134 Using a umask of zero will grant all permissions to 139 dmask= Instead of specifying umask which applies both to
|
D | affs.txt | 124 of the current user and a mode according to the umask.
|
D | xfs.txt | 297 or whether their mode is affected by the umask (irix mode).
|
D | spufs.txt | 441 directory in spufs. mode is modified with the user's umask(2) value
|
/linux-4.1.27/fs/hfsplus/ |
D | options.c | 55 opts->umask = current_umask(); in hfsplus_fill_defaults() 131 sbi->umask = (umode_t)tmp; in hfsplus_parse_options() 224 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, in hfsplus_show_options()
|
D | inode.c | 198 mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask)); in hfsplus_get_perms() 201 mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); in hfsplus_get_perms()
|
D | hfsplus_fs.h | 183 umode_t umask; member
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 362 char *umask = args[0].from; in parse_options() local 363 int rc = kstrtouint(umask, 8, &sbi->umask); in parse_options() 367 if (sbi->umask & ~0777) { in parse_options() 511 sbi->umask = -1; in jfs_fill_super() 711 if (sbi->umask != -1) in jfs_show_options() 712 seq_printf(seq, ",umask=%03o", sbi->umask); in jfs_show_options()
|
D | jfs_incore.h | 200 uint umask; /* umask to override on-disk umask */ member
|
D | jfs_imap.c | 3056 if (sbi->umask != -1) { in copy_from_dinode() 3057 ip->i_mode = (ip->i_mode & ~0777) | (0777 & ~sbi->umask); in copy_from_dinode() 3157 if (sbi->umask == -1) in copy_to_dinode()
|
/linux-4.1.27/include/linux/ |
D | fs_struct.h | 12 int umask; member
|
D | compat.h | 379 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, 381 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
|
/linux-4.1.27/include/uapi/linux/ |
D | fuse.h | 426 uint32_t umask; member 432 uint32_t umask; member 476 uint32_t umask; member
|
/linux-4.1.27/kernel/ |
D | compat.c | 890 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap() argument 901 if (!access_ok(VERIFY_READ, umask, bitmap_size / 8)) in compat_get_bitmap() 917 if (__get_user(um, umask)) in compat_get_bitmap() 923 umask++; in compat_get_bitmap() 932 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, in compat_put_bitmap() argument 943 if (!access_ok(VERIFY_WRITE, umask, bitmap_size / 8)) in compat_put_bitmap() 960 if (__put_user(um, umask)) in compat_put_bitmap() 964 umask++; in compat_put_bitmap()
|
D | sys.c | 1646 SYSCALL_DEFINE1(umask, int, mask) in SYSCALL_DEFINE1() argument 1648 mask = xchg(¤t->fs->umask, mask & S_IRWXUGO); in SYSCALL_DEFINE1()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | ptrace.c | 254 unsigned long umask = 0, mask, m; in get_rnat() local 282 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in get_rnat() 283 urnat = (pt->ar_rnat & umask); in get_rnat() 284 mask &= ~umask; in get_rnat() 313 unsigned long rnat0 = 0, rnat1 = 0, *slot0_kaddr, umask = 0, mask, m; in put_rnat() local 356 umask = MASK(ia64_rse_slot_num(ubspstore)) & mask; in put_rnat() 357 pt->ar_rnat = (pt->ar_rnat & ~umask) | (urnat & umask); in put_rnat() 358 mask &= ~umask; in put_rnat()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 2286 u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16); in intel_pebs_aliases_snb() 2493 X86_CONFIG(.event=0xc0, .umask=0x01)) { in bdw_limit_period() 2502 PMU_FORMAT_ATTR(umask, "config:8-15" ); 3091 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 3094 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init() 3153 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 3156 X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1); in intel_pmu_init() 3189 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 3192 X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init() 3225 X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1); in intel_pmu_init()
|
D | perf_event_p6.c | 184 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | perf_event_intel_uncore_snb.c | 61 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
|
D | perf_event_knc.c | 273 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | perf_event_amd.c | 453 PMU_FORMAT_ATTR(umask, "config:8-15" );
|
D | perf_event_amd_uncore.c | 246 PMU_FORMAT_ATTR(umask, "config:8-15");
|
D | perf_event_intel_uncore_nhmex.c | 191 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
|
D | perf_event.c | 1618 u64 umask = (config & ARCH_PERFMON_EVENTSEL_UMASK) >> 8; in x86_event_sysfs_show() local 1632 if (umask) in x86_event_sysfs_show() 1633 ret += sprintf(page + ret, ",umask=0x%02llx", umask); in x86_event_sysfs_show()
|
D | perf_event.h | 462 umask:8, member
|
D | perf_event_intel_uncore_snbep.c | 215 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
|
/linux-4.1.27/tools/perf/util/ |
D | util.c | 86 old_umask = umask(mode ^ 0777); in slow_copyfile() 88 umask(old_umask); in slow_copyfile()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tmon.c | 368 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-adi2.c | 538 bool umask = false; in adi_gpio_handle_pint_irq() local 561 umask = true; in adi_gpio_handle_pint_irq() 572 if (!umask) in adi_gpio_handle_pint_irq()
|
/linux-4.1.27/fs/udf/ |
D | super.c | 223 umode_t umask; member 562 uopt->umask = option; in udf_parse_options() 662 uopt.umask = sbi->s_umask; in udf_remount_fs() 673 sbi->s_umask = uopt.umask; in udf_remount_fs() 2071 uopt.umask = 0; in udf_fill_super() 2109 sbi->s_umask = uopt.umask; in udf_fill_super()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | etrap_32.S | 189 st %g2, [%curptr + TI_UWINMASK] ! store new umask
|
D | entry.S | 1245 ld [%g6 + TI_UWINMASK], %o0 ! get current umask 1261 andncc %o0, %o3, %o0 ! clean this bit in umask
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-list.txt | 70 registers: event, umask, edge, inv, cmask. Esp. guest/host only and
|
D | perf-stat.txt | 32 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
|
D | perf-top.txt | 42 event (eventsel+umask) in the form of rNNN where NNN is a
|
D | perf-record.txt | 33 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 506 umask(0); in do_standalone_mode()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 131 ENTRY_SAME(umask) /* 60 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 66 SYSCALL_SPU(umask)
|
/linux-4.1.27/fs/nfsd/ |
D | nfssvc.c | 585 current->fs->umask = 0; in nfsd()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 85 COMPAT_SYSCALL_WRAP1(umask, int, mask);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 104 95 common umask sys_umask
|
D | syscall_32.tbl | 69 60 i386 umask sys_umask
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 418 inarg.umask = current_umask(); in fuse_create_open() 582 inarg.umask = current_umask(); in fuse_mknod() 609 inarg.umask = current_umask(); in fuse_mkdir()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 152 account umask on posix mkdir not just older style mkdir. Add
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 7460 struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry() local 7496 umask->tos); in niu_add_ethtool_tcam_entry()
|