Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Dwriteback.h355 __field(int, for_kupdate)
366 __entry->for_kupdate = work->for_kupdate;
378 __entry->for_kupdate,
452 __field(int, for_kupdate)
466 __entry->for_kupdate = wbc->for_kupdate;
482 __entry->for_kupdate,
Df2fs.h1336 __field(char, for_kupdate)
1355 __entry->for_kupdate = wbc->for_kupdate;
1375 __entry->for_kupdate,
Dbtrfs.h612 __field( char, for_kupdate )
626 __entry->for_kupdate = wbc->for_kupdate;
642 __entry->for_kupdate,
Dext4.h436 __field( char, for_kupdate )
449 __entry->for_kupdate = wbc->for_kupdate;
460 __entry->for_kupdate, __entry->range_cyclic,
/Linux-v5.15/include/linux/
Dwriteback.h66 unsigned for_kupdate:1; /* A kupdate writeback */ member
106 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()
/Linux-v5.15/fs/
Dfs-writeback.c47 unsigned int for_kupdate:1; member
1796 .for_kupdate = work->for_kupdate, in writeback_sb_inodes()
2026 if ((work->for_background || work->for_kupdate) && in wb_writeback()
2043 if (work->for_kupdate) { in wb_writeback()
2150 .for_kupdate = 1, in wb_check_old_data_flush()
/Linux-v5.15/fs/nfs/
Dwrite.c722 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()
/Linux-v5.15/fs/btrfs/
Ddisk-io.c987 if (wbc->for_kupdate) in btree_writepages()