Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c43 unsigned int for_kupdate:1; member
1964 .for_kupdate = work->for_kupdate, in writeback_sb_inodes()
1977 if (work->for_kupdate) in writeback_sb_inodes()
2208 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2230 if (work->for_kupdate) { in wb_writeback()
2342 .for_kupdate = 1, in wb_check_old_data_flush()
/linux/include/trace/events/
H A Dbtrfs.h690 __field( char, for_kupdate )
703 __entry->for_kupdate = wbc->for_kupdate;
717 __entry->for_kupdate, __entry->range_cyclic,
/linux/fs/nfs/
H A Dwrite.c672 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()