| /Linux-v6.1/fs/9p/ |
| D | vfs_inode_dotl.c | 35 struct dentry *dentry, umode_t omode, dev_t rdev); 224 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument 226 return v9fs_vfs_mknod_dotl(mnt_userns, dir, dentry, omode, 0); in v9fs_vfs_create_dotl() 231 struct file *file, unsigned int flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument 263 name, flags, omode); in v9fs_vfs_atomic_open_dotl() 282 mode = omode; in v9fs_vfs_atomic_open_dotl() 369 umode_t omode) in v9fs_vfs_mkdir_dotl() argument 385 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl() 387 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl() 397 mode = omode; in v9fs_vfs_mkdir_dotl() [all …]
|
| D | vfs_file.c | 48 int omode; in v9fs_file_open() local 54 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open() 56 omode = v9fs_uflags2omode(file->f_flags, in v9fs_file_open() 64 err = p9_client_open(fid, omode); in v9fs_file_open()
|
| /Linux-v6.1/net/ipv4/ |
| D | ip_sockglue.c | 726 int omode, add, err; in do_mcast_group_source() local 743 omode = MCAST_EXCLUDE; in do_mcast_group_source() 746 omode = MCAST_EXCLUDE; in do_mcast_group_source() 759 omode = MCAST_INCLUDE; in do_mcast_group_source() 762 omode = MCAST_INCLUDE; in do_mcast_group_source() 765 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source() 1267 int omode, add; in do_ip_setsockopt() local 1276 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1279 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1290 omode = MCAST_INCLUDE; in do_ip_setsockopt() [all …]
|
| D | igmp.c | 2303 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument 2345 if (pmc->sfmode != omode) { in ip_mc_source() 2349 } else if (pmc->sfmode != omode) { in ip_mc_source() 2351 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source() 2354 pmc->sfmode = omode; in ip_mc_source() 2372 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source() 2378 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source() 2434 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
|
| /Linux-v6.1/net/ipv6/ |
| D | ipv6_sockglue.c | 168 int omode, add; in do_ipv6_mcast_group_source() local 180 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 183 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 196 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 199 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 202 return ip6_mc_source(add, omode, sk, &greqs); in do_ipv6_mcast_group_source()
|
| D | mcast.c | 361 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument 399 if (pmc->sfmode != omode) { in ip6_mc_source() 403 } else if (pmc->sfmode != omode) { in ip6_mc_source() 405 ip6_mc_add_src(idev, group, omode, 0, NULL, 0); in ip6_mc_source() 407 pmc->sfmode = omode; in ip6_mc_source() 424 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip6_mc_source() 430 ip6_mc_del_src(idev, group, omode, 1, source, 1); in ip6_mc_source() 480 ip6_mc_add_src(idev, group, omode, 1, source, 1); in ip6_mc_source()
|
| /Linux-v6.1/include/linux/ |
| D | igmp.h | 117 extern int ip_mc_source(int add, int omode, struct sock *sk,
|
| /Linux-v6.1/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head.c | 127 struct drm_display_mode *omode = &asyh->state.adjusted_mode; in nv50_head_atomic_check_view() local 140 omode = umode; in nv50_head_atomic_check_view() 155 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_iops.c | 454 int omode = 0; in xfs_vn_rename() local 464 omode = d_inode(ndentry)->i_mode; in xfs_vn_rename() 466 error = xfs_dentry_mode_to_name(&oname, odentry, omode); in xfs_vn_rename() 467 if (omode && unlikely(error)) in xfs_vn_rename()
|
| /Linux-v6.1/drivers/parport/ |
| 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-v6.1/fs/cifs/ |
| D | cifsproto.h | 454 const int access_flags, const int omode,
|
| /Linux-v6.1/include/net/ |
| D | ipv6.h | 1211 int ip6_mc_source(int add, int omode, struct sock *sk,
|