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_MOUNT_ATTR2
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
161
{
XFS_MOUNT_ATTR2
, ",attr2" },
in xfs_fs_show_options()
993
mp->m_flags |=
XFS_MOUNT_ATTR2
;
in xfs_finish_flags()
1325
xfs_fs_warn_deprecated(fc, param,
XFS_MOUNT_ATTR2
, true);
in xfs_fc_parse_param()
1326
parsing_mp->m_flags |=
XFS_MOUNT_ATTR2
;
in xfs_fc_parse_param()
1330
parsing_mp->m_flags &= ~
XFS_MOUNT_ATTR2
;
in xfs_fc_parse_param()
H
A
D
xfs_mount.h
238
#define
XFS_MOUNT_ATTR2
(1ULL << 8) /* allow use of attr2 format */
macro
H
A
D
xfs_mount.c
725
mp->m_flags |=
XFS_MOUNT_ATTR2
;
in xfs_mountfs()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_attr_leaf.c
570
if (!(mp->m_flags &
XFS_MOUNT_ATTR2
))
in xfs_attr_shortform_bytesfit()
628
if ((mp->m_flags &
XFS_MOUNT_ATTR2
) &&
in xfs_sbversion_add_attr2()
818
(mp->m_flags &
XFS_MOUNT_ATTR2
) &&
in xfs_attr_shortform_remove()
828
!(mp->m_flags &
XFS_MOUNT_ATTR2
) ||
in xfs_attr_shortform_remove()
1004
if ((dp->i_mount->m_flags &
XFS_MOUNT_ATTR2
) &&
in xfs_attr_shortform_allfit()
1129
ASSERT(dp->i_mount->m_flags &
XFS_MOUNT_ATTR2
);
in xfs_attr3_leaf_to_shortform()
H
A
D
xfs_bmap.c
1047
else if ((ip->i_mount->m_flags &
XFS_MOUNT_ATTR2
) && version)
in xfs_bmap_set_attrforkoff()
Completed in 15 milliseconds