Searched refs:shmem_file_setup (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | shmem_fs.h | 50 extern struct file *shmem_file_setup(const char *name,
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_tt.c | 340 swap_storage = shmem_file_setup("ttm swap", in ttm_tt_swapout()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_gem.c | 140 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()
|
/linux-4.1.27/drivers/staging/android/ |
D | ashmem.c | 390 vmfile = shmem_file_setup(name, asma->size, vma->vm_flags); in ashmem_mmap()
|
/linux-4.1.27/mm/ |
D | shmem.c | 2955 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2() 3389 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function 3393 EXPORT_SYMBOL_GPL(shmem_file_setup);
|
/linux-4.1.27/ipc/ |
D | shm.c | 581 file = shmem_file_setup(name, size, acctflag); in newseg()
|