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:ps_iattr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/kernfs/
H
A
D
dir.c
785
struct kernfs_iattrs *
ps_iattr
;
in kernfs_add_one()
local
814
ps_iattr
= parent->iattr;
in kernfs_add_one()
815
if (
ps_iattr
) {
in kernfs_add_one()
816
ktime_get_real_ts64(&
ps_iattr
->ia_ctime);
in kernfs_add_one()
817
ps_iattr
->ia_mtime =
ps_iattr
->ia_ctime;
in kernfs_add_one()
1353
struct kernfs_iattrs *
ps_iattr
=
in __kernfs_remove()
local
1357
if (
ps_iattr
) {
in __kernfs_remove()
1358
ktime_get_real_ts64(&
ps_iattr
->ia_ctime);
in __kernfs_remove()
1359
ps_iattr
in __kernfs_remove()
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H
A
D
dir.c
765
struct kernfs_iattrs *
ps_iattr
;
in kernfs_add_one()
local
793
ps_iattr
= parent->iattr;
in kernfs_add_one()
794
if (
ps_iattr
) {
in kernfs_add_one()
795
ktime_get_real_ts64(&
ps_iattr
->ia_ctime);
in kernfs_add_one()
796
ps_iattr
->ia_mtime =
ps_iattr
->ia_ctime;
in kernfs_add_one()
1484
struct kernfs_iattrs *
ps_iattr
=
in __kernfs_remove()
local
1490
if (
ps_iattr
) {
in __kernfs_remove()
1491
ktime_get_real_ts64(&
ps_iattr
->ia_ctime);
in __kernfs_remove()
1492
ps_iattr
in __kernfs_remove()
[all...]
Completed in 5 milliseconds