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:EXT4_XATTR_LEN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.h
57
#define
EXT4_XATTR_LEN
(name_len) \
macro
62
(char *)(entry) +
EXT4_XATTR_LEN
((entry)->e_name_len)))
89
((b) -
EXT4_XATTR_LEN
(3) - sizeof(struct ext4_xattr_header) - 4)
H
A
D
xattr.c
1323
*total +=
EXT4_XATTR_LEN
(last->e_name_len);
in ext4_xattr_free_space()
1622
free +=
EXT4_XATTR_LEN
(name_len) + old_size;
in ext4_xattr_set_entry()
1624
if (free <
EXT4_XATTR_LEN
(name_len) + new_size) {
in ext4_xattr_set_entry()
1725
size_t size =
EXT4_XATTR_LEN
(name_len);
in ext4_xattr_set_entry()
1747
size_t size =
EXT4_XATTR_LEN
(name_len);
in ext4_xattr_set_entry()
2659
total_size =
EXT4_XATTR_LEN
(last->e_name_len);
in ext4_xattr_make_inode_space()
2680
entry_size =
EXT4_XATTR_LEN
(entry->e_name_len);
in ext4_xattr_make_inode_space()
H
A
D
inline.c
53
EXT4_XATTR_LEN
(strlen(EXT4_XATTR_SYSTEM_DATA)) -
in get_max_inline_xattr_value_size()
88
free -=
EXT4_XATTR_LEN
(strlen(EXT4_XATTR_SYSTEM_DATA));
in get_max_inline_xattr_value_size()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.h
57
#define
EXT4_XATTR_LEN
(name_len) \
macro
62
(char *)(entry) +
EXT4_XATTR_LEN
((entry)->e_name_len)))
89
((b) -
EXT4_XATTR_LEN
(3) - sizeof(struct ext4_xattr_header) - 4)
H
A
D
xattr.c
1375
*total +=
EXT4_XATTR_LEN
(last->e_name_len);
in ext4_xattr_free_space()
1676
free +=
EXT4_XATTR_LEN
(name_len) + old_size;
in ext4_xattr_set_entry()
1678
if (free <
EXT4_XATTR_LEN
(name_len) + new_size) {
in ext4_xattr_set_entry()
1779
size_t size =
EXT4_XATTR_LEN
(name_len);
in ext4_xattr_set_entry()
1801
size_t size =
EXT4_XATTR_LEN
(name_len);
in ext4_xattr_set_entry()
2716
total_size =
EXT4_XATTR_LEN
(last->e_name_len);
in ext4_xattr_make_inode_space()
2737
entry_size =
EXT4_XATTR_LEN
(entry->e_name_len);
in ext4_xattr_make_inode_space()
H
A
D
inline.c
55
EXT4_XATTR_LEN
(strlen(EXT4_XATTR_SYSTEM_DATA)) -
in get_max_inline_xattr_value_size()
90
free -=
EXT4_XATTR_LEN
(strlen(EXT4_XATTR_SYSTEM_DATA));
in get_max_inline_xattr_value_size()
Completed in 13 milliseconds