Searched refs:f2fs_journal (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | 505 struct f2fs_journal { struct 521 struct f2fs_journal journal; argument
|
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 551 struct f2fs_journal *journal = curseg->journal; in f2fs_get_node_info() 2433 struct f2fs_journal *journal = curseg->journal; in scan_curseg_cache() 2901 struct f2fs_journal *journal = curseg->journal; in remove_nats_in_journal() 3029 struct f2fs_journal *journal = curseg->journal; in __flush_nat_entry_set() 3107 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_nat_entries()
|
H A D | segment.c | 4028 struct f2fs_journal *sit_j = CURSEG_I(sbi, CURSEG_COLD_DATA)->journal; in restore_curseg_summaries() 4029 struct f2fs_journal *nat_j = CURSEG_I(sbi, CURSEG_HOT_DATA)->journal; in restore_curseg_summaries() 4148 int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type, in f2fs_lookup_journal_in_cursum() 4263 struct f2fs_journal *journal = curseg->journal; in remove_sits_in_journal() 4290 struct f2fs_journal *journal = curseg->journal; in f2fs_flush_sit_entries() 4564 sizeof(struct f2fs_journal), GFP_KERNEL); in build_curseg() 4584 struct f2fs_journal *journal = curseg->journal; in build_sit_entries()
|
H A D | segment.h | 295 struct f2fs_journal *journal; /* cached journal info */
|
H A D | f2fs.h | 443 static inline int update_nats_in_cursum(struct f2fs_journal *journal, int i) in update_nats_in_cursum() 451 static inline int update_sits_in_cursum(struct f2fs_journal *journal, int i) in update_sits_in_cursum() 459 static inline bool __has_cursum_space(struct f2fs_journal *journal, in __has_cursum_space() 3727 int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type,
|