Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dmman.h45 ((flags & MAP_ANONYMOUS) || shmem_file(file))) in arch_calc_vm_flag_bits()
/linux-6.12.1/include/linux/
Dshmem_fs.h164 static inline bool shmem_file(struct file *file) in shmem_file() function
/linux-6.12.1/mm/
Dmemfd.c175 if (shmem_file(file)) in memfd_file_seals_ptr()
Dkhugepaged.c1816 bool is_shmem = shmem_file(file); in collapse_file()
Dgup.c3670 if (!shmem_file(memfd) && !is_file_hugepages(memfd)) in memfd_pin_folios()
Dhuge_memory.c154 if (!in_pf && shmem_file(vma->vm_file)) in __thp_vma_allowable_orders()
/linux-6.12.1/drivers/dma-buf/
Dudmabuf.c260 if (!shmem_file(memfd) && !is_file_hugepages(memfd)) in check_memfd_seals()