tag | line | file | source code |
S_IRUGO | 81 | fs/isofs/inode.c | popt->mode = S_IRUGO; |
S_IRUGO | 429 | fs/isofs/inode.c | inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR; |
S_IRUGO | 414 | fs/msdos/inode.c | ? S_IRUGO|S_IWUGO : S_IRWXUGO) & ~MSDOS_SB(inode->i_sb)->fs_umask) | |
S_IRUGO | 492 | fs/msdos/inode.c | inode->i_mode &= S_IFMT | S_IRUGO | S_IWUGO; |
S_IRUGO | 101 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 112 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 120 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 124 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 135 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO | S_IWUSR; |
S_IRUGO | 141 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 153 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 177 | fs/proc/inode.c | inode->i_mode = S_IFREG | 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 | 203 | ipc/sem.c | if (ipcperms (&sma->sem_perm, S_IRUGO)) |
S_IRUGO | 241 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 296 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 327 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 387 | ipc/sem.c | if (ipcperms(&sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) |
S_IRUGO | 262 | ipc/shm.c | if (ipcperms (&shp->shm_perm, S_IRUGO)) |
S_IRUGO | 303 | ipc/shm.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 486 | ipc/shm.c | if (ipcperms(&shp->shm_perm, shmflg & SHM_RDONLY ? S_IRUGO : S_IRUGO|S_IWUGO)) |