Home
last modified time | relevance | path

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

/fs/logfs/
Djournal.c481 logfs_set_segment_used(sb, shadow->old_ofs, -shadow->old_len); in account_shadow()
482 logfs_set_segment_used(sb, shadow->new_ofs, shadow->new_len); in account_shadow()
Dlogfs.h566 void logfs_set_segment_used(struct super_block *sb, u64 ofs, int increment);
Dreadwrite.c2083 void logfs_set_segment_used(struct super_block *sb, u64 ofs, int increment) in logfs_set_segment_used() function