Lines Matching refs:omode
37 struct dentry *dentry, umode_t omode, dev_t rdev);
226 struct dentry *dentry, umode_t omode, bool excl) in v9fs_vfs_create_dotl() argument
228 return v9fs_vfs_mknod_dotl(mnt_userns, dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
233 struct file *file, unsigned flags, umode_t omode) in v9fs_vfs_atomic_open_dotl() argument
265 name, flags, omode); in v9fs_vfs_atomic_open_dotl()
284 mode = omode; in v9fs_vfs_atomic_open_dotl()
377 umode_t omode) in v9fs_vfs_mkdir_dotl() argument
393 omode |= S_IFDIR; in v9fs_vfs_mkdir_dotl()
395 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
406 mode = omode; in v9fs_vfs_mkdir_dotl()
834 struct dentry *dentry, umode_t omode, dev_t rdev) in v9fs_vfs_mknod_dotl() argument
847 dir->i_ino, dentry, omode, in v9fs_vfs_mknod_dotl()
860 mode = omode; in v9fs_vfs_mknod_dotl()