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_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.h
63
#define
EXT4_XATTR_SIZE
(size) \
macro
H
A
D
xattr.c
226
EXT4_XATTR_SIZE
(size) > end - value)
in ext4_xattr_check_entries()
1578
EXT4_XATTR_SIZE
(le32_to_cpu(here->e_value_size)) : 0;
in ext4_xattr_set_entry()
1579
new_size = (i->value && !in_inode) ?
EXT4_XATTR_SIZE
(i->value_len) : 0;
in ext4_xattr_set_entry()
2384
(
EXT4_XATTR_SIZE
(i.value_len) >
in ext4_xattr_set_handle()
2661
total_size +=
EXT4_XATTR_SIZE
(
in ext4_xattr_make_inode_space()
2683
total_size +=
EXT4_XATTR_SIZE
(
in ext4_xattr_make_inode_space()
H
A
D
inline.c
52
return
EXT4_XATTR_SIZE
(min_offs -
in get_max_inline_xattr_value_size()
84
free +=
EXT4_XATTR_SIZE
(le32_to_cpu(entry->e_value_size));
in get_max_inline_xattr_value_size()
91
free =
EXT4_XATTR_SIZE
(free - EXT4_XATTR_ROUND);
in get_max_inline_xattr_value_size()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.h
63
#define
EXT4_XATTR_SIZE
(size) \
macro
H
A
D
xattr.c
276
EXT4_XATTR_SIZE
(size) > end - value) {
in check_xattrs()
1632
EXT4_XATTR_SIZE
(le32_to_cpu(here->e_value_size)) : 0;
in ext4_xattr_set_entry()
1633
new_size = (i->value && !in_inode) ?
EXT4_XATTR_SIZE
(i->value_len) : 0;
in ext4_xattr_set_entry()
2440
(
EXT4_XATTR_SIZE
(i.value_len) >
in ext4_xattr_set_handle()
2718
total_size +=
EXT4_XATTR_SIZE
(
in ext4_xattr_make_inode_space()
2740
total_size +=
EXT4_XATTR_SIZE
(
in ext4_xattr_make_inode_space()
H
A
D
inline.c
54
return
EXT4_XATTR_SIZE
(min_offs -
in get_max_inline_xattr_value_size()
86
free +=
EXT4_XATTR_SIZE
(le32_to_cpu(entry->e_value_size));
in get_max_inline_xattr_value_size()
93
free =
EXT4_XATTR_SIZE
(free - EXT4_XATTR_ROUND);
in get_max_inline_xattr_value_size()
Completed in 14 milliseconds