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:BHDR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.c
158
struct ext4_xattr_header *hdr =
BHDR
(bh);
in ext4_xattr_block_csum_verify()
174
BHDR
(bh)->h_checksum = ext4_xattr_block_csum(inode,
in ext4_xattr_block_csum_set()
175
bh->b_blocknr,
BHDR
(bh));
in ext4_xattr_block_csum_set()
241
if (
BHDR
(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
in __ext4_xattr_check_block()
242
BHDR
(bh)->h_blocks != cpu_to_le32(1))
in __ext4_xattr_check_block()
545
atomic_read(&(bh->b_count)), le32_to_cpu(
BHDR
(bh)->h_refcount));
in ext4_xattr_block_get()
718
atomic_read(&(bh->b_count)), le32_to_cpu(
BHDR
(bh)->h_refcount));
in ext4_xattr_block_list()
1233
hash = le32_to_cpu(
BHDR
(bh)->h_hash);
in ext4_xattr_release_block()
1234
ref = le32_to_cpu(
BHDR
(bh)->h_refcount);
in ext4_xattr_release_block()
1268
BHDR
(b
in ext4_xattr_release_block()
[all...]
H
A
D
xattr.h
91
#define
BHDR
(bh) ((struct ext4_xattr_header *)((bh)->b_data))
macro
93
#define BFIRST(bh) ENTRY(
BHDR
(bh)+1)
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.h
91
#define
BHDR
(bh) ((struct ext4_xattr_header *)((bh)->b_data))
macro
93
#define BFIRST(bh) ENTRY(
BHDR
(bh)+1)
H
A
D
xattr.c
156
struct ext4_xattr_header *hdr =
BHDR
(bh);
in ext4_xattr_block_csum_verify()
172
BHDR
(bh)->h_checksum = ext4_xattr_block_csum(inode,
in ext4_xattr_block_csum_set()
173
bh->b_blocknr,
BHDR
(bh));
in ext4_xattr_block_csum_set()
200
if (
BHDR
(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
in check_xattrs()
201
BHDR
(bh)->h_blocks != cpu_to_le32(1)) {
in check_xattrs()
595
atomic_read(&(bh->b_count)), le32_to_cpu(
BHDR
(bh)->h_refcount));
in ext4_xattr_block_get()
767
atomic_read(&(bh->b_count)), le32_to_cpu(
BHDR
(bh)->h_refcount));
in ext4_xattr_block_list()
1285
hash = le32_to_cpu(
BHDR
(bh)->h_hash);
in ext4_xattr_release_block()
1286
ref = le32_to_cpu(
BHDR
(bh)->h_refcount);
in ext4_xattr_release_block()
1320
BHDR
(b
in ext4_xattr_release_block()
[all...]
Completed in 7 milliseconds