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:di_format
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
177
to->
di_format
= from->
di_format
;
in xfs_log_dinode_to_disk()
395
if ((ldip->
di_format
!= XFS_DINODE_FMT_EXTENTS) &&
in xlog_recover_inode_commit_pass2()
396
(ldip->
di_format
!= XFS_DINODE_FMT_BTREE)) {
in xlog_recover_inode_commit_pass2()
402
in_f->ilf_ino, ldip->
di_format
);
in xlog_recover_inode_commit_pass2()
407
if ((ldip->
di_format
!= XFS_DINODE_FMT_EXTENTS) &&
in xlog_recover_inode_commit_pass2()
408
(ldip->
di_format
!= XFS_DINODE_FMT_BTREE) &&
in xlog_recover_inode_commit_pass2()
409
(ldip->
di_format
!= XFS_DINODE_FMT_LOCAL)) {
in xlog_recover_inode_commit_pass2()
415
in_f->ilf_ino, ldip->
di_format
);
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode_item.c
522
to->
di_format
= xfs_ifork_format(&ip->i_df);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
154
to->
di_format
= from->
di_format
;
in xfs_log_dinode_to_disk()
318
if ((ldip->
di_format
!= XFS_DINODE_FMT_EXTENTS) &&
in xlog_recover_inode_commit_pass2()
319
(ldip->
di_format
!= XFS_DINODE_FMT_BTREE)) {
in xlog_recover_inode_commit_pass2()
331
if ((ldip->
di_format
!= XFS_DINODE_FMT_EXTENTS) &&
in xlog_recover_inode_commit_pass2()
332
(ldip->
di_format
!= XFS_DINODE_FMT_BTREE) &&
in xlog_recover_inode_commit_pass2()
333
(ldip->
di_format
!= XFS_DINODE_FMT_LOCAL)) {
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode_item.c
344
to->
di_format
= xfs_ifork_format(&ip->i_df);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
312
to->
di_format
= xfs_ifork_format(&ip->i_df);
in xfs_inode_to_disk()
420
switch (dip->
di_format
) {
in xfs_dinode_verify_forkoff()
503
if (dip->
di_format
!= XFS_DINODE_FMT_DEV)
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
387
int8_t
di_format
; /* format of di_c data */
member
H
A
D
xfs_format.h
947
* inode as indicated by
di_format
and di_aformat. To access the data and
963
__u8
di_format
; /* format of di_c data */
member
1028
* Values for
di_format
1095
(dip)->
di_format
: \
H
A
D
xfs_inode_fork.c
235
ip->i_df.if_format = dip->
di_format
;
in xfs_iformat_data_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
312
to->
di_format
= xfs_ifork_format(&ip->i_df);
in xfs_inode_to_disk()
420
switch (dip->
di_format
) {
in xfs_dinode_verify_forkoff()
536
if (dip->
di_format
!= XFS_DINODE_FMT_DEV)
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
399
int8_t
di_format
; /* format of di_c data */
member
H
A
D
xfs_format.h
781
* inode as indicated by
di_format
and di_aformat. To access the data and
796
__u8
di_format
; /* format of di_c data */
member
886
* Values for
di_format
1003
(dip)->
di_format
: \
H
A
D
xfs_inode_fork.c
235
ip->i_df.if_format = dip->
di_format
;
in xfs_iformat_data_fork()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
288
/*
di_format
*/
in xchk_dinode()
289
switch (dip->
di_format
) {
in xchk_dinode()
374
switch (dip->
di_format
) {
in xchk_dinode()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
inode.c
446
/*
di_format
*/
in xchk_dinode()
447
switch (dip->
di_format
) {
in xchk_dinode()
534
switch (dip->
di_format
) {
in xchk_dinode()
Completed in 26 milliseconds