Searched defs:atomic (Results 1 - 4 of 4) sorted by relevance

/fs/ubifs/
H A Dorphan.c236 * @atomic: write atomically
239 * %atomic is not zero, then the write is done atomically. On success, %0 is
242 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) argument
246 if (atomic) {
267 * @atomic: write atomically
273 static int write_orph_node(struct ubifs_info *c, int atomic) argument
322 err = do_write_orph_node(c, len, atomic);
331 * @atomic: write atomically
336 static int write_orph_nodes(struct ubifs_info *c, int atomic) argument
341 err = write_orph_node(c, atomic);
416 int avail, atomic = 0, err; local
[all...]
/fs/btrfs/
H A Ddisk-io.c346 int atomic)
355 if (atomic)
3719 int atomic)
3729 parent_transid, atomic);
344 verify_parent_transid(struct extent_io_tree *io_tree, struct extent_buffer *eb, u64 parent_transid, int atomic) argument
3718 btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid, int atomic) argument
H A Dctree.c875 struct extent_buffer *eb, int slot, int atomic)
881 atomic ? GFP_ATOMIC : GFP_NOFS);
2450 /* first we do an atomic uptodate check */
874 tree_mod_log_set_node_key(struct btrfs_fs_info *fs_info, struct extent_buffer *eb, int slot, int atomic) argument
/fs/nfsd/
H A Dxdr4.h78 u32 atomic; member in struct:nfsd4_change_info
566 cinfo->atomic = fhp->fh_post_saved;

Completed in 97 milliseconds