Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dioctl.c1382 unsigned long ra_index = 0; in btrfs_defrag_file() local
1497 if (i + cluster > ra_index) { in btrfs_defrag_file()
1498 ra_index = max(i, ra_index); in btrfs_defrag_file()
1501 file, ra_index, cluster); in btrfs_defrag_file()
1502 ra_index += cluster; in btrfs_defrag_file()