Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dinode.c66 struct orangefs_writepages { struct
78 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument
125 struct writeback_control *wbc, struct orangefs_writepages *ow) in orangefs_writepages_callback()
179 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function
182 struct orangefs_writepages *ow; in orangefs_writepages()
187 ow = kzalloc_obj(struct orangefs_writepages); in orangefs_writepages()
593 .writepages = orangefs_writepages,