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:xfs_mask64lo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap_btree.c
67
irec->br_startoff = (l0 &
xfs_mask64lo
(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
in xfs_bmbt_disk_get_all()
68
irec->br_startblock = ((l0 &
xfs_mask64lo
(9)) << 43) | (l1 >> 21);
in xfs_bmbt_disk_get_all()
69
irec->br_blockcount = l1 &
xfs_mask64lo
(21);
in xfs_bmbt_disk_get_all()
83
return (xfs_filblks_t)(be64_to_cpu(r->l1) &
xfs_mask64lo
(21));
in xfs_bmbt_disk_get_blockcount()
94
xfs_mask64lo
(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
in xfs_bmbt_disk_get_startoff()
119
(xfs_bmbt_rec_base_t)
xfs_mask64lo
(21)), &r->l1);
in xfs_bmbt_disk_set_all()
H
A
D
xfs_bit.h
24
static inline uint64_t
xfs_mask64lo
(int n)
in xfs_mask64lo()
function
H
A
D
xfs_iext_tree.c
28
#define XFS_IEXT_STARTOFF_MASK
xfs_mask64lo
(BMBT_STARTOFF_BITLEN)
29
#define XFS_IEXT_LENGTH_MASK
xfs_mask64lo
(BMBT_BLOCKCOUNT_BITLEN)
30
#define XFS_IEXT_STARTBLOCK_MASK
xfs_mask64lo
(BMBT_STARTBLOCK_BITLEN)
65
rec->hi |= ((irec->br_startblock & ~
xfs_mask64lo
(10)) << (22 - 10));
in xfs_iext_set()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap_btree.c
70
irec->br_startoff = (l0 &
xfs_mask64lo
(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
in xfs_bmbt_disk_get_all()
71
irec->br_startblock = ((l0 &
xfs_mask64lo
(9)) << 43) | (l1 >> 21);
in xfs_bmbt_disk_get_all()
72
irec->br_blockcount = l1 &
xfs_mask64lo
(21);
in xfs_bmbt_disk_get_all()
86
return (xfs_filblks_t)(be64_to_cpu(r->l1) &
xfs_mask64lo
(21));
in xfs_bmbt_disk_get_blockcount()
97
xfs_mask64lo
(64 - BMBT_EXNTFLAG_BITLEN)) >> 9;
in xfs_bmbt_disk_get_startoff()
122
(xfs_bmbt_rec_base_t)
xfs_mask64lo
(21)), &r->l1);
in xfs_bmbt_disk_set_all()
H
A
D
xfs_bit.h
24
static inline uint64_t
xfs_mask64lo
(int n)
in xfs_mask64lo()
function
H
A
D
xfs_iext_tree.c
28
#define XFS_IEXT_STARTOFF_MASK
xfs_mask64lo
(BMBT_STARTOFF_BITLEN)
29
#define XFS_IEXT_LENGTH_MASK
xfs_mask64lo
(BMBT_BLOCKCOUNT_BITLEN)
30
#define XFS_IEXT_STARTBLOCK_MASK
xfs_mask64lo
(BMBT_STARTBLOCK_BITLEN)
65
rec->hi |= ((irec->br_startblock & ~
xfs_mask64lo
(10)) << (22 - 10));
in xfs_iext_set()
Completed in 5 milliseconds