Searched refs:SHMEM_FL_USER_MODIFIABLE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dshmem_fs.h46 #define SHMEM_FL_USER_MODIFIABLE \ macro
/linux-master/mm/
H A Dshmem.c3612 if (fa->flags & ~SHMEM_FL_USER_MODIFIABLE)
3615 info->fsflags = (info->fsflags & ~SHMEM_FL_USER_MODIFIABLE) |
3616 (fa->flags & SHMEM_FL_USER_MODIFIABLE);

Completed in 169 milliseconds