Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dlocks.c106 req->r_args.filelock_change.rule = lock_type; in ceph_lock_message()
107 req->r_args.filelock_change.type = cmd; in ceph_lock_message()
108 req->r_args.filelock_change.owner = cpu_to_le64(owner); in ceph_lock_message()
110 req->r_args.filelock_change.start = cpu_to_le64(fl->fl_start); in ceph_lock_message()
111 req->r_args.filelock_change.length = cpu_to_le64(length); in ceph_lock_message()
112 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
152 if (req->r_args.filelock_change.rule == CEPH_LOCK_FCNTL) in ceph_lock_wait_for_completion()
154 else if (req->r_args.filelock_change.rule == CEPH_LOCK_FLOCK) in ceph_lock_wait_for_completion()
199 intr_req->r_args.filelock_change = req->r_args.filelock_change; in ceph_lock_wait_for_completion()
200 intr_req->r_args.filelock_change.rule = lock_type; in ceph_lock_wait_for_completion()
[all …]
A Dioctl.c117 req->r_args.setlayout.layout.fl_stripe_unit = in ceph_ioctl_set_layout()
119 req->r_args.setlayout.layout.fl_stripe_count = in ceph_ioctl_set_layout()
121 req->r_args.setlayout.layout.fl_object_size = in ceph_ioctl_set_layout()
123 req->r_args.setlayout.layout.fl_pg_pool = cpu_to_le32(l.data_pool); in ceph_ioctl_set_layout()
161 req->r_args.setlayout.layout.fl_stripe_unit = in ceph_ioctl_set_layout_policy()
163 req->r_args.setlayout.layout.fl_stripe_count = in ceph_ioctl_set_layout_policy()
165 req->r_args.setlayout.layout.fl_object_size = in ceph_ioctl_set_layout_policy()
167 req->r_args.setlayout.layout.fl_pg_pool = in ceph_ioctl_set_layout_policy()
A Dexport.c149 req->r_args.lookupino.mask = cpu_to_le32(mask); in __lookup_inode()
247 req->r_args.lookupino.mask = cpu_to_le32(mask); in __snapfh_to_dentry()
249 req->r_args.lookupino.snapid = cpu_to_le64(vino.snap); in __snapfh_to_dentry()
251 req->r_args.lookupino.parent = in __snapfh_to_dentry()
253 req->r_args.lookupino.hash = in __snapfh_to_dentry()
342 req->r_args.getattr.mask = cpu_to_le32(mask); in __get_parent()
476 req->r_args.readdir.flags = in __get_snap_name()
A Dinode.c1624 u32 frag = le32_to_cpu(req->r_args.readdir.frag); in ceph_readdir_prepopulate()
1641 last_hash = le32_to_cpu(req->r_args.readdir.offset_hash); in ceph_readdir_prepopulate()
2044 req->r_args.setattr.uid = cpu_to_le32( in __ceph_setattr()
2059 req->r_args.setattr.gid = cpu_to_le32( in __ceph_setattr()
2074 req->r_args.setattr.mode = cpu_to_le32(attr->ia_mode); in __ceph_setattr()
2095 ceph_encode_timespec64(&req->r_args.setattr.atime, in __ceph_setattr()
2116 req->r_args.setattr.size = cpu_to_le64(attr->ia_size); in __ceph_setattr()
2117 req->r_args.setattr.old_size = cpu_to_le64(isize); in __ceph_setattr()
2138 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()
2192 req->r_args.setattr.mask = cpu_to_le32(mask); in __ceph_setattr()
[all …]
A Ddir.c411 req->r_args.readdir.offset_hash = in ceph_readdir()
419 req->r_args.readdir.frag = cpu_to_le32(frag); in ceph_readdir()
420 req->r_args.readdir.flags = in ceph_readdir()
789 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_lookup()
874 req->r_args.mknod.mode = cpu_to_le32(mode); in ceph_mknod()
875 req->r_args.mknod.rdev = cpu_to_le32(rdev); in ceph_mknod()
1002 req->r_args.mkdir.mode = cpu_to_le32(mode); in ceph_mkdir()
1744 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_d_revalidate()
A Dxattr.c912 mask = le32_to_cpu(req->r_args.getattr.mask); in __get_request_mask()
915 mask = le32_to_cpu(req->r_args.open.mask); in __get_request_mask()
1089 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()
1090 req->r_args.setxattr.osdmap_epoch = in ceph_sync_setxattr()
A Dmds_client.h275 union ceph_mds_request_args r_args; member
A Dfile.c197 req->r_args.open.flags = ceph_flags_sys2wire(flags); in prepare_open_request()
198 req->r_args.open.mode = cpu_to_le32(create_mode); in prepare_open_request()
720 req->r_args.open.mask = cpu_to_le32(mask); in ceph_atomic_open()
738 req->r_args.open.flags |= cpu_to_le32(CEPH_O_EXCL); in ceph_atomic_open()
A Dsuper.c898 req->r_args.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INODE); in open_root_dentry()
A Dmds_client.c2195 req->r_args.readdir.max_entries = cpu_to_le32(num_entries); in ceph_alloc_readdir_reply_buffer()
2196 req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes); in ceph_alloc_readdir_reply_buffer()
2525 head->args = req->r_args; in create_request_message()

Completed in 36 milliseconds