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:SB_I_VERSION
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
super.c
1332
sb->s_flags |=
SB_I_VERSION
;
in btrfs_fill_super()
1997
* We need to set
SB_I_VERSION
here otherwise it'll get cleared by VFS,
in btrfs_remount()
2000
*flags |=
SB_I_VERSION
;
in btrfs_remount()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
1540
sb->s_flags |=
SB_I_VERSION
;
in xfs_fc_fill_super()
1792
fc->sb_flags |=
SB_I_VERSION
;
in xfs_fc_reconfigure()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
super.c
1154
sb->s_flags |=
SB_I_VERSION
;
in btrfs_fill_super()
1856
* We need to set
SB_I_VERSION
here otherwise it'll get cleared by VFS,
in btrfs_remount()
1859
*flags |=
SB_I_VERSION
;
in btrfs_remount()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
1704
sb->s_flags |=
SB_I_VERSION
;
in xfs_fs_fill_super()
1929
fc->sb_flags |=
SB_I_VERSION
;
in xfs_fs_reconfigure()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1367
#define
SB_I_VERSION
BIT(23) /* Update inode I_version field */
macro
2079
#define IS_I_VERSION(inode) __IS_FLG(inode,
SB_I_VERSION
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1127
#define
SB_I_VERSION
BIT(23) /* Update inode I_version field */
macro
2140
#define IS_I_VERSION(inode) __IS_FLG(inode,
SB_I_VERSION
)
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
inode.c
1278
sb->s_flags &= ~(SB_NOSEC |
SB_I_VERSION
);
in fuse_sb_defaults()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
1513
sb->s_flags &= ~(SB_NOSEC |
SB_I_VERSION
);
in fuse_sb_defaults()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2131
sb->s_flags |=
SB_I_VERSION
;
in handle_mount_opt()
2587
if (sb->s_flags &
SB_I_VERSION
)
in _ext4_show_options()
5890
vfs_flags = SB_LAZYTIME |
SB_I_VERSION
;
in ext4_remount()
/kernel/linux/linux-5.10/fs/
H
A
D
namespace.c
3228
SB_I_VERSION
);
in path_mount()
/kernel/linux/linux-6.6/fs/
H
A
D
namespace.c
3660
SB_I_VERSION
);
in path_mount()
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
4316
sb->s_flags |= SB_NOSEC |
SB_I_VERSION
;
in shmem_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
5282
sb->s_flags |=
SB_I_VERSION
;
in __ext4_fill_super()
Completed in 68 milliseconds