Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dshmem_fs.h46 #define SHMEM_FL_USER_MODIFIABLE \ macro
/linux-6.15/mm/
H A Dshmem.c4205 if (fa->flags & ~SHMEM_FL_USER_MODIFIABLE) in shmem_fileattr_set()
4208 flags = (info->fsflags & ~SHMEM_FL_USER_MODIFIABLE) | in shmem_fileattr_set()
4209 (fa->flags & SHMEM_FL_USER_MODIFIABLE); in shmem_fileattr_set()