Lines Matching defs:mode
158 * @mode: DAC permission mode.
163 umode_t mode)
168 mode & S_IALLUGO);
208 * @mode: DAC permission mode.
214 umode_t mode, unsigned int dev)
218 const unsigned int perm = mode & S_IALLUGO;
220 switch (mode & S_IFMT) {
232 switch (mode & S_IFMT) {
336 * @mode: DAC permission mode.
340 static int tomoyo_path_chmod(const struct path *path, umode_t mode)
343 mode & S_IALLUGO);