Home
last modified time | relevance | path

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

/ipc/
Dshm.c1522 int acc_mode; in do_shmat() local
1557 acc_mode = S_IRUGO; in do_shmat()
1561 acc_mode = S_IRUGO | S_IWUGO; in do_shmat()
1566 acc_mode |= S_IXUGO; in do_shmat()
1582 if (ipcperms(ns, &shp->shm_perm, acc_mode)) in do_shmat()