| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 33 struct dentry *dentry, umode_t omode, dev_t rdev); 221 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument 223 return v9fs_vfs_mknod_dotl(idmap, dir, dentry, omode, 0); in v9fs_vfs_create_dotl() 228 struct file *file, unsigned int flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument 256 name, flags, omode); in v9fs_vfs_atomic_open_dotl() 275 mode = omode; in v9fs_vfs_atomic_open_dotl() 350 umode_t omode) in v9fs_vfs_mkdir_dotl() argument 365 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl() 367 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl() 377 mode = omode; in v9fs_vfs_mkdir_dotl() [all …]
|
| /linux/net/ipv4/ |
| H A D | ip_sockglue.c | 727 int omode, add, err; in do_mcast_group_source() local 744 omode = MCAST_EXCLUDE; in do_mcast_group_source() 747 omode = MCAST_EXCLUDE; in do_mcast_group_source() 760 omode = MCAST_INCLUDE; in do_mcast_group_source() 763 omode = MCAST_INCLUDE; in do_mcast_group_source() 766 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source() 1290 int omode, add; in do_ip_setsockopt() local 1299 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1302 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1313 omode = MCAST_INCLUDE; in do_ip_setsockopt() [all …]
|
| H A D | igmp.c | 2395 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument 2437 if (pmc->sfmode != omode) { in ip_mc_source() 2441 } else if (pmc->sfmode != omode) { in ip_mc_source() 2443 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source() 2446 pmc->sfmode = omode; in ip_mc_source() 2464 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source() 2470 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source() 2526 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
|
| /linux/net/ipv6/ |
| H A D | ipv6_sockglue.c | 151 int omode, add; in do_ipv6_mcast_group_source() local 163 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 166 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 179 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 182 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 185 return ip6_mc_source(add, omode, sk, &greqs); in do_ipv6_mcast_group_source()
|
| H A D | mcast.c | 353 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument 397 if (pmc->sfmode != omode) { in ip6_mc_source() 401 } else if (pmc->sfmode != omode) { in ip6_mc_source() 403 ip6_mc_add_src(idev, group, omode, 0, NULL, 0); in ip6_mc_source() 405 pmc->sfmode = omode; in ip6_mc_source() 422 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip6_mc_source() 428 ip6_mc_del_src(idev, group, omode, 1, source, 1); in ip6_mc_source() 478 ip6_mc_add_src(idev, group, omode, 1, source, 1); in ip6_mc_source()
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head.c | 132 struct drm_display_mode *omode = &asyh->state.adjusted_mode; in nv50_head_atomic_check_view() local 139 omode = umode; in nv50_head_atomic_check_view() 154 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
|
| /linux/drivers/parport/ |
| H A D | parport_ip32.c | 837 unsigned int omode; in parport_ip32_set_mode() local 840 omode = parport_ip32_read_econtrol(p) & ECR_MODE_MASK; in parport_ip32_set_mode() 843 || omode == ECR_MODE_SPP || omode == ECR_MODE_PS2)) { in parport_ip32_set_mode()
|
| /linux/include/net/ |
| H A D | ipv6.h | 1168 int ip6_mc_source(int add, int omode, struct sock *sk,
|