Home
last modified time | relevance | path

Searched refs:right_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c5634 u8 right_type; in is_extent_unchanged() local
5705 right_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()
5706 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
5707 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5712 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5737 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c6188 u8 right_type; in is_extent_unchanged() local
6259 right_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()
6260 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
6261 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
6266 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
6291 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()

Completed in 17 milliseconds