Searched refs:orangefs_writepages (Results 1 – 1 of 1) sorted by relevance
78 struct orangefs_writepages { struct89 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument159 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()213 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function216 struct orangefs_writepages *ow; in orangefs_writepages()219 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()663 .writepages = orangefs_writepages,