Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 28) sorted by relevance

12

/fs/sdcardfs/
Dfile.c286 if (lower_file && lower_file->f_op && lower_file->f_op->flush) { in sdcardfs_flush()
288 err = lower_file->f_op->flush(lower_file, id); in sdcardfs_flush()
433 .flush = sdcardfs_flush,
452 .flush = sdcardfs_flush,
/fs/f2fs/
Dtrace.c84 void f2fs_trace_ios(struct f2fs_io_info *fio, int flush) in f2fs_trace_ios() argument
90 if (flush) { in f2fs_trace_ios()
/fs/ecryptfs/
Dfile.c297 if (lower_file->f_op->flush) { in ecryptfs_flush()
299 return lower_file->f_op->flush(lower_file, td); in ecryptfs_flush()
421 .flush = ecryptfs_flush,
/fs/cifs/
Dcifsfs.c984 .flush = cifs_flush,
1001 .flush = cifs_flush,
1019 .flush = cifs_flush,
1035 .flush = cifs_flush,
1051 .flush = cifs_flush,
1068 .flush = cifs_flush,
Dsmb2ops.c1614 .flush = smb2_flush_file,
1696 .flush = smb2_flush_file,
1780 .flush = smb2_flush_file,
1870 .flush = smb2_flush_file,
Dfile.c2358 if (server->ops->flush) in cifs_strict_fsync()
2359 rc = server->ops->flush(xid, tcon, &smbfile->fid); in cifs_strict_fsync()
2392 if (server->ops->flush) in cifs_fsync()
2393 rc = server->ops->flush(xid, tcon, &smbfile->fid); in cifs_fsync()
Dsmb1ops.c1086 .flush = cifs_flush_file,
Dcifsglob.h338 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); member
/fs/exofs/
Dfile.c76 .flush = exofs_flush,
/fs/btrfs/
Dextent-tree.c104 enum btrfs_reserve_flush_enum flush);
3977 found->flush = 0; in update_space_info()
4600 enum btrfs_reserve_flush_enum flush) in can_overcommit() argument
4652 if (flush == BTRFS_RESERVE_FLUSH_ALL) in can_overcommit()
4714 enum btrfs_reserve_flush_enum flush; in shrink_delalloc() local
4758 flush = BTRFS_RESERVE_FLUSH_ALL; in shrink_delalloc()
4760 flush = BTRFS_RESERVE_NO_FLUSH; in shrink_delalloc()
4985 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
5001 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
5022 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
[all …]
Dextent_io.c3557 int flush = 0; in lock_extent_buffer_for_io() local
3561 flush = 1; in lock_extent_buffer_for_io()
3570 if (!flush) { in lock_extent_buffer_for_io()
3572 flush = 1; in lock_extent_buffer_for_io()
3611 if (!flush) { in lock_extent_buffer_for_io()
3613 flush = 1; in lock_extent_buffer_for_io()
Dtransaction.c470 unsigned int type, enum btrfs_reserve_flush_enum flush) in start_transaction() argument
516 num_bytes, flush); in start_transaction()
Dctree.h404 unsigned int flush:1; /* set if we are trying to make space */ member
2712 enum btrfs_reserve_flush_enum flush);
2717 enum btrfs_reserve_flush_enum flush);
/fs/reiserfs/
Djournal.c3611 int flush = flags & FLUSH_ALL; in check_journal_end() local
3648 if (flush || commit_now) { in check_journal_end()
3656 if (flush) { in check_journal_end()
3699 && !flush && !commit_now && (journal->j_len < journal->j_max_batch) in check_journal_end()
3989 int flush; in do_journal_end() local
4008 flush = flags & FLUSH_ALL; in do_journal_end()
4022 flush = 1; in do_journal_end()
4043 flush = 1; in do_journal_end()
4051 flush = 1; in do_journal_end()
4294 if (flush) { in do_journal_end()
[all …]
DREADME139 resizer, and is hard at work on implementing allocate on flush. SGI
140 implemented allocate on flush before us for XFS, and generously took
Dsuper.c1354 int flush = (1 << REISERFS_BARRIER_FLUSH); in handle_barrier_mode() local
1356 int all_barrier = flush | none; in handle_barrier_mode()
1360 if (bits & flush) { in handle_barrier_mode()
1361 REISERFS_SB(s)->s_mount_opt |= flush; in handle_barrier_mode()
/fs/jffs2/
DTODO4 space it could take. Let GC flush the outstanding writes because the
/fs/nfs/
Dnfs4file.c246 .flush = nfs4_file_flush,
Dfile.c843 .flush = nfs_file_flush,
/fs/afs/
Dfile.c32 .flush = afs_flush,
/fs/
Dopen.c1128 if (filp->f_op->flush) in filp_close()
1129 retval = filp->f_op->flush(filp, id); in filp_close()
/fs/fat/
Dfat.h47 flush:1, /* write things quickly */ member
Dfile.c153 MSDOS_SB(inode->i_sb)->options.flush) { in fat_file_release()
Dinode.c984 if (opts->flush) in fat_show_options()
1229 opts->flush = 1; in parse_options()
1910 if (!MSDOS_SB(sb)->options.flush) in fat_flush_inodes()
/fs/affs/
DChanges225 flush the super block, and rw remounts didn't

12