Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
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.c21 [BTRFS_FT_DIR] = "DIR", in readdir_callback()
125 if (type != BTRFS_FT_DIR) { in btrfs_ls()
H A Dbtrfs_tree.h322 #define BTRFS_FT_DIR 2 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h375 #define BTRFS_FT_DIR 2 macro
/openbmc/linux/fs/btrfs/
H A Dtree-log.c2014 if (ret == 1 && btrfs_dir_ftype(eb, di) != BTRFS_FT_DIR) { in replay_one_dir_item()
5471 if (type == BTRFS_FT_DIR) in log_new_dir_dentries()
6314 if (btrfs_stack_dir_ftype(dir_item) == BTRFS_FT_DIR) in log_new_delayed_dentries()
H A Dtransaction.c1849 BTRFS_I(parent_inode), &key, BTRFS_FT_DIR, in create_pending_snapshot()
H A Dinode.c5651 static_assert(BTRFS_FT_DIR == FT_DIR);