Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dioctl.c416 if (!(mask & EXT4_FL_USER_MODIFIABLE)) in ext4_ioctl_setflags()
756 flags &= EXT4_FL_USER_MODIFIABLE; in ext4_fileattr_set()
Dext4.h452 #define EXT4_FL_USER_MODIFIABLE (EXT4_SECRM_FL | \ macro
471 #define EXT4_FL_USER_VISIBLE (EXT4_FL_USER_MODIFIABLE | \