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:rmtvaluelen
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_attr_remote.c
399
ASSERT(args->
rmtvaluelen
== args->valuelen);
in xfs_attr_rmtval_get()
401
valuelen = args->
rmtvaluelen
;
in xfs_attr_rmtval_get()
459
blkcnt = xfs_attr3_rmt_blocks(mp, args->
rmtvaluelen
);
in xfs_attr_rmt_find_hole()
494
valuelen = args->
rmtvaluelen
;
in xfs_attr_rmtval_set_value()
H
A
D
xfs_attr.c
591
args->rmtvaluelen2 = args->
rmtvaluelen
;
in xfs_attr_save_rmt_blk()
603
args->
rmtvaluelen
= args->rmtvaluelen2;
in xfs_attr_restore_rmt_blk()
649
args->
rmtvaluelen
= 0;
in xfs_attr_leaf_try_add()
954
args->
rmtvaluelen
= 0;
in xfs_attr_node_addname()
H
A
D
xfs_da_btree.h
74
int
rmtvaluelen
; /* remote attr value length in bytes */
member
H
A
D
xfs_attr_leaf.c
1526
args->
rmtvaluelen
= args->valuelen;
in xfs_attr3_leaf_add_work()
2449
args->
rmtvaluelen
= be32_to_cpu(name_rmt->valuelen);
in xfs_attr3_leaf_lookup_int()
2453
args->
rmtvaluelen
);
in xfs_attr3_leaf_lookup_int()
2498
args->
rmtvaluelen
= be32_to_cpu(name_rmt->valuelen);
in xfs_attr3_leaf_getvalue()
2501
args->
rmtvaluelen
);
in xfs_attr3_leaf_getvalue()
2502
return xfs_attr_copy_value(args, NULL, args->
rmtvaluelen
);
in xfs_attr3_leaf_getvalue()
2787
name_rmt->valuelen = cpu_to_be32(args->
rmtvaluelen
);
in xfs_attr3_leaf_clearflag()
2939
name_rmt->valuelen = cpu_to_be32(args->
rmtvaluelen
);
in xfs_attr3_leaf_flipflags()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_attr_remote.c
399
ASSERT(args->
rmtvaluelen
== args->valuelen);
in xfs_attr_rmtval_get()
401
valuelen = args->
rmtvaluelen
;
in xfs_attr_rmtval_get()
459
blkcnt = xfs_attr3_rmt_blocks(mp, args->
rmtvaluelen
);
in xfs_attr_rmt_find_hole()
494
valuelen = args->
rmtvaluelen
;
in xfs_attr_rmtval_set_value()
H
A
D
xfs_da_btree.h
74
int
rmtvaluelen
; /* remote attr value length in bytes */
member
H
A
D
xfs_attr_leaf.c
1572
args->
rmtvaluelen
= args->valuelen;
in xfs_attr3_leaf_add_work()
2493
args->
rmtvaluelen
= be32_to_cpu(name_rmt->valuelen);
in xfs_attr3_leaf_lookup_int()
2497
args->
rmtvaluelen
);
in xfs_attr3_leaf_lookup_int()
2542
args->
rmtvaluelen
= be32_to_cpu(name_rmt->valuelen);
in xfs_attr3_leaf_getvalue()
2545
args->
rmtvaluelen
);
in xfs_attr3_leaf_getvalue()
2546
return xfs_attr_copy_value(args, NULL, args->
rmtvaluelen
);
in xfs_attr3_leaf_getvalue()
2831
name_rmt->valuelen = cpu_to_be32(args->
rmtvaluelen
);
in xfs_attr3_leaf_clearflag()
2983
name_rmt->valuelen = cpu_to_be32(args->
rmtvaluelen
);
in xfs_attr3_leaf_flipflags()
H
A
D
xfs_attr.c
1176
args->rmtvaluelen2 = args->
rmtvaluelen
;
in xfs_attr_save_rmt_blk()
1179
args->
rmtvaluelen
= 0;
in xfs_attr_save_rmt_blk()
1191
args->
rmtvaluelen
= args->rmtvaluelen2;
in xfs_attr_restore_rmt_blk()
Completed in 14 milliseconds