Home
last modified time | relevance | path

Searched refs:omode (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/fs/9p/
A Dvfs_inode_dotl.c34 struct dentry *dentry, umode_t omode, dev_t rdev);
223 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument
262 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
281 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()
830 struct dentry *dentry, umode_t omode, dev_t rdev) in v9fs_vfs_mknod_dotl() argument
843 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
[all …]
A Dvfs_file.c48 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-6.3-rc2/net/ipv4/
A Dip_sockglue.c727 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()
1269 int omode, add; in do_ip_setsockopt() local
1278 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1281 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1292 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1295 omode = MCAST_INCLUDE; in do_ip_setsockopt()
[all …]
A Digmp.c2303 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-6.3-rc2/net/ipv6/
A Dipv6_sockglue.c168 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()
A Dmcast.c361 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-6.3-rc2/include/linux/
A Digmp.h118 extern int ip_mc_source(int add, int omode, struct sock *sk,
/linux-6.3-rc2/fs/xfs/
A Dxfs_iops.c453 int omode = 0; in xfs_vn_rename() local
463 omode = d_inode(ndentry)->i_mode; in xfs_vn_rename()
465 error = xfs_dentry_mode_to_name(&oname, odentry, omode); in xfs_vn_rename()
466 if (omode && unlikely(error)) in xfs_vn_rename()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dhead.c126 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-6.3-rc2/drivers/parport/
A Dparport_ip32.c837 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-6.3-rc2/fs/cifs/
A Dcifsproto.h466 const int access_flags, const int omode,
/linux-6.3-rc2/include/net/
A Dipv6.h1245 int ip6_mc_source(int add, int omode, struct sock *sk,

Completed in 62 milliseconds