Home
last modified time | relevance | path

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

/fs/incfs/
Ddata_mgmt.h82 struct read_log_state { struct
105 struct read_log_state rl_head; argument
107 struct read_log_state rl_tail;
464 struct read_log_state *start_state,
468 struct read_log_state incfs_get_log_state(struct mount_info *mi);
470 const struct read_log_state *state);
Ddata_mgmt.c103 struct read_log_state log_state; in incfs_realloc_mount_info()
122 log_state = (struct read_log_state){ in incfs_realloc_mount_info()
490 static void log_read_one_record(struct read_log *rl, struct read_log_state *rs) in log_read_one_record()
554 struct read_log_state *head, *tail; in log_block_read()
1798 struct read_log_state incfs_get_log_state(struct mount_info *mi) in incfs_get_log_state()
1801 struct read_log_state result; in incfs_get_log_state()
1810 const struct read_log_state *state) in incfs_get_uncollected_logs_count()
1829 struct read_log_state *state, in incfs_collect_logged_reads()
1836 struct read_log_state *head, *tail; in incfs_collect_logged_reads()
1846 *state = (struct read_log_state){ in incfs_collect_logged_reads()
Dpseudo_files.c1065 struct read_log_state state;
1107 struct read_log_state next_state; in log_read()