/linux-4.1.27/Documentation/arm/Samsung/ |
D | clksrc-change-registers.awk | 76 dmask[name,0] = find_length(fields[1]) 77 dmask[name,1] = find_shift(fields[1]) 79 printf "=> '" name "' LENGTH=" dmask[name,0] " SHIFT=" dmask[name,1] "\n" > "/dev/stderr" 121 printf "shift '" shift "' ='" dmask[shift,0] "'\n" > "/dev/stderr" 142 printf ".shift = " dmask[generated,1] ", " 143 printf ".size = " dmask[generated,0] ", " 149 printf ".shift = " dmask[mask,1] ", " 150 printf ".size = " dmask[mask,0] ", "
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_policy.h | 43 union nf_inet_addr dmask; member 50 union xt_policy_addr dmask;
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inffast.c | 108 unsigned dmask; /* mask for first level of distance codes */ in inflate_fast() local 135 dmask = (1U << state->distbits) - 1; in inflate_fast() 173 this = dcode[hold & dmask]; in inflate_fast()
|
/linux-4.1.27/fs/ntfs/ |
D | volume.h | 53 umode_t dmask; /* The mask for directory member
|
D | super.c | 108 umode_t fmask = (umode_t)-1, dmask = (umode_t)-1; in parse_options() local 195 else NTFS_GETOPT_OCTAL("umask", fmask = dmask) in parse_options() 197 else NTFS_GETOPT_OCTAL("dmask", dmask) in parse_options() 317 if (dmask != (umode_t)-1) in parse_options() 318 vol->dmask = dmask; in parse_options() 2763 .dmask = 0077, in ntfs_fill_super()
|
D | inode.c | 633 vi->i_mode &= ~vol->dmask; in ntfs_read_locked_inode() 2319 if (vol->fmask == vol->dmask) in ntfs_show_options() 2323 seq_printf(sf, ",dmask=0%o", vol->dmask); in ntfs_show_options()
|
D | mft.c | 2663 vi->i_mode &= ~vol->dmask; in ntfs_mft_record_alloc()
|
/linux-4.1.27/include/uapi/linux/ |
D | synclink.h | 234 __u32 dmask; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 513 u8 dmask = nv_ro08(bios, table + (cond * 9) + 7); in init_io_flag_condition_met() local 516 return (nv_ro08(bios, data + ioval) & dmask) == value; in init_io_flag_condition_met() 1371 u32 dmask = nv_ro32(bios, init->offset + 18); in init_copy_nv_reg() local 1376 dreg, dmask, sreg, (shift & 0x80) ? "<<" : ">>", in init_copy_nv_reg() 1381 init_mask(init, dreg, ~dmask, (data & smask) ^ sxor); in init_copy_nv_reg() 1956 u32 dmask = nv_ro32(bios, init->offset + 12); in init_xlat() local 1962 daddr, dmask, index, saddr, (sshift & 0x80) ? "<<" : ">>", in init_xlat() 1968 init_mask(init, daddr, ~dmask, data); in init_xlat()
|
/linux-4.1.27/net/netfilter/ |
D | xt_policy.c | 47 MATCH_ADDR(daddr, dmask, &x->id.daddr) && in match_xfrm_state()
|
/linux-4.1.27/Documentation/filesystems/ |
D | omfs.txt | 36 dmask=xxx - set umask to xxx for directories
|
D | vfat.txt | 20 dmask=### -- The permission mask for the directory. 32 The default is set from `dmask' option. (If the directory is 33 writable, utime(2) is also allowed. I.e. ~dmask & 022)
|
D | ntfs.txt | 133 consequence of the default fmask=0177 and dmask=0077. 139 dmask= Instead of specifying umask which applies both to 141 dmask only to directories.
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 219 static uint dmask[MAX_CARDS]; variable 248 module_param_array(dmask, uint, NULL, S_IRUGO | S_IWUSR); 5048 if (hc->ctype == HFC_TYPE_E1 && dmask[E1_cnt]) { in hfcmulti_init() 5053 if (!((1 << ch) & dmask[E1_cnt])) in hfcmulti_init() 5058 || (dmask[E1_cnt] & hc->bmask[pt])) { in hfcmulti_init() 5073 if (hc->ctype == HFC_TYPE_E1 && !dmask[E1_cnt]) { in hfcmulti_init()
|
/linux-4.1.27/drivers/tty/ |
D | synclink_gt.c | 2989 gpio.dir, gpio.dmask)); in set_gpio() 2992 if (gpio.dmask) { in set_gpio() 2994 data |= gpio.dmask & gpio.dir; in set_gpio() 2995 data &= ~(gpio.dmask & ~gpio.dir); in set_gpio() 3020 gpio.dmask = 0xffffffff; in get_gpio()
|