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:dx_countlimit
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
namei.c
227
struct
dx_countlimit
struct
439
static struct
dx_countlimit
*get_dx_countlimit(struct inode *inode,
in get_dx_countlimit()
465
return (struct
dx_countlimit
*)(((void *)dirent) + count_offset);
in get_dx_countlimit()
489
struct
dx_countlimit
*c;
in ext4_dx_csum_verify()
518
struct
dx_countlimit
*c;
in ext4_dx_csum_set()
587
return le16_to_cpu(((struct
dx_countlimit
*) entries)->count);
in dx_get_count()
592
return le16_to_cpu(((struct
dx_countlimit
*) entries)->limit);
in dx_get_limit()
597
((struct
dx_countlimit
*) entries)->count = cpu_to_le16(value);
in dx_set_count()
602
((struct
dx_countlimit
*) entries)->limit = cpu_to_le16(value);
in dx_set_limit()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
namei.c
228
struct
dx_countlimit
struct
442
static struct
dx_countlimit
*get_dx_countlimit(struct inode *inode,
in get_dx_countlimit()
468
return (struct
dx_countlimit
*)(((void *)dirent) + count_offset);
in get_dx_countlimit()
492
struct
dx_countlimit
*c;
in ext4_dx_csum_verify()
521
struct
dx_countlimit
*c;
in ext4_dx_csum_set()
590
return le16_to_cpu(((struct
dx_countlimit
*) entries)->count);
in dx_get_count()
595
return le16_to_cpu(((struct
dx_countlimit
*) entries)->limit);
in dx_get_limit()
600
((struct
dx_countlimit
*) entries)->count = cpu_to_le16(value);
in dx_set_count()
605
((struct
dx_countlimit
*) entries)->limit = cpu_to_le16(value);
in dx_set_limit()
Completed in 11 milliseconds