Searched refs:orangefs_writepages (Results 1 – 1 of 1) sorted by relevance
79 struct orangefs_writepages { struct90 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument160 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()214 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function217 struct orangefs_writepages *ow; in orangefs_writepages()220 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()632 .writepages = orangefs_writepages,