Home
last modified time | relevance | path

Searched refs:EXT4_DEFM_NODELALLOC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst793 - Disable delayed allocation. (EXT4_DEFM_NODELALLOC)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch1095 -#define EXT4_DEFM_NODELALLOC 0x0800
/openbmc/linux/fs/ext4/
H A Dext4.h2265 #define EXT4_DEFM_NODELALLOC 0x0800 macro
H A Dsuper.c4410 ((def_mount_opts & EXT4_DEFM_NODELALLOC) == 0)) in ext4_set_def_opts()