Lines Matching refs:omode
36 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode,
221 v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_create_dotl() argument
224 return v9fs_vfs_mknod_dotl(dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
229 struct file *file, unsigned 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()
369 struct dentry *dentry, 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()
398 mode = omode; in v9fs_vfs_mkdir_dotl()
802 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_mknod_dotl() argument
816 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
829 mode = omode; in v9fs_vfs_mknod_dotl()