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_ABROOT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
318
#define
XFS_ILOG_ABROOT
0x100 /* log i_af.i_broot */
macro
334
XFS_ILOG_ABROOT
| XFS_ILOG_DOWNER | \
341
XFS_ILOG_ABROOT
)
346
XFS_ILOG_AEXT |
XFS_ILOG_ABROOT
| \
352
return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT :
XFS_ILOG_ABROOT
);
in xfs_ilog_fbroot()
H
A
D
xfs_inode_fork.c
587
{ XFS_ILOG_DBROOT,
XFS_ILOG_ABROOT
};
in xfs_iflush_fork()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
323
#define
XFS_ILOG_ABROOT
0x100 /* log i_af.i_broot */
macro
346
XFS_ILOG_ABROOT
| XFS_ILOG_DOWNER | \
353
XFS_ILOG_ABROOT
)
358
XFS_ILOG_AEXT |
XFS_ILOG_ABROOT
| \
364
return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT :
XFS_ILOG_ABROOT
);
in xfs_ilog_fbroot()
H
A
D
xfs_inode_fork.c
605
{ XFS_ILOG_DBROOT,
XFS_ILOG_ABROOT
};
in xfs_iflush_fork()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_inode_item.c
105
if ((iip->ili_fields &
XFS_ILOG_ABROOT
) &&
in xfs_inode_item_attr_fork_size()
247
~(XFS_ILOG_ADATA |
XFS_ILOG_ABROOT
);
in xfs_inode_item_format_attr_fork()
271
if ((iip->ili_fields &
XFS_ILOG_ABROOT
) &&
in xfs_inode_item_format_attr_fork()
281
iip->ili_fields &= ~
XFS_ILOG_ABROOT
;
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
106
ASSERT(in_f->ilf_fields &
XFS_ILOG_ABROOT
);
in xfs_recover_inode_owner_change()
449
case
XFS_ILOG_ABROOT
:
in xlog_recover_inode_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode_item.c
253
if ((iip->ili_fields &
XFS_ILOG_ABROOT
) &&
in xfs_inode_item_attr_fork_size()
390
~(XFS_ILOG_ADATA |
XFS_ILOG_ABROOT
);
in xfs_inode_item_format_attr_fork()
414
if ((iip->ili_fields &
XFS_ILOG_ABROOT
) &&
in xfs_inode_item_format_attr_fork()
424
iip->ili_fields &= ~
XFS_ILOG_ABROOT
;
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
106
ASSERT(in_f->ilf_fields &
XFS_ILOG_ABROOT
);
in xfs_recover_inode_owner_change()
513
case
XFS_ILOG_ABROOT
:
in xlog_recover_inode_commit_pass2()
Completed in 10 milliseconds