Searched refs:atomic (Results 1 – 12 of 12) sorted by relevance
/fs/erofs/ |
D | zpvec.h | 38 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()
|
D | xattr.c | 19 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/ |
D | orphan.c | 312 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/ |
D | disk-io.h | 110 int atomic);
|
D | disk-io.c | 239 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/ |
D | xdr4.h | 78 u32 atomic; member 770 cinfo->atomic = (u32)fhp->fh_post_saved; in set_change_info()
|
D | nfs4xdr.c | 2337 *p++ = cpu_to_be32(c->atomic); in encode_cinfo()
|
/fs/f2fs/ |
D | node.c | 1573 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()
|
D | f2fs.h | 1407 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,
|
D | file.c | 252 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/ |
D | nfs4xdr.c | 4253 cinfo->atomic = be32_to_cpup(p++); in decode_change_info()
|
D | nfs4proc.c | 1215 if (cinfo->atomic && cinfo->before == inode_peek_iversion_raw(inode)) { in nfs4_update_changeattr_locked()
|