Searched refs:shmem_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | shmem_fs.h | 113 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
|
| /linux/ipc/ |
| H A D | shm.c | 341 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shm_destroy() 1213 err = shmem_lock(shm_file, 1, ucounts); in shmctl_do_lock() 1224 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shmctl_do_lock()
|
| /linux/mm/ |
| H A D | shmem.c | 2931 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function 5782 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function
|