Searched refs:SHMEM_FL_USER_MODIFIABLE (Results 1 – 2 of 2) sorted by relevance
42 #define SHMEM_FL_USER_MODIFIABLE \ macro
3580 if (fa->flags & ~SHMEM_FL_USER_MODIFIABLE) in shmem_fileattr_set()3583 info->fsflags = (info->fsflags & ~SHMEM_FL_USER_MODIFIABLE) | in shmem_fileattr_set()3584 (fa->flags & SHMEM_FL_USER_MODIFIABLE); in shmem_fileattr_set()