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