Home
last modified time | relevance | path

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

/linux/fs/9p/
A Dvfs_inode_dotl.c35 struct dentry *dentry, umode_t omode, dev_t rdev);
224 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument
263 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
282 mode = omode; in v9fs_vfs_atomic_open_dotl()
375 umode_t omode) in v9fs_vfs_mkdir_dotl() argument
391 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl()
393 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
404 mode = omode; in v9fs_vfs_mkdir_dotl()
833 struct dentry *dentry, umode_t omode, dev_t rdev) in v9fs_vfs_mknod_dotl() argument
846 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/net/ipv4/
A Dip_sockglue.c726 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()
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()
1293 omode = MCAST_INCLUDE; in do_ip_setsockopt()
[all …]
A Digmp.c2296 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/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/include/linux/
A Digmp.h117 extern int ip_mc_source(int add, int omode, struct sock *sk,
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Dhead.c127 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/fs/xfs/
A Dxfs_iops.c454 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/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/fs/cifs/
A Dcifsproto.h447 const int access_flags, const int omode,
/linux/include/net/
A Dipv6.h1143 int ip6_mc_source(int add, int omode, struct sock *sk,

Completed in 40 milliseconds