Searched refs:BTRFS_FT_DIR (Results 1 – 3 of 3) sorted by relevance
21 [BTRFS_FT_DIR] = "DIR", in readdir_callback()125 if (type != BTRFS_FT_DIR) { in btrfs_ls()
218 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()
322 #define BTRFS_FT_DIR 2 macro