Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c1212 loff_t real_space = real_space_diff(inode, sd_size); in to_fake_used_blocks() local
1221 * bytes < real_space. Deal with that here to prevent it from in to_fake_used_blocks()
1224 if (bytes < real_space) in to_fake_used_blocks()
1226 return (bytes - real_space) >> 9; in to_fake_used_blocks()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c1204 loff_t real_space = real_space_diff(inode, sd_size); in to_fake_used_blocks() local
1213 * bytes < real_space. Deal with that here to prevent it from in to_fake_used_blocks()
1216 if (bytes < real_space) in to_fake_used_blocks()
1218 return (bytes - real_space) >> 9; in to_fake_used_blocks()

Completed in 9 milliseconds