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:i_auth_cap
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
caps.c
691
WARN_ON(cap != ci->
i_auth_cap
);
in ceph_add_cap()
733
if (!ci->
i_auth_cap
||
in ceph_add_cap()
734
ceph_seq_cmp(ci->
i_auth_cap
->mseq, mseq) < 0) {
in ceph_add_cap()
735
if (ci->
i_auth_cap
&&
in ceph_add_cap()
736
ci->
i_auth_cap
->session != cap->session)
in ceph_add_cap()
738
ci->
i_auth_cap
= cap;
in ceph_add_cap()
742
WARN_ON(ci->
i_auth_cap
== cap);
in ceph_add_cap()
813
if (ci->
i_auth_cap
) {
in __ceph_caps_issued()
814
cap = ci->
i_auth_cap
;
in __ceph_caps_issued()
1081
if (cap == ci->
i_auth_cap
)
in __ceph_caps_mds_wanted()
[all...]
H
A
D
file.c
307
(!(wanted & CEPH_CAP_ANY_WR) || ci->
i_auth_cap
)) {
in ceph_renew_caps()
398
(((fmode & CEPH_FILE_MODE_WR) == 0) || ci->
i_auth_cap
)) {
in ceph_open()
477
if (!ci->
i_auth_cap
)
in try_prep_async_create()
481
if (xa_empty(&ci->
i_auth_cap
->session->s_delegated_inos))
in try_prep_async_create()
501
ino = ceph_get_deleg_ino(ci->
i_auth_cap
->session);
in try_prep_async_create()
522
if (ci->
i_auth_cap
)
in restore_deleg_ino()
523
s = ceph_get_mds_session(ci->
i_auth_cap
->session);
in restore_deleg_ino()
H
A
D
xattr.c
350
ci->
i_auth_cap
? ci->
i_auth_cap
->session->s_mds : -1);
in ceph_vxattrcb_auth_mds()
H
A
D
inode.c
383
if (ci->
i_auth_cap
)
in ceph_fill_dirfrag()
384
diri_auth = ci->
i_auth_cap
->mds;
in ceph_fill_dirfrag()
602
ci->
i_auth_cap
= NULL;
in ceph_alloc_inode()
H
A
D
mds_client.c
1397
cap = ci->
i_auth_cap
;
in __choose_mds()
1408
cap == ci->
i_auth_cap
? "auth " : "", cap);
in __choose_mds()
2151
if (cap == ci->
i_auth_cap
) {
in trim_caps_cb()
3394
cap = ci->
i_auth_cap
;
in __do_request()
H
A
D
super.h
384
struct ceph_cap *
i_auth_cap
; /* authoritative cap, if any */
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
caps.c
691
WARN_ON(cap != ci->
i_auth_cap
);
in ceph_add_cap()
750
if (!ci->
i_auth_cap
||
in ceph_add_cap()
751
ceph_seq_cmp(ci->
i_auth_cap
->mseq, mseq) < 0) {
in ceph_add_cap()
752
if (ci->
i_auth_cap
&&
in ceph_add_cap()
753
ci->
i_auth_cap
->session != cap->session)
in ceph_add_cap()
755
ci->
i_auth_cap
= cap;
in ceph_add_cap()
759
WARN_ON(ci->
i_auth_cap
== cap);
in ceph_add_cap()
831
if (ci->
i_auth_cap
) {
in __ceph_caps_issued()
832
cap = ci->
i_auth_cap
;
in __ceph_caps_issued()
1099
if (cap == ci->
i_auth_cap
)
in __ceph_caps_mds_wanted()
[all...]
H
A
D
file.c
293
(!(wanted & CEPH_CAP_ANY_WR) || ci->
i_auth_cap
)) {
in ceph_renew_caps()
379
(((fmode & CEPH_FILE_MODE_WR) == 0) || ci->
i_auth_cap
)) {
in ceph_open()
458
if (!ci->
i_auth_cap
)
in try_prep_async_create()
462
if (xa_empty(&ci->
i_auth_cap
->session->s_delegated_inos))
in try_prep_async_create()
482
ino = ceph_get_deleg_ino(ci->
i_auth_cap
->session);
in try_prep_async_create()
503
if (ci->
i_auth_cap
)
in restore_deleg_ino()
504
s = ceph_get_mds_session(ci->
i_auth_cap
->session);
in restore_deleg_ino()
H
A
D
inode.c
261
if (ci->
i_auth_cap
)
in ceph_fill_dirfrag()
262
diri_auth = ci->
i_auth_cap
->mds;
in ceph_fill_dirfrag()
477
ci->
i_auth_cap
= NULL;
in ceph_alloc_inode()
H
A
D
super.h
354
struct ceph_cap *
i_auth_cap
; /* authoritative cap, if any */
member
H
A
D
mds_client.c
1155
cap = ci->
i_auth_cap
;
in __choose_mds()
1166
cap == ci->
i_auth_cap
? "auth " : "", cap);
in __choose_mds()
1652
if (!ci->
i_auth_cap
) {
in remove_session_caps_cb()
2002
if (cap == ci->
i_auth_cap
) {
in trim_caps_cb()
Completed in 40 milliseconds