Lines Matching refs:omode
35 struct dentry *dentry, umode_t omode, dev_t rdev);
224 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument
226 return v9fs_vfs_mknod_dotl(mnt_userns, dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
231 struct file *file, unsigned int flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument
263 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
282 mode = omode; in v9fs_vfs_atomic_open_dotl()
369 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()
397 mode = omode; in v9fs_vfs_mkdir_dotl()
830 struct dentry *dentry, umode_t omode, dev_t rdev) in v9fs_vfs_mknod_dotl() argument
843 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
855 mode = omode; in v9fs_vfs_mknod_dotl()