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()
375 umode_t omode) in v9fs_vfs_mkdir_dotl() argument
391 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl()
393 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
404 mode = omode; in v9fs_vfs_mkdir_dotl()
833 struct dentry *dentry, umode_t omode, dev_t rdev) in v9fs_vfs_mknod_dotl() argument
846 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
859 mode = omode; in v9fs_vfs_mknod_dotl()