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:im_boffset
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
243
* ir_startino can be large enough to make
im_boffset
nonzero.
in xchk_iallocbt_check_cluster()
248
imap.
im_boffset
= XFS_INO_TO_OFFSET(mp, irec->ir_startino) <<
in xchk_iallocbt_check_cluster()
251
if (imap.
im_boffset
!= 0 && cluster_base != 0) {
in xchk_iallocbt_check_cluster()
252
ASSERT(imap.
im_boffset
== 0 || cluster_base == 0);
in xchk_iallocbt_check_cluster()
289
if (imap.
im_boffset
>= BBTOB(cluster_bp->b_length)) {
in xchk_iallocbt_check_cluster()
294
dip = xfs_buf_offset(cluster_bp, imap.
im_boffset
);
in xchk_iallocbt_check_cluster()
299
imap.
im_boffset
+= mp->m_sb.sb_inodesize;
in xchk_iallocbt_check_cluster()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iunlink_item.c
73
dip = xfs_buf_offset(ibp, ip->i_imap.
im_boffset
);
in xfs_iunlink_log_dinode()
88
offset = ip->i_imap.
im_boffset
+
in xfs_iunlink_log_dinode()
H
A
D
xfs_inode_item.c
487
ip->i_imap.
im_boffset
);
in xfs_copy_dm_fields_to_log_dinode()
613
ilf->ilf_boffset = ip->i_imap.
im_boffset
;
in xfs_inode_item_format()
H
A
D
xfs_icache.c
640
xfs_buf_offset(bp, ip->i_imap.
im_boffset
));
in xfs_iget_cache_miss()
H
A
D
xfs_inode.c
3198
dip = xfs_buf_offset(bp, ip->i_imap.
im_boffset
);
in xfs_iflush()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
396
* ir_startino can be large enough to make
im_boffset
nonzero.
in xchk_iallocbt_check_cluster()
401
imap.
im_boffset
= XFS_INO_TO_OFFSET(mp, irec->ir_startino) <<
in xchk_iallocbt_check_cluster()
404
if (imap.
im_boffset
!= 0 && cluster_base != 0) {
in xchk_iallocbt_check_cluster()
405
ASSERT(imap.
im_boffset
== 0 || cluster_base == 0);
in xchk_iallocbt_check_cluster()
442
if (imap.
im_boffset
>= BBTOB(cluster_bp->b_length)) {
in xchk_iallocbt_check_cluster()
447
dip = xfs_buf_offset(cluster_bp, imap.
im_boffset
);
in xchk_iallocbt_check_cluster()
452
imap.
im_boffset
+= mp->m_sb.sb_inodesize;
in xchk_iallocbt_check_cluster()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.h
47
unsigned short
im_boffset
; /* inode offset in block in bytes */
member
H
A
D
xfs_inode_buf.c
156
*dipp = xfs_buf_offset(bp, imap->
im_boffset
);
in xfs_imap_to_bp()
H
A
D
xfs_ialloc.c
2391
imap->
im_boffset
= (unsigned short)(offset <<
in xfs_imap()
2421
imap->
im_boffset
= (unsigned short)(offset << mp->m_sb.sb_inodelog);
in xfs_imap()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.h
19
unsigned short
im_boffset
; /* inode offset in block in bytes */
member
H
A
D
xfs_ialloc.c
2370
imap->
im_boffset
= (unsigned short)(offset <<
in xfs_imap()
2400
imap->
im_boffset
= (unsigned short)(offset << mp->m_sb.sb_inodelog);
in xfs_imap()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
435
ilf->ilf_boffset = ip->i_imap.
im_boffset
;
in xfs_inode_item_format()
H
A
D
xfs_inode.c
2156
offset = imap->
im_boffset
+
in xfs_iunlink_update_dinode()
3460
dip = xfs_buf_offset(bp, ip->i_imap.
im_boffset
);
in xfs_iflush()
Completed in 22 milliseconds