Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
H A Dinode.c78 struct orangefs_writepages { struct
89 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work()
159 struct orangefs_writepages *ow = data; in orangefs_writepages_callback()
213 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() function
216 struct orangefs_writepages *ow; in orangefs_writepages()
219 ow = kzalloc(sizeof(struct orangefs_writepages), GFP_KERNEL); in orangefs_writepages()
663 .writepages = orangefs_writepages,
/kernel/linux/linux-6.6/fs/orangefs/
H A Dinode.c77 struct orangefs_writepages { struct
88 static int orangefs_writepages_work(struct orangefs_writepages *ow, in orangefs_writepages_work()
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,

Completed in 3 milliseconds