Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcramfs_fs.h73 #define CRAMFS_FLAG_SORTED_DIRS 0x00000002 /* sorted dirs */ macro
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h72 #define CRAMFS_FLAG_SORTED_DIRS 0x00000002 /* sorted dirs */ macro
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c356 if (super.flags & CRAMFS_FLAG_SORTED_DIRS) in cramfs_info()
/openbmc/linux/fs/cramfs/
H A Dinode.c764 sorted = CRAMFS_SB(dir->i_sb)->flags & CRAMFS_FLAG_SORTED_DIRS; in cramfs_lookup()