Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dfile.c27 * implement. However, this is not true for 'ubifs_writepage()', which may be
29 * background write-back, it calls 'ubifs_writepage()' with unlocked @i_mutex.
30 * At "normal" work-paths the @i_mutex is locked in 'ubifs_writepage()', e.g.
32 * 'ubifs_writepage()' we are only guaranteed that the page is locked.
955 * Some locking issues explanation. 'ubifs_writepage()' first is called with
962 * with @ui_mutex locked, because it would deadlock with 'ubifs_writepage()'.
969 * But in 'ubifs_writepage()' we have to guarantee that we do not write beyond
971 * are in the middle of 'ubifs_writepage()'? The UBIFS solution is the
982 static int ubifs_writepage(struct folio *folio, struct writeback_control *wbc) in ubifs_writepage() function
1058 error = ubifs_writepage(foli in ubifs_writepages()
[all...]