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:mnt_uid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifs_fs_sb.h
69
kuid_t
mnt_uid
;
member
H
A
D
inode.c
297
fattr->cf_uid = cifs_sb->
mnt_uid
;
336
fattr->cf_uid = cifs_sb->
mnt_uid
;
646
fattr->cf_uid = cifs_sb->
mnt_uid
; /* TODO: map uid and gid from SID */
733
fattr->cf_uid = cifs_sb->
mnt_uid
;
1388
inode->i_uid = cifs_sb->
mnt_uid
;
H
A
D
readdir.c
168
fattr->cf_uid = cifs_sb->
mnt_uid
;
in cifs_fill_common_info()
H
A
D
cifsacl.c
349
kuid_t fuid = cifs_sb->
mnt_uid
;
in sid_to_id()
451
* fails then we just fall back to using the
mnt_uid
/mnt_gid.
in sid_to_id()
H
A
D
cifsfs.c
517
from_kuid_munged(&init_user_ns, cifs_sb->
mnt_uid
));
in cifs_show_options()
H
A
D
connect.c
3472
if (!uid_eq(old->
mnt_uid
, new->
mnt_uid
) || !gid_eq(old->mnt_gid, new->mnt_gid))
in compare_mount_options()
3934
cifs_sb->
mnt_uid
= pvolume_info->linux_uid;
in cifs_setup_cifs_sb()
Completed in 14 milliseconds