tag | line | file | source code |
S_IRUGO | 84 | fs/isofs/inode.c | popt->mode = S_IRUGO; |
S_IRUGO | 464 | fs/isofs/inode.c | inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR; |
S_IRUGO | 417 | fs/msdos/inode.c | ? S_IRUGO|S_IWUGO : S_IRWXUGO) & ~MSDOS_SB(inode->i_sb)->fs_umask) | |
S_IRUGO | 495 | fs/msdos/inode.c | inode->i_mode &= S_IFMT | S_IRUGO | S_IWUGO; |
S_IRUGO | 133 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 145 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO | S_IWUSR; |
S_IRUGO | 153 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO | S_IWUSR; |
S_IRUGO | 161 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 173 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 184 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO | S_IWUSR; |
S_IRUGO | 190 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 202 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 228 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 232 | fs/proc/inode.c | inode->i_mode = S_IFIFO | S_IRUGO; |
S_IRUGO | 105 | include/linux/msdos_fs.h | #define MSDOS_MKMODE(a,m) (m & (a & ATTR_RO ? S_IRUGO|S_IXUGO : S_IRWXUGO)) |
S_IRUGO | 143 | ipc/msg.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 365 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
S_IRUGO | 406 | ipc/msg.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 412 | ipc/sem.c | if (ipcperms (&sma->sem_perm, S_IRUGO)) |
S_IRUGO | 450 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 504 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 531 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 588 | ipc/sem.c | if (ipcperms(&sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) |
S_IRUGO | 266 | ipc/shm.c | if (ipcperms (&shp->shm_perm, S_IRUGO)) |
S_IRUGO | 307 | ipc/shm.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 493 | ipc/shm.c | if (ipcperms(&shp->shm_perm, shmflg & SHM_RDONLY ? S_IRUGO : S_IRUGO|S_IWUGO)) |