tag | line | file | source code |
S_IRUGO | 374 | fs/isofs/inode.c | inode->i_mode = S_IRUGO; /* Everybody gets to read the file. */ |
S_IRUGO | 378 | fs/isofs/inode.c | inode->i_mode = S_IRUGO | S_IXUGO | S_IFDIR; |
S_IRUGO | 382 | fs/isofs/inode.c | inode->i_mode = S_IRUGO; /* Everybody gets to read the file. */ |
S_IRUGO | 368 | fs/msdos/inode.c | ? S_IRUGO|S_IWUGO : S_IRWXUGO) & ~MSDOS_SB(inode->i_sb)->fs_umask) | |
S_IRUGO | 441 | fs/msdos/inode.c | inode->i_mode &= S_IFMT | S_IRUGO | S_IWUGO; |
S_IRUGO | 98 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 107 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 114 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 118 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 128 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 140 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; |
S_IRUGO | 165 | fs/proc/inode.c | inode->i_mode = S_IFREG | S_IRUGO; |
S_IRUGO | 106 | 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 | 364 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
S_IRUGO | 393 | ipc/msg.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 203 | ipc/sem.c | if (ipcperms (&sma->sem_perm, S_IRUGO)) |
S_IRUGO | 228 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 288 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 319 | ipc/sem.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 373 | ipc/sem.c | if (ipcperms(&sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) |
S_IRUGO | 257 | ipc/shm.c | if (ipcperms (&shp->shm_perm, S_IRUGO)) |
S_IRUGO | 290 | ipc/shm.c | if (ipcperms (ipcp, S_IRUGO)) |
S_IRUGO | 433 | ipc/shm.c | if (ipcperms(&shp->shm_perm, shmflg & SHM_RDONLY ? S_IRUGO : S_IRUGO|S_IWUGO)) |