Searched refs:shmem_lock (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/ipc/ |
D | shm.c | 180 shmem_lock(shp->shm_file, 0, shp->mlock_user); in shm_destroy() 794 err = shmem_lock(shp->shm_file, 1, user); in SYSCALL_DEFINE3() 801 shmem_lock(shp->shm_file, 0, shp->mlock_user); in SYSCALL_DEFINE3()
|
/linux-2.6.39/mm/ |
D | shmem.c | 1560 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock() function 2692 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock() function
|
/linux-2.6.39/include/linux/ |
D | mm.h | 873 int shmem_lock(struct file *file, int lock, struct user_struct *user);
|