Searched refs:shmem_lock (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | shmem_fs.h | 52 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
/linux-4.4.14/ipc/ |
D | shm.c | 238 shmem_lock(shm_file, 0, shp->mlock_user); in shm_destroy() 1046 err = shmem_lock(shm_file, 1, user); in SYSCALL_DEFINE3() 1057 shmem_lock(shm_file, 0, shp->mlock_user); in SYSCALL_DEFINE3()
|
/linux-4.4.14/mm/ |
D | shmem.c | 1382 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock() function 3294 int shmem_lock(struct file *file, int lock, struct user_struct *user) in shmem_lock() function
|