Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegbuf.h62 struct nilfs_segment_buffer { struct
86 list_entry((head), struct nilfs_segment_buffer, sb_list) argument
106 struct nilfs_segment_buffer *nilfs_segbuf_new(struct super_block *);
107 void nilfs_segbuf_free(struct nilfs_segment_buffer *);
108 void nilfs_segbuf_map(struct nilfs_segment_buffer *, __u64, unsigned long,
110 void nilfs_segbuf_map_cont(struct nilfs_segment_buffer *segbuf,
111 struct nilfs_segment_buffer *prev);
112 void nilfs_segbuf_set_next_segnum(struct nilfs_segment_buffer *, __u64,
114 int nilfs_segbuf_reset(struct nilfs_segment_buffer *, unsigned int, time64_t,
116 int nilfs_segbuf_extend_segsum(struct nilfs_segment_buffer *);
[all …]
H A Dsegment.h69 struct nilfs_segment_buffer;
141 struct nilfs_segment_buffer *sc_curseg;
H A Dsuper.c1329 memset(obj, 0, sizeof(struct nilfs_segment_buffer)); in nilfs_segbuf_init_once()
1362 sizeof(struct nilfs_segment_buffer), 0, in nilfs_init_cachep()