Home
last modified time | relevance | path

Searched refs:shmem_file (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dshmem_fs.h192 static inline bool shmem_file(struct file *file) in shmem_file() function
/linux/tools/testing/vma/include/
H A Dstubs.h99 static inline bool shmem_file(struct file *file) in shmem_file() function
/linux/mm/
H A Dmemfd.c212 if (shmem_file(file)) in memfd_file_seals_ptr()
H A Dmemfd_luo.c529 return shmem_file(file) && !inode->i_nlink; in memfd_luo_can_preserve()
H A Dgup.c3454 if (!shmem_file(memfd) && !is_file_hugepages(memfd)) in memfd_pin_folios()
H A Dkhugepaged.c1860 bool is_shmem = shmem_file(file); in collapse_file()
H A Dvma.c2695 if (shmem_file(file)) in can_set_ksm_flags_early()
H A Dhuge_memory.c170 if (!in_pf && shmem_file(vma->vm_file)) in __thp_vma_allowable_orders()
/linux/drivers/dma-buf/
H A Dudmabuf.c295 if (!shmem_file(memfd) && !is_file_hugepages(memfd)) in check_memfd_seals()