Searched refs:other_encoding (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | file.c | 377 u16 other_encoding = 0; in btrfs_drop_extents() local 449 other_encoding = btrfs_file_extent_other_encoding(leaf, in btrfs_drop_extents() 624 other_encoding); in btrfs_drop_extents()
|
D | file-item.c | 41 u8 compression, u8 encryption, u16 other_encoding) in btrfs_insert_file_extent() argument 72 btrfs_set_file_extent_other_encoding(leaf, item, other_encoding); in btrfs_insert_file_extent()
|
D | ctree.h | 551 __le16 other_encoding; /* spare for later use */ member 1640 other_encoding, 16); 2006 u8 compression, u8 encryption, u16 other_encoding);
|
D | extent-tree.c | 4630 u16 other_encoding; member 4941 exts[nr].other_encoding = btrfs_file_extent_other_encoding(leaf, in get_new_locations() 5235 new_extents[i].other_encoding); in replace_one_extent()
|
D | inode.c | 1443 u16 other_encoding, int extent_type) in insert_reserved_file_extent() argument 1477 btrfs_set_file_extent_other_encoding(leaf, fi, other_encoding); in insert_reserved_file_extent()
|