Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dextents_status.c473 static inline bool ext4_es_must_keep(struct extent_status *es) in ext4_es_must_keep() function
498 if (!ext4_es_must_keep(es)) { in ext4_es_init_extent()
520 if (!ext4_es_must_keep(es)) { in ext4_es_free_extent()
917 if (err2 == -ENOMEM && !ext4_es_must_keep(&newes)) in ext4_es_insert_extent()
1424 if (!ext4_es_must_keep(&newes)) in __es_remove_extent()
1793 if (ext4_es_must_keep(es)) in es_do_reclaim_extents()
1857 if (!ext4_es_must_keep(es)) { in ext4_clear_inode_es()
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents_status.c469 static inline bool ext4_es_must_keep(struct extent_status *es) in ext4_es_must_keep() function
494 if (!ext4_es_must_keep(es)) { in ext4_es_init_extent()
516 if (!ext4_es_must_keep(es)) { in ext4_es_free_extent()
910 if (err2 == -ENOMEM && !ext4_es_must_keep(&newes)) in ext4_es_insert_extent()
1417 if (!ext4_es_must_keep(&newes)) in __es_remove_extent()
1787 if (ext4_es_must_keep(es)) in es_do_reclaim_extents()
1851 if (!ext4_es_must_keep(es)) { in ext4_clear_inode_es()

Completed in 7 milliseconds