Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dshmem_fs.h74 extern long shmem_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
78 static inline long shmem_fcntl(struct file *f, unsigned int c, unsigned long a) in shmem_fcntl() function
/linux-4.1.27/fs/
Dfcntl.c335 err = shmem_fcntl(filp, cmd, arg); in do_fcntl()
/linux-4.1.27/mm/
Dshmem.c2026 long shmem_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in shmem_fcntl() function