Home
last modified time | relevance | path

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

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