Searched refs:orangefs_writepages (Results 1 – 1 of 1) sorted by relevance
83 struct orangefs_writepages { struct94 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument164 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()218 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function221 struct orangefs_writepages *ow; in orangefs_writepages()224 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()708 .writepages = orangefs_writepages,