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
defs:blockmask
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H
A
D
peeksiginfo.c
156
sigset_t
blockmask
;
in main()
local
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H
A
D
peeksiginfo.c
156
sigset_t
blockmask
;
in main()
local
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
sddr55.c
93
int
blockmask
; /* 2^blockshift - 1 */
member
H
A
D
alauda.c
91
unsigned int
blockmask
; /* mask to get page from address */
member
H
A
D
sddr09.c
253
int
blockmask
; /* 2^blockshift - 1 */
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
file.c
172
unsigned long
blockmask
= sb->s_blocksize - 1;
in ext4_unaligned_io()
local
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
file.c
199
unsigned long
blockmask
= sb->s_blocksize - 1;
in ext4_unaligned_io()
local
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
sddr55.c
93
int
blockmask
; /* 2^blockshift - 1 */
member
H
A
D
alauda.c
91
unsigned int
blockmask
; /* mask to get page from address */
member
H
A
D
sddr09.c
253
int
blockmask
; /* 2^blockshift - 1 */
member
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
bmap.c
1030
unsigned int
blockmask
= i_blocksize(inode) - 1;
in gfs2_iomap_page_prepare()
local
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
file.c
2173
int
blockmask
= inode->i_sb->s_blocksize - 1;
in ocfs2_is_io_unaligned()
local
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
file.c
2167
int
blockmask
= inode->i_sb->s_blocksize - 1;
in ocfs2_is_io_unaligned()
local
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
bmap.c
963
unsigned int
blockmask
= i_blocksize(inode) - 1;
in gfs2_iomap_get_folio()
local
Completed in 24 milliseconds