Home
last modified time | relevance | path

Searched refs:BTRFS_FT_REG_FILE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c20 [BTRFS_FT_REG_FILE] = " ", in readdir_callback()
146 return (inr != -1ULL && type == BTRFS_FT_REG_FILE); in btrfs_exists()
164 if (type != BTRFS_FT_REG_FILE) { in btrfs_size()
189 if (type != BTRFS_FT_REG_FILE) { in btrfs_read()
H A Dbtrfs_tree.h321 #define BTRFS_FT_REG_FILE 1 macro