Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dsysfs.c444 NILFS_SEGMENTS_RO_ATTR(dirty_segments);
451 NILFS_SEGMENTS_ATTR_LIST(dirty_segments),
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-nilfs2201 What: /sys/fs/nilfs2/<device>/segments/dirty_segments
/linux-4.4.14/fs/f2fs/
Ddebug.c63 si->dirty_count = dirty_segments(sbi); in update_general_status()
Dsegment.h440 static inline unsigned int dirty_segments(struct f2fs_sb_info *sbi) in dirty_segments() function