Searched refs:atomic (Results 1 – 10 of 10) sorted by relevance
/fs/ |
D | pipe.c | 121 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/ |
D | orphan.c | 242 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/ |
D | disk-io.h | 76 int atomic);
|
D | disk-io.c | 328 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()
|
D | ctree.c | 818 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/ |
D | xdr4.h | 76 u32 atomic; member 545 cinfo->atomic = fhp->fh_post_saved; in set_change_info()
|
D | nfs4xdr.c | 1672 write32(p, c->atomic); in write_cinfo()
|
/fs/cifs/ |
D | CHANGES | 701 Fix scheduling while atomic error in getting inode info on newly created file.
|
/fs/nfs/ |
D | nfs4xdr.c | 4083 cinfo->atomic = be32_to_cpup(p++); in decode_change_info()
|
D | nfs4proc.c | 749 if (!cinfo->atomic || cinfo->before != dir->i_version) in update_changeattr()
|