Home
last modified time | relevance | path

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

/Linux-v5.4/fs/orangefs/
Dinode.c83 struct orangefs_writepages { struct
94 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument
164 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()
218 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function
221 struct orangefs_writepages *ow; in orangefs_writepages()
224 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()
708 .writepages = orangefs_writepages,