Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dioctl.c1028 flags = (ei->i_flags & ~EXT4_FL_XFLAG_VISIBLE) | in ext4_ioctl()
1029 (flags & EXT4_FL_XFLAG_VISIBLE); in ext4_ioctl()
Dext4.h418 #define EXT4_FL_XFLAG_VISIBLE (EXT4_SYNC_FL | \ macro