Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dinode.c77 struct orangefs_writepages { struct
88 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument
154 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()
207 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function
210 struct orangefs_writepages *ow; in orangefs_writepages()
213 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()
622 .writepages = orangefs_writepages,