Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dioctl.c1282 flags = (ei->i_flags & ~EXT4_FL_XFLAG_VISIBLE) | in __ext4_ioctl()
1283 (flags & EXT4_FL_XFLAG_VISIBLE); in __ext4_ioctl()
Dext4.h466 #define EXT4_FL_XFLAG_VISIBLE (EXT4_SYNC_FL | \ macro