Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:r_args
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
locks.c
102
req->
r_args
.filelock_change.rule = lock_type;
in ceph_lock_message()
103
req->
r_args
.filelock_change.type = cmd;
in ceph_lock_message()
104
req->
r_args
.filelock_change.owner = cpu_to_le64(owner);
in ceph_lock_message()
105
req->
r_args
.filelock_change.pid = cpu_to_le64((u64)fl->fl_pid);
in ceph_lock_message()
106
req->
r_args
.filelock_change.start = cpu_to_le64(fl->fl_start);
in ceph_lock_message()
107
req->
r_args
.filelock_change.length = cpu_to_le64(length);
in ceph_lock_message()
108
req->
r_args
.filelock_change.wait = wait;
in ceph_lock_message()
148
if (req->
r_args
.filelock_change.rule == CEPH_LOCK_FCNTL)
in ceph_lock_wait_for_completion()
150
else if (req->
r_args
.filelock_change.rule == CEPH_LOCK_FLOCK)
in ceph_lock_wait_for_completion()
154
BUG_ON(req->
r_args
in ceph_lock_wait_for_completion()
[all...]
H
A
D
ioctl.c
117
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()
H
A
D
export.c
149
req->
r_args
.lookupino.mask = cpu_to_le32(mask);
in __lookup_inode()
237
req->
r_args
.lookupino.mask = cpu_to_le32(mask);
in __snapfh_to_dentry()
239
req->
r_args
.lookupino.snapid = cpu_to_le64(vino.snap);
in __snapfh_to_dentry()
241
req->
r_args
.lookupino.parent =
in __snapfh_to_dentry()
243
req->
r_args
.lookupino.hash =
in __snapfh_to_dentry()
331
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in __get_parent()
465
req->
r_args
.readdir.flags =
in __get_snap_name()
H
A
D
dir.c
411
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()
796
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in ceph_lookup()
869
req->
r_args
.mknod.mode = cpu_to_le32(mode);
in ceph_mknod()
870
req->
r_args
.mknod.rdev = cpu_to_le32(rdev);
in ceph_mknod()
993
req->
r_args
.mkdir.mode = cpu_to_le32(mode);
in ceph_mkdir()
1734
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in ceph_d_revalidate()
H
A
D
inode.c
2081
req->
r_args
.setattr.uid = cpu_to_le32(
in __ceph_setattr()
2096
req->
r_args
.setattr.gid = cpu_to_le32(
in __ceph_setattr()
2111
req->
r_args
.setattr.mode = cpu_to_le32(attr->ia_mode);
in __ceph_setattr()
2132
ceph_encode_timespec64(&req->
r_args
.setattr.atime,
in __ceph_setattr()
2151
req->
r_args
.setattr.size = cpu_to_le64(attr->ia_size);
in __ceph_setattr()
2152
req->
r_args
.setattr.old_size =
in __ceph_setattr()
2174
ceph_encode_timespec64(&req->
r_args
.setattr.mtime,
in __ceph_setattr()
2228
req->
r_args
.setattr.mask = cpu_to_le32(mask);
in __ceph_setattr()
2307
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in __ceph_do_getattr()
H
A
D
xattr.c
824
mask = le32_to_cpu(req->
r_args
.getattr.mask);
in __get_request_mask()
827
mask = le32_to_cpu(req->
r_args
.open.mask);
in __get_request_mask()
998
req->
r_args
.setxattr.flags = cpu_to_le32(flags);
in ceph_sync_setxattr()
H
A
D
mds_client.h
270
union ceph_mds_request_args
r_args
;
member
H
A
D
file.c
197
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()
741
req->
r_args
.open.mask = cpu_to_le32(mask);
in ceph_atomic_open()
758
req->
r_args
.open.flags |= cpu_to_le32(CEPH_O_EXCL);
in ceph_atomic_open()
H
A
D
super.c
893
req->
r_args
.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INODE);
in open_root_dentry()
H
A
D
mds_client.c
2323
req->
r_args
.readdir.max_entries = cpu_to_le32(num_entries);
in ceph_alloc_readdir_reply_buffer()
2324
req->
r_args
.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes);
in ceph_alloc_readdir_reply_buffer()
2616
head->args = req->
r_args
;
in create_request_message()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
locks.c
119
req->
r_args
.filelock_change.rule = lock_type;
in ceph_lock_message()
120
req->
r_args
.filelock_change.type = cmd;
in ceph_lock_message()
121
req->
r_args
.filelock_change.owner = cpu_to_le64(owner);
in ceph_lock_message()
122
req->
r_args
.filelock_change.pid = cpu_to_le64((u64)fl->fl_pid);
in ceph_lock_message()
123
req->
r_args
.filelock_change.start = cpu_to_le64(fl->fl_start);
in ceph_lock_message()
124
req->
r_args
.filelock_change.length = cpu_to_le64(length);
in ceph_lock_message()
125
req->
r_args
.filelock_change.wait = wait;
in ceph_lock_message()
165
if (req->
r_args
.filelock_change.rule == CEPH_LOCK_FCNTL)
in ceph_lock_wait_for_completion()
167
else if (req->
r_args
.filelock_change.rule == CEPH_LOCK_FLOCK)
in ceph_lock_wait_for_completion()
171
BUG_ON(req->
r_args
in ceph_lock_wait_for_completion()
[all...]
H
A
D
ioctl.c
118
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()
H
A
D
export.c
150
req->
r_args
.lookupino.mask = cpu_to_le32(mask);
in __lookup_inode()
249
req->
r_args
.lookupino.mask = cpu_to_le32(mask);
in __snapfh_to_dentry()
251
req->
r_args
.lookupino.snapid = cpu_to_le64(vino.snap);
in __snapfh_to_dentry()
253
req->
r_args
.lookupino.parent =
in __snapfh_to_dentry()
255
req->
r_args
.lookupino.hash =
in __snapfh_to_dentry()
344
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in __get_parent()
478
req->
r_args
.readdir.flags =
in __get_snap_name()
H
A
D
inode.c
1874
u32 frag = le32_to_cpu(req->
r_args
.readdir.frag);
in ceph_readdir_prepopulate()
1891
last_hash = le32_to_cpu(req->
r_args
.readdir.offset_hash);
in ceph_readdir_prepopulate()
2517
req->
r_args
.setattr.uid = cpu_to_le32(
in __ceph_setattr()
2532
req->
r_args
.setattr.gid = cpu_to_le32(
in __ceph_setattr()
2547
req->
r_args
.setattr.mode = cpu_to_le32(attr->ia_mode);
in __ceph_setattr()
2568
ceph_encode_timespec64(&req->
r_args
.setattr.atime,
in __ceph_setattr()
2588
req->
r_args
.setattr.size =
in __ceph_setattr()
2591
req->
r_args
.setattr.old_size =
in __ceph_setattr()
2612
req->
r_args
.setattr.size =
in __ceph_setattr()
2615
req->
r_args
in __ceph_setattr()
[all...]
H
A
D
dir.c
429
req->
r_args
.readdir.offset_hash =
in ceph_readdir()
437
req->
r_args
.readdir.frag = cpu_to_le32(frag);
in ceph_readdir()
438
req->
r_args
.readdir.flags =
in ceph_readdir()
834
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in ceph_lookup()
927
req->
r_args
.mknod.mode = cpu_to_le32(mode);
in ceph_mknod()
928
req->
r_args
.mknod.rdev = cpu_to_le32(rdev);
in ceph_mknod()
1120
req->
r_args
.mkdir.mode = cpu_to_le32(mode);
in ceph_mkdir()
1934
req->
r_args
.getattr.mask = cpu_to_le32(mask);
in ceph_d_revalidate()
H
A
D
xattr.c
953
mask = le32_to_cpu(req->
r_args
.getattr.mask);
in __get_request_mask()
956
mask = le32_to_cpu(req->
r_args
.open.mask);
in __get_request_mask()
1139
req->
r_args
.setxattr.flags = cpu_to_le32(flags);
in ceph_sync_setxattr()
1140
req->
r_args
.setxattr.osdmap_epoch =
in ceph_sync_setxattr()
H
A
D
mds_client.h
292
union ceph_mds_request_args
r_args
;
member
H
A
D
file.c
192
req->
r_args
.open.flags = ceph_flags_sys2wire(flags);
in prepare_open_request()
193
req->
r_args
.open.mode = cpu_to_le32(create_mode);
in prepare_open_request()
789
req->
r_args
.open.mask = cpu_to_le32(mask);
in ceph_atomic_open()
816
req->
r_args
.open.flags |= cpu_to_le32(CEPH_O_EXCL);
in ceph_atomic_open()
H
A
D
super.c
1068
req->
r_args
.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INODE);
in open_root_dentry()
H
A
D
mds_client.c
2473
req->
r_args
.readdir.max_entries = cpu_to_le32(num_entries);
in ceph_alloc_readdir_reply_buffer()
2474
req->
r_args
.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes);
in ceph_alloc_readdir_reply_buffer()
3000
lhead->args = req->
r_args
;
in create_request_message()
H
A
D
addr.c
319
req->
r_args
.getattr.mask = cpu_to_le32(CEPH_STAT_CAP_INLINE_DATA);
in ceph_netfs_issue_op_inline()
Completed in 46 milliseconds