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:S_VERSION
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/
H
A
D
misc.c
339
if (flags &
S_VERSION
)
in fat_update_time()
/kernel/linux/linux-6.6/fs/
H
A
D
inode.c
1880
* In the case where any of S_MTIME, S_CTIME, or
S_VERSION
need to be updated,
1891
if (flags & (S_MTIME|S_CTIME|
S_VERSION
)) {
in inode_update_timestamps()
1902
updated |=
S_VERSION
;
in inode_update_timestamps()
1924
* or
S_VERSION
need to be updated we attempt to update all three of them. S_ATIME
1936
if (updated &
S_VERSION
)
in generic_update_time()
2125
sync_it |=
S_VERSION
;
in inode_needs_update_time()
/kernel/linux/linux-5.10/fs/
H
A
D
inode.c
1832
if (flags &
S_VERSION
)
in generic_update_time()
2035
sync_it |=
S_VERSION
;
in file_update_time()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_iops.c
1062
if (!((flags &
S_VERSION
) &&
in xfs_vn_update_time()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iops.c
1049
if (!((flags &
S_VERSION
) &&
in xfs_vn_update_time()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2278
S_VERSION
= 8,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2342
S_VERSION
= 8,
enumerator
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
5841
bool dirty = flags & ~
S_VERSION
;
in btrfs_update_time()
5846
if (flags &
S_VERSION
)
in btrfs_update_time()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.c
1920
inode_update_time(d_inode(path.dentry), S_MTIME | S_CTIME |
S_VERSION
);
in update_dev_time()
H
A
D
inode.c
6046
bool dirty = flags & ~
S_VERSION
;
in btrfs_update_time()
Completed in 56 milliseconds