Home
last modified time | relevance | path

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

/fs/erofs/
Dzpvec.h38 bool atomic) in z_erofs_pagevec_ctor_exit() argument
43 if (atomic) in z_erofs_pagevec_ctor_exit()
72 bool atomic) in z_erofs_pagevec_ctor_pagedown() argument
76 z_erofs_pagevec_ctor_exit(ctor, atomic); in z_erofs_pagevec_ctor_pagedown()
80 ctor->pages = atomic ? in z_erofs_pagevec_ctor_pagedown()
Dxattr.c19 static inline void xattr_iter_end(struct xattr_iter *it, bool atomic) in xattr_iter_end() argument
22 if (!atomic) in xattr_iter_end()
/fs/ubifs/
Dorphan.c312 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() argument
316 if (atomic) { in do_write_orph_node()
343 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument
392 err = do_write_orph_node(c, len, atomic); in write_orph_node()
406 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument
411 err = write_orph_node(c, atomic); in write_orph_nodes()
415 if (atomic) { in write_orph_nodes()
486 int avail, atomic = 0, err; in commit_orphans() local
495 atomic = 1; in commit_orphans()
497 err = write_orph_nodes(c, atomic); in commit_orphans()
/fs/btrfs/
Ddisk-io.h110 int atomic);
Ddisk-io.c239 int atomic) in verify_parent_transid() argument
248 if (atomic) in verify_parent_transid()
4254 int atomic) in btrfs_buffer_uptodate() argument
4264 parent_transid, atomic); in btrfs_buffer_uptodate()
/fs/nfsd/
Dxdr4.h78 u32 atomic; member
770 cinfo->atomic = (u32)fhp->fh_post_saved; in set_change_info()
Dnfs4xdr.c2337 *p++ = cpu_to_be32(c->atomic); in encode_cinfo()
/fs/f2fs/
Dnode.c1573 static int __write_node_page(struct page *page, bool atomic, bool *submitted, in __write_node_page() argument
1644 if (atomic && !test_opt(sbi, NOBARRIER)) in __write_node_page()
1732 struct writeback_control *wbc, bool atomic, in f2fs_fsync_node_pages() argument
1744 if (atomic) { in f2fs_fsync_node_pages()
1793 if (!atomic || page == last_page) { in f2fs_fsync_node_pages()
1810 ret = __write_node_page(page, atomic && in f2fs_fsync_node_pages()
1834 if (!ret && atomic && !marked) { in f2fs_fsync_node_pages()
Df2fs.h1407 PAGE_PRIVATE_GET_FUNC(atomic, ATOMIC_WRITE);
1413 PAGE_PRIVATE_SET_FUNC(atomic, ATOMIC_WRITE);
1419 PAGE_PRIVATE_CLEAR_FUNC(atomic, ATOMIC_WRITE);
3559 struct writeback_control *wbc, bool atomic,
Dfile.c252 int datasync, bool atomic) in f2fs_do_sync_file() argument
330 ret = f2fs_fsync_node_pages(sbi, inode, &wbc, atomic, &seq_id); in f2fs_do_sync_file()
355 if (!atomic) { in f2fs_do_sync_file()
365 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
/fs/nfs/
Dnfs4xdr.c4253 cinfo->atomic = be32_to_cpup(p++); in decode_change_info()
Dnfs4proc.c1215 if (cinfo->atomic && cinfo->before == inode_peek_iversion_raw(inode)) { in nfs4_update_changeattr_locked()