Home
last modified time | relevance | path

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

/fs/
Dpipe.c121 size_t *remaining, int atomic) in pipe_iov_copy_from_user() argument
130 if (atomic) { in pipe_iov_copy_from_user()
149 size_t *remaining, int atomic) in pipe_iov_copy_to_user() argument
158 if (atomic) { in pipe_iov_copy_to_user()
247 struct pipe_buffer *buf, int atomic) in generic_pipe_buf_map() argument
249 if (atomic) { in generic_pipe_buf_map()
403 int error, atomic; in pipe_read() local
416 atomic = !iov_fault_in_pages_write(iov, chars); in pipe_read()
420 addr = ops->map(pipe, buf, atomic); in pipe_read()
422 &remaining, atomic); in pipe_read()
[all …]
/fs/ubifs/
Dorphan.c242 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() argument
246 if (atomic) { in do_write_orph_node()
273 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument
322 err = do_write_orph_node(c, len, atomic); in write_orph_node()
336 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument
341 err = write_orph_node(c, atomic); in write_orph_nodes()
345 if (atomic) { in write_orph_nodes()
417 int avail, atomic = 0, err; in commit_orphans() local
426 atomic = 1; in commit_orphans()
428 err = write_orph_nodes(c, atomic); in commit_orphans()
/fs/btrfs/
Ddisk-io.h76 int atomic);
Ddisk-io.c328 int atomic) in verify_parent_transid() argument
336 if (atomic) in verify_parent_transid()
3545 int atomic) in btrfs_buffer_uptodate() argument
3555 parent_transid, atomic); in btrfs_buffer_uptodate()
Dctree.c818 struct extent_buffer *eb, int slot, int atomic) in tree_mod_log_set_node_key() argument
824 atomic ? GFP_ATOMIC : GFP_NOFS); in tree_mod_log_set_node_key()
/fs/nfsd/
Dxdr4.h76 u32 atomic; member
545 cinfo->atomic = fhp->fh_post_saved; in set_change_info()
Dnfs4xdr.c1672 write32(p, c->atomic); in write_cinfo()
/fs/cifs/
DCHANGES701 Fix scheduling while atomic error in getting inode info on newly created file.
/fs/nfs/
Dnfs4xdr.c4083 cinfo->atomic = be32_to_cpup(p++); in decode_change_info()
Dnfs4proc.c749 if (!cinfo->atomic || cinfo->before != dir->i_version) in update_changeattr()