Home
last modified time | relevance | path

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

/fs/ext4/
Dioctl.c862 flags = (ei->i_flags & ~EXT4_FL_XFLAG_VISIBLE) | in ext4_ioctl()
863 (flags & EXT4_FL_XFLAG_VISIBLE); in ext4_ioctl()
Dext4.h404 #define EXT4_FL_XFLAG_VISIBLE (EXT4_SYNC_FL | \ macro