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:m_features
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
72
mp->
m_features
&= ~(XFS_FEAT_DAX_ALWAYS | XFS_FEAT_DAX_NEVER);
in xfs_mount_set_dax_mode()
75
mp->
m_features
|= XFS_FEAT_DAX_ALWAYS;
in xfs_mount_set_dax_mode()
76
mp->
m_features
&= ~XFS_FEAT_DAX_NEVER;
in xfs_mount_set_dax_mode()
79
mp->
m_features
|= XFS_FEAT_DAX_NEVER;
in xfs_mount_set_dax_mode()
80
mp->
m_features
&= ~XFS_FEAT_DAX_ALWAYS;
in xfs_mount_set_dax_mode()
183
if (mp->
m_features
& xfs_infop->flag)
in xfs_fs_show_options()
1242
!!(XFS_M(fc->root->d_sb)->
m_features
& flag) == value)
in xfs_fs_warn_deprecated()
1290
parsing_mp->
m_features
|= XFS_FEAT_ALLOCSIZE;
in xfs_fs_parse_param()
1294
parsing_mp->
m_features
|= XFS_FEAT_GRPID;
in xfs_fs_parse_param()
1298
parsing_mp->
m_features
in xfs_fs_parse_param()
[all...]
H
A
D
xfs_mount.h
152
uint64_t
m_features
; /* active filesystem features */
member
258
* Flags for
m_features
.
313
return mp->
m_features
& XFS_FEAT_ ## NAME; \
321
mp->
m_features
|= XFS_FEAT_ ## NAME; \
H
A
D
xfs_mount.c
230
mp->
m_features
|= xfs_sb_version_to_features(sbp);
in xfs_readsb()
673
mp->
m_features
|= XFS_FEAT_NLINK;
in xfs_mountfs()
841
mp->
m_features
&= ~XFS_FEAT_ATTR2;
in xfs_mountfs()
844
mp->
m_features
|= XFS_FEAT_ATTR2;
in xfs_mountfs()
H
A
D
xfs_rtalloc.c
1159
mp->
m_features
|= XFS_FEAT_REALTIME;
in xfs_growfs_rt()
H
A
D
xfs_log_recover.c
3332
mp->
m_features
|= xfs_sb_version_to_features(sbp);
in xlog_do_recover()
H
A
D
xfs_trace.h
233
__entry->mflags = mp->
m_features
;
239
TP_printk("dev %d:%d
m_features
0x%llx opstate (%s) s_flags 0x%lx caller %pS",
Completed in 15 milliseconds