Home
last modified time | relevance | path

Searched refs:BTRFS_FT_SYMLINK (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c26 [BTRFS_FT_SYMLINK] = "SYM", in readdir_callback()
43 if (item->type == BTRFS_FT_SYMLINK) { in readdir_callback()
66 if (item->type == BTRFS_FT_SYMLINK) { in readdir_callback()
H A Dbtrfs_tree.h327 #define BTRFS_FT_SYMLINK 7 macro
H A Dinode.c261 if (item.type == BTRFS_FT_SYMLINK && symlink_limit >= 0) { in btrfs_lookup_path()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h380 #define BTRFS_FT_SYMLINK 7 macro
/openbmc/linux/fs/btrfs/
H A Dinode.c5656 static_assert(BTRFS_FT_SYMLINK == FT_SYMLINK);