Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshmem_fs.h85 extern struct file *shmem_file_setup(const char *name,
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c21 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
/openbmc/linux/mm/
H A Dmemfd.c363 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
H A Dshmem.c4846 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function
4850 EXPORT_SYMBOL_GPL(shmem_file_setup);
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c71 xf->file = shmem_file_setup(description, isize, 0); in xfile_create()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c272 swap_storage = shmem_file_setup("ttm swap", size, 0); in ttm_tt_swapout()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c568 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
H A Di915_gem_ttm.c208 filp = shmem_file_setup("i915-shmem-tt", size, VM_NORESERVE); in i915_ttm_tt_shmem_populate()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c84 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c132 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()