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:EA_BLOCK_CACHE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
xattr.c
122
#define
EA_BLOCK_CACHE
(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
macro
204
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_get()
296
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_list()
526
oe = mb_cache_entry_delete_or_get(
EA_BLOCK_CACHE
(inode),
in ext2_xattr_set()
535
mb_cache_entry_put(
EA_BLOCK_CACHE
(inode), oe);
in ext2_xattr_set()
656
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_release_block()
712
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_set2()
942
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_cache_find()
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
xattr.c
126
#define
EA_BLOCK_CACHE
(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
macro
204
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_get()
296
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_list()
530
mb_cache_entry_delete(
EA_BLOCK_CACHE
(inode), hash,
in ext2_xattr_set()
664
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_set2()
839
mb_cache_entry_delete(
EA_BLOCK_CACHE
(inode), hash,
in ext2_xattr_delete_inode()
941
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext2_xattr_cache_find()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.c
113
#define
EA_BLOCK_CACHE
(inode) (((struct ext4_sb_info *) \
macro
532
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_get()
722
ext4_xattr_block_cache_insert(
EA_BLOCK_CACHE
(inode), bh);
in ext4_xattr_block_list()
1222
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_release_block()
1875
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_set()
3058
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_cache_find()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.c
111
#define
EA_BLOCK_CACHE
(inode) (((struct ext4_sb_info *) \
macro
582
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_get()
771
ext4_xattr_block_cache_insert(
EA_BLOCK_CACHE
(inode), bh);
in ext4_xattr_block_list()
1273
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_release_block()
1929
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_set()
3116
struct mb_cache *ea_block_cache =
EA_BLOCK_CACHE
(inode);
in ext4_xattr_block_cache_find()
Completed in 11 milliseconds