Searched refs:omode (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 33 struct dentry *dentry, umode_t omode, dev_t rdev); 221 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument 223 return v9fs_vfs_mknod_dotl(idmap, dir, dentry, omode, 0); in v9fs_vfs_create_dotl() 228 struct file *file, unsigned int flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument 256 name, flags, omode); in v9fs_vfs_atomic_open_dotl() 275 mode = omode; in v9fs_vfs_atomic_open_dotl() 350 umode_t omode) in v9fs_vfs_mkdir_dotl() argument 365 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl() 367 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl() 377 mode = omode; in v9fs_vfs_mkdir_dotl() [all …]
|
| H A D | vfs_file.c | 45 int omode; in v9fs_file_open() local 51 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open() 54 omode = v9fs_uflags2omode(file->f_flags, in v9fs_file_open() 64 if ((v9ses->cache & CACHE_WRITEBACK) && (omode & P9_OWRITE)) { in v9fs_file_open() 65 int writeback_omode = (omode & ~(P9_OWRITE | o_append)) | P9_ORDWR; in v9fs_file_open() 72 err = p9_client_open(fid, omode); in v9fs_file_open() 76 err = p9_client_open(fid, omode); in v9fs_file_open()
|
| /linux/fs/xfs/ |
| H A D | xfs_iops.c | 478 int omode = 0; in xfs_vn_rename() local 488 omode = d_inode(ndentry)->i_mode; in xfs_vn_rename() 490 error = xfs_dentry_mode_to_name(&oname, odentry, omode); in xfs_vn_rename() 491 if (omode && unlikely(error)) in xfs_vn_rename()
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head.c | 132 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/net/ipv4/ |
| H A D | igmp.c | 2395 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument 2437 if (pmc->sfmode != omode) { in ip_mc_source() 2441 } else if (pmc->sfmode != omode) { in ip_mc_source() 2443 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source() 2446 pmc->sfmode = omode; in ip_mc_source() 2464 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source() 2470 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source() 2526 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
|
| /linux/drivers/parport/ |
| H A 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/fs/smb/client/ |
| H A D | cifsproto.h | 505 const int access_flags, const int omode,
|
| /linux/include/net/ |
| H A D | ipv6.h | 1235 int ip6_mc_source(int add, int omode, struct sock *sk,
|