Searched refs:acc_mode (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/ipc/
H A Dshm.c578 int acc_mode; local
602 acc_mode = S_IRUGO;
606 acc_mode = S_IRUGO | S_IWUGO;
621 if (ipcperms(&shp->shm_perm, acc_mode)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamei.c994 int acc_mode, error = 0; local
1000 acc_mode = ACC_MODE(flag);
1050 acc_mode = 0;
1095 error = permission(inode,acc_mode);

Completed in 87 milliseconds