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:GFS2_NBBY
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
rgrp.c
53
return rbm->rgd->rd_data0 + (rbm_bi(rbm)->bi_start *
GFS2_NBBY
) +
in gfs2_rbm_to_block()
60
* bits. So, each byte represents
GFS2_NBBY
(i.e. 4) blocks.
99
const unsigned int bit = (rbm->offset %
GFS2_NBBY
) * GFS2_BIT_SIZE;
in gfs2_setbit()
101
byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset /
GFS2_NBBY
);
in gfs2_setbit()
126
byte2 = bi->bi_clone + bi->bi_offset + (rbm->offset /
GFS2_NBBY
);
in gfs2_setbit()
155
byte = buffer + (rbm->offset /
GFS2_NBBY
);
in gfs2_testbit()
156
bit = (rbm->offset %
GFS2_NBBY
) * GFS2_BIT_SIZE;
in gfs2_testbit()
261
return (((const unsigned char *)ptr - buf) *
GFS2_NBBY
) + bit;
in gfs2_bitfit()
289
sizeof(struct gfs2_meta_header)) *
GFS2_NBBY
;
in gfs2_rbm_from_block()
399
start += (rbm.offset /
GFS2_NBBY
);
in gfs2_free_extlen()
[all...]
H
A
D
ops_fstype.c
313
*
GFS2_NBBY
; /* not the rgrp bitmap, subsequent bitmaps only */
in gfs2_read_sb()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
rgrp.c
42
* bits. So, each byte represents
GFS2_NBBY
(i.e. 4) blocks.
81
const unsigned int bit = (rbm->offset %
GFS2_NBBY
) * GFS2_BIT_SIZE;
in gfs2_setbit()
83
byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset /
GFS2_NBBY
);
in gfs2_setbit()
108
byte2 = bi->bi_clone + bi->bi_offset + (rbm->offset /
GFS2_NBBY
);
in gfs2_setbit()
137
byte = buffer + (rbm->offset /
GFS2_NBBY
);
in gfs2_testbit()
138
bit = (rbm->offset %
GFS2_NBBY
) * GFS2_BIT_SIZE;
in gfs2_testbit()
245
return (((const unsigned char *)ptr - buf) *
GFS2_NBBY
) + bit;
in gfs2_bitfit()
273
sizeof(struct gfs2_meta_header)) *
GFS2_NBBY
;
in gfs2_rbm_from_block()
373
start += (rbm.offset /
GFS2_NBBY
);
in gfs2_free_extlen()
374
bytes = min_t(u32, len /
GFS2_NBBY
, (en
in gfs2_free_extlen()
[all...]
H
A
D
incore.h
142
return rbm->rgd->rd_data0 + (rbm_bi(rbm)->bi_start *
GFS2_NBBY
) +
in gfs2_rbm_to_block()
H
A
D
ops_fstype.c
321
*
GFS2_NBBY
; /* not the rgrp bitmap, subsequent bitmaps only */
in gfs2_read_sb()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
159
#define
GFS2_NBBY
4
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
159
#define
GFS2_NBBY
4
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
108
#define
GFS2_NBBY
4
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
108
#define
GFS2_NBBY
4
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
96
#define
GFS2_NBBY
4
macro
Completed in 20 milliseconds