| /Linux-v5.15/fs/9p/ |
| D | vfs_inode_dotl.c | 37 struct dentry *dentry, umode_t omode, dev_t rdev); 226 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument 228 return v9fs_vfs_mknod_dotl(mnt_userns, dir, dentry, omode, 0); in v9fs_vfs_create_dotl() 233 struct file *file, unsigned flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument 265 name, flags, omode); in v9fs_vfs_atomic_open_dotl() 284 mode = omode; in v9fs_vfs_atomic_open_dotl() 377 umode_t omode) in v9fs_vfs_mkdir_dotl() argument 393 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl() 395 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl() 406 mode = omode; in v9fs_vfs_mkdir_dotl() [all …]
|
| D | vfs_file.c | 50 int omode; in v9fs_file_open() local 56 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open() 58 omode = v9fs_uflags2omode(file->f_flags, in v9fs_file_open() 66 err = p9_client_open(fid, omode); in v9fs_file_open()
|
| /Linux-v5.15/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() 1265 int omode, add; in do_ip_setsockopt() local 1274 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1277 omode = MCAST_EXCLUDE; in do_ip_setsockopt() 1288 omode = MCAST_INCLUDE; in do_ip_setsockopt() [all …]
|
| D | igmp.c | 2296 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument 2338 if (pmc->sfmode != omode) { in ip_mc_source() 2342 } else if (pmc->sfmode != omode) { in ip_mc_source() 2344 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source() 2347 pmc->sfmode = omode; in ip_mc_source() 2365 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source() 2371 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source() 2426 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
|
| /Linux-v5.15/net/ipv6/ |
| D | ipv6_sockglue.c | 166 int omode, add; in do_ipv6_mcast_group_source() local 178 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 181 omode = MCAST_EXCLUDE; in do_ipv6_mcast_group_source() 194 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 197 omode = MCAST_INCLUDE; in do_ipv6_mcast_group_source() 200 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-v5.15/include/linux/ |
| D | igmp.h | 117 extern int ip_mc_source(int add, int omode, struct sock *sk,
|
| /Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/fs/cifs/ |
| D | cifsproto.h | 446 const int access_flags, const int omode,
|
| /Linux-v5.15/include/net/ |
| D | ipv6.h | 1142 int ip6_mc_source(int add, int omode, struct sock *sk,
|