Home
last modified time | relevance | path

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

/external/u-boot/fs/btrfs/
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()
Dbtrfs.c21 [BTRFS_FT_DIR] = "DIR", in readdir_callback()
125 if (type != BTRFS_FT_DIR) { in btrfs_ls()
Dbtrfs_tree.h322 #define BTRFS_FT_DIR 2 macro
/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h313 #define BTRFS_FT_DIR 2 macro