Lines Matching refs:omode
51 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode,
233 v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_create_dotl() argument
236 return v9fs_vfs_mknod_dotl(dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
241 struct file *file, unsigned flags, umode_t omode, in v9fs_vfs_atomic_open_dotl() argument
274 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
293 mode = omode; in v9fs_vfs_atomic_open_dotl()
382 struct dentry *dentry, umode_t omode) in v9fs_vfs_mkdir_dotl() argument
399 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl()
401 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
413 mode = omode; in v9fs_vfs_mkdir_dotl()
814 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_mknod_dotl() argument
829 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
843 mode = omode; in v9fs_vfs_mknod_dotl()