HomeSort by relevance Sort by last modified time
    Searched refs:BTRFS_FT_DIR (Results 1 - 5 of 5) sorted by null

  /external/u-boot/fs/btrfs/
btrfs.c 21 [BTRFS_FT_DIR] = "DIR",
125 if (type != BTRFS_FT_DIR) {
inode.c 218 u8 type = BTRFS_FT_DIR;
246 type = BTRFS_FT_DIR;
287 } else if (item.type != BTRFS_FT_DIR && cur[len]) {
btrfs_tree.h 322 #define BTRFS_FT_DIR 2
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 98 #define BTRFS_FT_DIR 2
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 313 #define BTRFS_FT_DIR 2

Completed in 361 milliseconds