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_ILOG_DEV
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
162
~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
185
~(XFS_ILOG_DDATA | XFS_ILOG_DEXT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
203
~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
225
if (iip->ili_fields &
XFS_ILOG_DEV
)
in xfs_inode_item_format_data_fork()
H
A
D
xfs_inode_item_recover.c
394
if (fields &
XFS_ILOG_DEV
)
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode.c
902
flags |=
XFS_ILOG_DEV
;
in xfs_ialloc()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
314
#define
XFS_ILOG_DEV
0x010 /* log the dev field */
macro
332
XFS_ILOG_DBROOT |
XFS_ILOG_DEV
| \
345
XFS_ILOG_DEV
| XFS_ILOG_ADATA | \
H
A
D
xfs_inode_fork.c
640
if (iip->ili_fields &
XFS_ILOG_DEV
) {
in xfs_iflush_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
319
#define
XFS_ILOG_DEV
0x010 /* log the dev field */
macro
344
XFS_ILOG_DBROOT |
XFS_ILOG_DEV
| \
357
XFS_ILOG_DEV
| XFS_ILOG_ADATA | \
H
A
D
xfs_inode_fork.c
656
if (iip->ili_fields &
XFS_ILOG_DEV
) {
in xfs_iflush_fork()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
310
~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
333
~(XFS_ILOG_DDATA | XFS_ILOG_DEXT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
351
~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT |
XFS_ILOG_DEV
);
in xfs_inode_item_format_data_fork()
368
if (iip->ili_fields &
XFS_ILOG_DEV
)
in xfs_inode_item_format_data_fork()
H
A
D
xfs_inode_item_recover.c
458
if (fields &
XFS_ILOG_DEV
)
in xlog_recover_inode_commit_pass2()
H
A
D
xfs_inode.c
866
flags |=
XFS_ILOG_DEV
;
in xfs_init_new_inode()
Completed in 17 milliseconds