Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dlocks.c121 req->r_args.filelock_change.rule = lock_type; in ceph_lock_message()
122 req->r_args.filelock_change.type = cmd; in ceph_lock_message()
123 req->r_args.filelock_change.owner = cpu_to_le64(owner); in ceph_lock_message()
124 req->r_args.filelock_change.pid = cpu_to_le64((u64) fl->c.flc_pid); in ceph_lock_message()
125 req->r_args.filelock_change.start = cpu_to_le64(fl->fl_start); in ceph_lock_message()
126 req->r_args.filelock_change.length = cpu_to_le64(length); in ceph_lock_message()
127 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
168 if (req->r_args.filelock_change.rule == CEPH_LOCK_FCNTL) in ceph_lock_wait_for_completion()
170 else if (req->r_args.filelock_change.rule == CEPH_LOCK_FLOCK) in ceph_lock_wait_for_completion()
174 BUG_ON(req->r_args.filelock_change.type == CEPH_LOCK_UNLOCK); in ceph_lock_wait_for_completion()
[all …]
Dioctl.c118 req->r_args.setlayout.layout.fl_stripe_unit = in ceph_ioctl_set_layout()
120 req->r_args.setlayout.layout.fl_stripe_count = in ceph_ioctl_set_layout()
122 req->r_args.setlayout.layout.fl_object_size = in ceph_ioctl_set_layout()
124 req->r_args.setlayout.layout.fl_pg_pool = cpu_to_le32(l.data_pool); in ceph_ioctl_set_layout()
162 req->r_args.setlayout.layout.fl_stripe_unit = in ceph_ioctl_set_layout_policy()
164 req->r_args.setlayout.layout.fl_stripe_count = in ceph_ioctl_set_layout_policy()
166 req->r_args.setlayout.layout.fl_object_size = in ceph_ioctl_set_layout_policy()
168 req->r_args.setlayout.layout.fl_pg_pool = in ceph_ioctl_set_layout_policy()
Dexport.c152 req->r_args.lookupino.mask = cpu_to_le32(mask); in __lookup_inode()
252 req->r_args.lookupino.mask = cpu_to_le32(mask); in __snapfh_to_dentry()
254 req->r_args.lookupino.snapid = cpu_to_le64(vino.snap); in __snapfh_to_dentry()
256 req->r_args.lookupino.parent = in __snapfh_to_dentry()
258 req->r_args.lookupino.hash = in __snapfh_to_dentry()
345 req->r_args.getattr.mask = cpu_to_le32(mask); in __get_parent()
481 req->r_args.readdir.flags = in __get_snap_name()
Dinode.c1907 u32 frag = le32_to_cpu(req->r_args.readdir.frag); in ceph_readdir_prepopulate()
1924 last_hash = le32_to_cpu(req->r_args.readdir.offset_hash); in ceph_readdir_prepopulate()
2592 req->r_args.setattr.uid = cpu_to_le32( in __ceph_setattr()
2610 req->r_args.setattr.gid = cpu_to_le32( in __ceph_setattr()
2625 req->r_args.setattr.mode = cpu_to_le32(attr->ia_mode); in __ceph_setattr()
2649 ceph_encode_timespec64(&req->r_args.setattr.atime, in __ceph_setattr()
2670 req->r_args.setattr.size = in __ceph_setattr()
2673 req->r_args.setattr.old_size = in __ceph_setattr()
2694 req->r_args.setattr.size = in __ceph_setattr()
2697 req->r_args.setattr.old_size = in __ceph_setattr()
[all …]
Ddir.c441 req->r_args.readdir.offset_hash = in ceph_readdir()
449 req->r_args.readdir.frag = cpu_to_le32(frag); in ceph_readdir()
450 req->r_args.readdir.flags = in ceph_readdir()
861 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_lookup()
956 req->r_args.mknod.mode = cpu_to_le32(mode); in ceph_mknod()
957 req->r_args.mknod.rdev = cpu_to_le32(rdev); in ceph_mknod()
1156 req->r_args.mkdir.mode = cpu_to_le32(mode); in ceph_mkdir()
2014 req->r_args.getattr.mask = cpu_to_le32(mask); in ceph_d_revalidate()
Dxattr.c962 mask = le32_to_cpu(req->r_args.getattr.mask); in __get_request_mask()
965 mask = le32_to_cpu(req->r_args.open.mask); in __get_request_mask()
1154 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()
1155 req->r_args.setxattr.osdmap_epoch = in ceph_sync_setxattr()
Dmds_client.h315 union ceph_mds_request_args r_args; member
Dfile.c194 req->r_args.open.flags = ceph_flags_sys2wire(mdsc, flags); in prepare_open_request()
195 req->r_args.open.mode = cpu_to_le32(create_mode); in prepare_open_request()
871 req->r_args.open.mask = cpu_to_le32(mask); in ceph_atomic_open()
900 req->r_args.open.flags |= cpu_to_le32(CEPH_O_EXCL); in ceph_atomic_open()
Dsuper.c1074 req->r_args.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INODE); in open_root_dentry()
Dmds_client.c2569 req->r_args.readdir.max_entries = cpu_to_le32(num_entries); in ceph_alloc_readdir_reply_buffer()
2570 req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes); in ceph_alloc_readdir_reply_buffer()
3161 lhead->args = req->r_args; in create_request_message()
Daddr.c290 req->r_args.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INLINE_DATA); in ceph_netfs_issue_op_inline()