Searched refs:other_encoding (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile-item.c42 u8 compression, u8 encryption, u16 other_encoding)
74 btrfs_set_file_extent_other_encoding(leaf, item, other_encoding);
37 btrfs_insert_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 objectid, u64 pos, u64 disk_offset, u64 disk_num_bytes, u64 num_bytes, u64 offset, u64 ram_bytes, u8 compression, u8 encryption, u16 other_encoding) argument
H A Dctree.h628 __le16 other_encoding; /* spare for later use */ member in struct:btrfs_file_extent_item
1925 other_encoding, 16);
2327 u8 compression, u8 encryption, u16 other_encoding);
H A Dinode.c1580 u16 other_encoding, int extent_type)
1625 btrfs_set_file_extent_other_encoding(leaf, fi, other_encoding);
1575 insert_reserved_file_extent(struct btrfs_trans_handle *trans, struct inode *inode, u64 file_pos, u64 disk_bytenr, u64 disk_num_bytes, u64 num_bytes, u64 ram_bytes, u8 compression, u8 encryption, u16 other_encoding, int extent_type) argument

Completed in 107 milliseconds