Searched refs:EXT4_EXTENTS_FL (Results 1 – 2 of 2) sorted by relevance
268 if ((flags ^ oldflags) & EXT4_EXTENTS_FL) in ext4_ioctl()314 if (flags & EXT4_EXTENTS_FL) in ext4_ioctl()
375 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ macro