Home
last modified time | relevance | path

Searched refs:shmem_add_seals (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dshmem_fs.h69 extern int shmem_add_seals(struct file *file, unsigned int seals);
/linux-4.4.14/mm/
Dshmem.c1962 int shmem_add_seals(struct file *file, unsigned int seals) in shmem_add_seals() function
2031 EXPORT_SYMBOL_GPL(shmem_add_seals);
2052 error = shmem_add_seals(file, arg); in shmem_fcntl()