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_names
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
xattr.c
102
names_len = host_ui->
xattr_names
+ host_ui->xattr_cnt + fname_len(nm) + 1;
in create_xattr()
141
host_ui->
xattr_names
+= fname_len(nm);
in create_xattr()
167
host_ui->
xattr_names
-= fname_len(nm);
in create_xattr()
410
len = host_ui->
xattr_names
+ host_ui->xattr_cnt;
in ubifs_listxattr()
481
host_ui->
xattr_names
-= fname_len(nm);
in remove_xattr()
495
host_ui->
xattr_names
+= fname_len(nm);
in remove_xattr()
H
A
D
ubifs-media.h
501
* @
xattr_names
: sum of lengths of all extended attribute names belonging to
535
__le32
xattr_names
;
member
H
A
D
debug.c
251
pr_err("\txattr_names %u\n", ui->
xattr_names
);
in ubifs_dump_inode()
465
pr_err("\txattr_names %u\n", le32_to_cpu(ino->
xattr_names
));
in ubifs_dump_node()
1864
fscki->xattr_nms = le32_to_cpu(ino->
xattr_names
);
in add_inode()
1872
fscki->xattr_nms = ui->
xattr_names
;
in add_inode()
H
A
D
super.c
89
if (ui->
xattr_names
+ ui->xattr_cnt > XATTR_LIST_MAX)
in validate_inode()
160
ui->
xattr_names
= le32_to_cpu(ino->
xattr_names
);
in ubifs_iget()
H
A
D
journal.c
471
ino->
xattr_names
= cpu_to_le32(ui->
xattr_names
);
in pack_inode()
H
A
D
ubifs.h
351
* @
xattr_names
: sum of lengths of all extended attribute names belonging to
407
unsigned int
xattr_names
;
member
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
xattr.c
102
names_len = host_ui->
xattr_names
+ host_ui->xattr_cnt + fname_len(nm) + 1;
in create_xattr()
141
host_ui->
xattr_names
+= fname_len(nm);
in create_xattr()
167
host_ui->
xattr_names
-= fname_len(nm);
in create_xattr()
410
len = host_ui->
xattr_names
+ host_ui->xattr_cnt;
in ubifs_listxattr()
481
host_ui->
xattr_names
-= fname_len(nm);
in remove_xattr()
495
host_ui->
xattr_names
+= fname_len(nm);
in remove_xattr()
H
A
D
ubifs-media.h
501
* @
xattr_names
: sum of lengths of all extended attribute names belonging to
535
__le32
xattr_names
;
member
H
A
D
debug.c
251
pr_err("\txattr_names %u\n", ui->
xattr_names
);
in ubifs_dump_inode()
465
pr_err("\txattr_names %u\n", le32_to_cpu(ino->
xattr_names
));
in ubifs_dump_node()
1864
fscki->xattr_nms = le32_to_cpu(ino->
xattr_names
);
in add_inode()
1872
fscki->xattr_nms = ui->
xattr_names
;
in add_inode()
H
A
D
super.c
89
if (ui->
xattr_names
+ ui->xattr_cnt > XATTR_LIST_MAX)
in validate_inode()
160
ui->
xattr_names
= le32_to_cpu(ino->
xattr_names
);
in ubifs_iget()
H
A
D
journal.c
471
ino->
xattr_names
= cpu_to_le32(ui->
xattr_names
);
in pack_inode()
H
A
D
ubifs.h
360
* @
xattr_names
: sum of lengths of all extended attribute names belonging to
416
unsigned int
xattr_names
;
member
Completed in 32 milliseconds