Lines Matching defs:mode
28 stat->mode = d_inode(path->dentry)->i_mode;
63 unsigned short mode = inode->i_mode;
68 mode >>= 6;
70 mode >>= 3;
73 if ((mask & ~mode & (MAY_READ | MAY_WRITE | MAY_EXEC)) == 0)
81 umode_t mode, bool want_excl)
99 err = vfs_create(d_inode(lower_parent_dentry), lower_dentry, mode,
116 static int sharefs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
134 err = vfs_mkdir(d_inode(lower_parent_dentry), lower_dentry, mode);
312 * mode change is for clearing setuid/setgid bits. Allow lower fs