Home
last modified time | relevance | path

Searched refs:memfd_fcntl (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmemfd.h10 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg);
22 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a) in memfd_fcntl() function
/linux/mm/
H A Dmemfd.c320 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg) in memfd_fcntl() function
/linux/drivers/dma-buf/
H A Dudmabuf.c300 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in check_memfd_seals()