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:IS_LAST_ENTRY
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
xattr.c
72
#define
IS_LAST_ENTRY
(entry) (*(__u32 *)(entry) == 0)
macro
238
while (!
IS_LAST_ENTRY
(entry)) {
in ext2_xattr_get()
324
while (!
IS_LAST_ENTRY
(entry)) {
in ext2_xattr_list()
334
for (entry = FIRST_ENTRY(bh); !
IS_LAST_ENTRY
(entry);
in ext2_xattr_list()
469
while (!
IS_LAST_ENTRY
(last)) {
in ext2_xattr_set()
598
while (!
IS_LAST_ENTRY
(last)) {
in ext2_xattr_set()
633
if (
IS_LAST_ENTRY
(ENTRY(header+1))) {
in ext2_xattr_set()
904
while (!
IS_LAST_ENTRY
(entry1)) {
in ext2_xattr_cmp()
905
if (
IS_LAST_ENTRY
(entry2))
in ext2_xattr_cmp()
923
if (!
IS_LAST_ENTRY
(entry
in ext2_xattr_cmp()
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
xattr.c
72
#define
IS_LAST_ENTRY
(entry) (*(__u32 *)(entry) == 0)
macro
238
while (!
IS_LAST_ENTRY
(entry)) {
in ext2_xattr_get()
324
while (!
IS_LAST_ENTRY
(entry)) {
in ext2_xattr_list()
334
for (entry = FIRST_ENTRY(bh); !
IS_LAST_ENTRY
(entry);
in ext2_xattr_list()
468
while (!
IS_LAST_ENTRY
(last)) {
in ext2_xattr_set()
597
while (!
IS_LAST_ENTRY
(last)) {
in ext2_xattr_set()
632
if (
IS_LAST_ENTRY
(ENTRY(header+1))) {
in ext2_xattr_set()
905
while (!
IS_LAST_ENTRY
(entry1)) {
in ext2_xattr_cmp()
906
if (
IS_LAST_ENTRY
(entry2))
in ext2_xattr_cmp()
924
if (!
IS_LAST_ENTRY
(entry
in ext2_xattr_cmp()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
xattr.c
195
while (!
IS_LAST_ENTRY
(e)) {
in ext4_xattr_check_entries()
205
while (!
IS_LAST_ENTRY
(entry)) {
in ext4_xattr_check_entries()
297
for (entry = *pentry; !
IS_LAST_ENTRY
(entry); entry = next) {
in xattr_find_entry()
676
for (; !
IS_LAST_ENTRY
(entry); entry = EXT4_XATTR_NEXT(entry)) {
in ext4_xattr_list_entries()
837
for (entry = IFIRST(header); !
IS_LAST_ENTRY
(entry);
in ext4_get_inode_usage()
855
for (entry = BFIRST(bh); !
IS_LAST_ENTRY
(entry);
in ext4_get_inode_usage()
977
for (; !
IS_LAST_ENTRY
(entry); entry = EXT4_XATTR_NEXT(entry))
in __ext4_xattr_set_credits()
1055
for (entry = first; !
IS_LAST_ENTRY
(entry);
in ext4_xattr_inode_inc_ref_all()
1137
for (entry = first; !
IS_LAST_ENTRY
(entry);
in ext4_xattr_inode_dec_ref_all()
1316
for (; !
IS_LAST_ENTRY
(las
in ext4_xattr_free_space()
[all...]
H
A
D
xattr.h
94
#define
IS_LAST_ENTRY
(entry) (*(__u32 *)(entry) == 0)
macro
H
A
D
inline.c
62
while (!
IS_LAST_ENTRY
(entry)) {
in get_max_inline_xattr_value_size()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
xattr.c
227
while (!
IS_LAST_ENTRY
(e)) {
in check_xattrs()
241
while (!
IS_LAST_ENTRY
(entry)) {
in check_xattrs()
333
for (entry = *pentry; !
IS_LAST_ENTRY
(entry); entry = next) {
in xattr_find_entry()
726
for (; !
IS_LAST_ENTRY
(entry); entry = EXT4_XATTR_NEXT(entry)) {
in ext4_xattr_list_entries()
887
for (entry = IFIRST(header); !
IS_LAST_ENTRY
(entry);
in ext4_get_inode_usage()
905
for (entry = BFIRST(bh); !
IS_LAST_ENTRY
(entry);
in ext4_get_inode_usage()
1027
for (; !
IS_LAST_ENTRY
(entry); entry = EXT4_XATTR_NEXT(entry))
in __ext4_xattr_set_credits()
1105
for (entry = first; !
IS_LAST_ENTRY
(entry);
in ext4_xattr_inode_inc_ref_all()
1187
for (entry = first; !
IS_LAST_ENTRY
(entry);
in ext4_xattr_inode_dec_ref_all()
1368
for (; !
IS_LAST_ENTRY
(las
in ext4_xattr_free_space()
[all...]
H
A
D
xattr.h
94
#define
IS_LAST_ENTRY
(entry) (*(__u32 *)(entry) == 0)
macro
H
A
D
inline.c
64
while (!
IS_LAST_ENTRY
(entry)) {
in get_max_inline_xattr_value_size()
Completed in 13 milliseconds