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:i_uid_high
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
inode.c
1408
i_uid |= le16_to_cpu(raw_inode->
i_uid_high
) << 16;
in ext2_iget()
1533
raw_inode->
i_uid_high
= cpu_to_le16(high_16_bits(uid));
in __ext2_write_inode()
1536
raw_inode->
i_uid_high
= 0;
in __ext2_write_inode()
1542
raw_inode->
i_uid_high
= 0;
in __ext2_write_inode()
H
A
D
ext2.h
351
#define
i_uid_high
osd2.linux2.l_i_uid_high
macro
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
inode.c
1429
i_uid |= le16_to_cpu(raw_inode->
i_uid_high
) << 16;
in ext2_iget()
1560
raw_inode->
i_uid_high
= cpu_to_le16(high_16_bits(uid));
in __ext2_write_inode()
1563
raw_inode->
i_uid_high
= 0;
in __ext2_write_inode()
1569
raw_inode->
i_uid_high
= 0;
in __ext2_write_inode()
H
A
D
ext2.h
352
#define
i_uid_high
osd2.linux2.l_i_uid_high
macro
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
4382
raw_inode->
i_uid_high
= 0;
in ext4_fill_raw_inode()
4385
raw_inode->
i_uid_high
=
in ext4_fill_raw_inode()
4393
raw_inode->
i_uid_high
= 0;
in ext4_fill_raw_inode()
4885
i_uid |= le16_to_cpu(raw_inode->
i_uid_high
) << 16;
in __ext4_iget()
H
A
D
ext4.h
946
#define
i_uid_high
osd2.linux2.l_i_uid_high
macro
953
#define
i_uid_high
osd2.hurd2.h_i_uid_high
macro
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
4282
raw_inode->
i_uid_high
= 0;
in ext4_fill_raw_inode()
4285
raw_inode->
i_uid_high
=
in ext4_fill_raw_inode()
4293
raw_inode->
i_uid_high
= 0;
in ext4_fill_raw_inode()
4790
i_uid |= le16_to_cpu(raw_inode->
i_uid_high
) << 16;
in __ext4_iget()
H
A
D
ext4.h
942
#define
i_uid_high
osd2.linux2.l_i_uid_high
macro
949
#define
i_uid_high
osd2.hurd2.h_i_uid_high
macro
Completed in 41 milliseconds