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:owner_uid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
ublk_cmd.h
160
* When userspace sends UBLK_CMD_ADD_DEV, the device pair's
owner_uid
and
165
* We still need udev rule to apply OWNER/GROUP with the stored
owner_uid
169
* be accessed and managed by its owner represented by
owner_uid
/owner_gid.
232
__u32
owner_uid
; /* store by kernel */
member
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ublk_drv.c
720
static void ublk_store_owner_uid_gid(unsigned int *
owner_uid
,
in ublk_store_owner_uid_gid()
argument
728
*
owner_uid
= from_kuid(&init_user_ns, uid);
in ublk_store_owner_uid_gid()
753
if (curr_uid != ub->dev_info.
owner_uid
|| curr_gid !=
in ublk_open()
2305
ublk_store_owner_uid_gid(&info.
owner_uid
, &info.owner_gid);
in ublk_ctrl_add_dev()
2790
ub->dev_info.
owner_uid
, ub->dev_info.owner_gid,
in ublk_ctrl_uring_cmd_permission()
Completed in 5 milliseconds