Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dshmem_fs.h46 #define SHMEM_FL_USER_MODIFIABLE \ macro
/linux-6.12.1/mm/
Dshmem.c3907 if (fa->flags & ~SHMEM_FL_USER_MODIFIABLE) in shmem_fileattr_set()
3910 info->fsflags = (info->fsflags & ~SHMEM_FL_USER_MODIFIABLE) | in shmem_fileattr_set()
3911 (fa->flags & SHMEM_FL_USER_MODIFIABLE); in shmem_fileattr_set()