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:xattr_blob
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
210
struct ceph_buffer *
xattr_blob
;
member
228
if (capsnap->
xattr_blob
)
in ceph_put_cap_snap()
229
ceph_buffer_put(capsnap->
xattr_blob
);
in ceph_put_cap_snap()
H
A
D
inode.c
751
struct ceph_buffer *
xattr_blob
= NULL;
in ceph_fill_inode()
local
782
xattr_blob
= ceph_buffer_new(iinfo->xattr_len, GFP_NOFS);
in ceph_fill_inode()
783
if (!
xattr_blob
)
in ceph_fill_inode()
909
ci->i_xattrs.blob =
xattr_blob
;
in ceph_fill_inode()
910
if (
xattr_blob
)
in ceph_fill_inode()
916
xattr_blob
= NULL;
in ceph_fill_inode()
1052
ceph_buffer_put(
xattr_blob
);
in ceph_fill_inode()
H
A
D
snap.c
563
capsnap->
xattr_blob
=
in ceph_queue_cap_snap()
567
capsnap->
xattr_blob
= NULL;
in ceph_queue_cap_snap()
H
A
D
caps.c
1498
arg.xattr_buf = capsnap->
xattr_blob
;
in __send_flush_snap()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.h
234
struct ceph_buffer *
xattr_blob
;
member
252
if (capsnap->
xattr_blob
)
in ceph_put_cap_snap()
253
ceph_buffer_put(capsnap->
xattr_blob
);
in ceph_put_cap_snap()
H
A
D
inode.c
925
struct ceph_buffer *
xattr_blob
= NULL;
in ceph_fill_inode()
local
977
xattr_blob
= ceph_buffer_new(iinfo->xattr_len, GFP_NOFS);
in ceph_fill_inode()
978
if (!
xattr_blob
)
in ceph_fill_inode()
1130
ci->i_xattrs.blob =
xattr_blob
;
in ceph_fill_inode()
1131
if (
xattr_blob
)
in ceph_fill_inode()
1137
xattr_blob
= NULL;
in ceph_fill_inode()
1301
ceph_buffer_put(
xattr_blob
);
in ceph_fill_inode()
H
A
D
snap.c
599
capsnap->
xattr_blob
=
in ceph_queue_cap_snap()
603
capsnap->
xattr_blob
= NULL;
in ceph_queue_cap_snap()
H
A
D
caps.c
1539
arg.xattr_buf = capsnap->
xattr_blob
;
in __send_flush_snap()
Completed in 24 milliseconds