Home
last modified time | relevance | path

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

/Linux-v6.6/fs/9p/
Dvfs_inode_dotl.c33 struct dentry *dentry, umode_t omode, dev_t rdev);
222 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument
224 return v9fs_vfs_mknod_dotl(idmap, dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
229 struct file *file, unsigned int flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument
261 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
280 mode = omode; in v9fs_vfs_atomic_open_dotl()
356 umode_t omode) in v9fs_vfs_mkdir_dotl() argument
371 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl()
373 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
383 mode = omode; in v9fs_vfs_mkdir_dotl()
[all …]
Dvfs_file.c45 int omode; in v9fs_file_open() local
50 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open()
52 omode = v9fs_uflags2omode(file->f_flags, in v9fs_file_open()
60 if ((v9ses->cache & CACHE_WRITEBACK) && (omode & P9_OWRITE)) { in v9fs_file_open()
61 int writeback_omode = (omode & ~P9_OWRITE) | P9_ORDWR; in v9fs_file_open()
67 err = p9_client_open(fid, omode); in v9fs_file_open()
71 err = p9_client_open(fid, omode); in v9fs_file_open()
/Linux-v6.6/net/ipv4/
Dip_sockglue.c729 int omode, add, err; in do_mcast_group_source() local
746 omode = MCAST_EXCLUDE; in do_mcast_group_source()
749 omode = MCAST_EXCLUDE; in do_mcast_group_source()
762 omode = MCAST_INCLUDE; in do_mcast_group_source()
765 omode = MCAST_INCLUDE; in do_mcast_group_source()
768 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source()
1278 int omode, add; in do_ip_setsockopt() local
1287 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1290 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1301 omode = MCAST_INCLUDE; in do_ip_setsockopt()
[all …]
Digmp.c2304 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument
2346 if (pmc->sfmode != omode) { in ip_mc_source()
2350 } else if (pmc->sfmode != omode) { in ip_mc_source()
2352 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source()
2355 pmc->sfmode = omode; in ip_mc_source()
2373 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source()
2379 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
2435 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
/Linux-v6.6/net/ipv6/
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()
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-v6.6/include/linux/
Digmp.h118 extern int ip_mc_source(int add, int omode, struct sock *sk,
/Linux-v6.6/fs/xfs/
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-v6.6/drivers/gpu/drm/nouveau/dispnv50/
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-v6.6/drivers/parport/
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-v6.6/fs/smb/client/
Dcifsproto.h469 const int access_flags, const int omode,
/Linux-v6.6/include/net/
Dipv6.h1248 int ip6_mc_source(int add, int omode, struct sock *sk,