Home
last modified time | relevance | path

Searched refs:BTRFS_FT_DIR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c21 [BTRFS_FT_DIR] = "DIR", in readdir_callback()
125 if (type != BTRFS_FT_DIR) { in btrfs_ls()
H A Dinode.c218 u8 type = BTRFS_FT_DIR; in btrfs_lookup_path()
246 type = BTRFS_FT_DIR; in btrfs_lookup_path()
287 } else if (item.type != BTRFS_FT_DIR && cur[len]) { in btrfs_lookup_path()
H A Dbtrfs_tree.h322 #define BTRFS_FT_DIR 2 macro