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_AEXT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
317
#define
XFS_ILOG_AEXT
0x080 /* log i_af.if_extents */
macro
333
XFS_ILOG_ADATA |
XFS_ILOG_AEXT
| \
340
#define XFS_ILOG_AFORK (XFS_ILOG_ADATA |
XFS_ILOG_AEXT
| \
346
XFS_ILOG_AEXT
| XFS_ILOG_ABROOT | \
357
return (w == XFS_DATA_FORK ? XFS_ILOG_DEXT :
XFS_ILOG_AEXT
);
in xfs_ilog_fext()
H
A
D
xfs_inode_fork.c
591
{ XFS_ILOG_DEXT,
XFS_ILOG_AEXT
};
in xfs_iflush_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
322
#define
XFS_ILOG_AEXT
0x080 /* log i_af.if_extents */
macro
345
XFS_ILOG_ADATA |
XFS_ILOG_AEXT
| \
352
#define XFS_ILOG_AFORK (XFS_ILOG_ADATA |
XFS_ILOG_AEXT
| \
358
XFS_ILOG_AEXT
| XFS_ILOG_ABROOT | \
369
return (w == XFS_DATA_FORK ? XFS_ILOG_DEXT :
XFS_ILOG_AEXT
);
in xfs_ilog_fext()
H
A
D
xfs_inode_fork.c
609
{ XFS_ILOG_DEXT,
XFS_ILOG_AEXT
};
in xfs_iflush_fork()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
96
if ((iip->ili_fields &
XFS_ILOG_AEXT
) &&
in xfs_inode_item_attr_fork_size()
249
if ((iip->ili_fields &
XFS_ILOG_AEXT
) &&
in xfs_inode_item_format_attr_fork()
264
iip->ili_fields &= ~
XFS_ILOG_AEXT
;
in xfs_inode_item_format_attr_fork()
269
~(XFS_ILOG_ADATA |
XFS_ILOG_AEXT
);
in xfs_inode_item_format_attr_fork()
286
~(
XFS_ILOG_AEXT
| XFS_ILOG_ABROOT);
in xfs_inode_item_format_attr_fork()
456
~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT |
XFS_ILOG_AEXT
);
in xfs_inode_item_format()
H
A
D
xfs_inode_item_recover.c
443
case
XFS_ILOG_AEXT
:
in xlog_recover_inode_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
244
if ((iip->ili_fields &
XFS_ILOG_AEXT
) &&
in xfs_inode_item_attr_fork_size()
392
if ((iip->ili_fields &
XFS_ILOG_AEXT
) &&
in xfs_inode_item_format_attr_fork()
407
iip->ili_fields &= ~
XFS_ILOG_AEXT
;
in xfs_inode_item_format_attr_fork()
412
~(XFS_ILOG_ADATA |
XFS_ILOG_AEXT
);
in xfs_inode_item_format_attr_fork()
429
~(
XFS_ILOG_AEXT
| XFS_ILOG_ABROOT);
in xfs_inode_item_format_attr_fork()
634
~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT |
XFS_ILOG_AEXT
);
in xfs_inode_item_format()
H
A
D
xfs_inode_item_recover.c
507
case
XFS_ILOG_AEXT
:
in xlog_recover_inode_commit_pass2()
Completed in 14 milliseconds