Home
last modified time | relevance | path

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

/Linux-v6.1/fs/orangefs/
Dinode.c79 struct orangefs_writepages { struct
90 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work() argument
160 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()
214 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function
217 struct orangefs_writepages *ow; in orangefs_writepages()
220 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()
632 .writepages = orangefs_writepages,