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_aformat
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
inode.c
394
if (dip->di_forkoff == 0 && dip->
di_aformat
!= XFS_DINODE_FMT_EXTENTS)
in xchk_dinode()
397
/*
di_aformat
*/
in xchk_dinode()
398
if (dip->
di_aformat
!= XFS_DINODE_FMT_LOCAL &&
in xchk_dinode()
399
dip->
di_aformat
!= XFS_DINODE_FMT_EXTENTS &&
in xchk_dinode()
400
dip->
di_aformat
!= XFS_DINODE_FMT_BTREE)
in xchk_dinode()
406
switch (dip->
di_aformat
) {
in xchk_dinode()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
inode.c
554
if (dip->di_forkoff == 0 && dip->
di_aformat
!= XFS_DINODE_FMT_EXTENTS)
in xchk_dinode()
557
/*
di_aformat
*/
in xchk_dinode()
558
if (dip->
di_aformat
!= XFS_DINODE_FMT_LOCAL &&
in xchk_dinode()
559
dip->
di_aformat
!= XFS_DINODE_FMT_EXTENTS &&
in xchk_dinode()
560
dip->
di_aformat
!= XFS_DINODE_FMT_BTREE)
in xchk_dinode()
565
switch (dip->
di_aformat
) {
in xchk_dinode()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item_recover.c
173
to->
di_aformat
= from->
di_aformat
;
in xfs_log_dinode_to_disk()
H
A
D
xfs_inode_item.c
365
to->
di_aformat
= xfs_ifork_format(ip->i_afp);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item_recover.c
193
to->
di_aformat
= from->
di_aformat
;
in xfs_log_dinode_to_disk()
H
A
D
xfs_inode_item.c
540
to->
di_aformat
= xfs_ifork_format(&ip->i_af);
in xfs_inode_to_log_dinode()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
332
to->
di_aformat
= xfs_ifork_format(ip->i_afp);
in xfs_inode_to_disk()
527
* in a new disk cluster, in which case
di_aformat
is zeroed.
in xfs_dinode_verify()
531
switch (dip->
di_aformat
) {
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
405
int8_t
di_aformat
; /* format of attr fork's data */
member
H
A
D
xfs_format.h
947
* inode as indicated by di_format and
di_aformat
. To access the data and
981
__s8
di_aformat
; /* format of attr fork's data */
member
1096
(dip)->
di_aformat
)
H
A
D
xfs_inode_fork.c
295
ip->i_afp->if_format = dip->
di_aformat
;
in xfs_iformat_attr_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_inode_buf.c
329
to->
di_aformat
= xfs_ifork_format(&ip->i_af);
in xfs_inode_to_disk()
560
* in a new disk cluster, in which case
di_aformat
is zeroed.
in xfs_dinode_verify()
564
switch (dip->
di_aformat
) {
in xfs_dinode_verify()
H
A
D
xfs_log_format.h
442
int8_t
di_aformat
; /* format of attr fork's data */
member
H
A
D
xfs_format.h
781
* inode as indicated by di_format and
di_aformat
. To access the data and
839
__s8
di_aformat
; /* format of attr fork's data */
member
1004
(dip)->
di_aformat
)
H
A
D
xfs_inode_fork.c
325
xfs_ifork_init_attr(ip, dip->
di_aformat
, naextents);
in xfs_iformat_attr_fork()
Completed in 21 milliseconds