Home
last modified time | relevance | path

Searched refs:EXT4_EXTENTS_FL (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/
H A Dext4fs.h32 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ macro
/openbmc/linux/Documentation/filesystems/ext4/
H A Dverity.rst36 EXT4_EXTENTS_FL must be set and EXT4_INLINE_DATA_FL must be clear.
H A Dinodes.rst279 - Inode uses extents (EXT4_EXTENTS_FL).
308 EXT4_EXTENTS_FL can be set with setattr, they are not in the kernel's
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch155 + inode.i_flags |= EXT4_EXTENTS_FL;
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch642 -#define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */
/openbmc/linux/fs/ext4/
H A Dioctl.c615 if ((flags ^ oldflags) & EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
666 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
701 if (flags & EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
H A Dext4.h491 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ macro
516 EXT4_EXTENTS_FL | \
548 #define EXT4_FL_SHOULD_SWAP (EXT4_HUGE_FILE_FL | EXT4_EXTENTS_FL)
H A Dfast_commit.c1586 if (le32_to_cpu(raw_inode->i_flags) & EXT4_EXTENTS_FL) { in ext4_fc_replay_inode()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c549 EXT4_EXTENTS_FL) { in ext4fs_update_parent_dentry()
1631 if (le32_to_cpu(inode->flags) & EXT4_EXTENTS_FL) { in read_allocated_block()
H A Dext4_write.c468 if (le32_to_cpu(inode.flags) & EXT4_EXTENTS_FL) { in ext4fs_delete_file()