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:sb_mode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_efi.c
35
static enum efi_secureboot_mode
sb_mode
;
in arch_ima_get_secureboot()
local
39
sb_mode
= arch_ima_efi_boot_mode;
in arch_ima_get_secureboot()
41
if (
sb_mode
== efi_secureboot_mode_unset)
in arch_ima_get_secureboot()
42
sb_mode
= get_sb_mode();
in arch_ima_get_secureboot()
46
if (
sb_mode
== efi_secureboot_mode_enabled)
in arch_ima_get_secureboot()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
ima_arch.c
56
static enum efi_secureboot_mode
sb_mode
;
in arch_ima_get_secureboot()
local
60
sb_mode
= boot_params.secure_boot;
in arch_ima_get_secureboot()
62
if (
sb_mode
== efi_secureboot_mode_unset)
in arch_ima_get_secureboot()
63
sb_mode
= get_sb_mode();
in arch_ima_get_secureboot()
67
if (
sb_mode
== efi_secureboot_mode_enabled)
in arch_ima_get_secureboot()
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
inode.c
21
i->i_mode = hpfs_sb(sb)->
sb_mode
;
in hpfs_init_inode()
91
umode_t mode = hpfs_sb(sb)->
sb_mode
;
in hpfs_read_inode()
166
if ((i->i_mode != ((hpfs_sb(i->i_sb)->
sb_mode
& ~(S_ISDIR(i->i_mode) ? 0 : 0111))
in hpfs_write_inode_ea()
168
&& i->i_mode != ((hpfs_sb(i->i_sb)->
sb_mode
& ~(S_ISDIR(i->i_mode) ? 0222 : 0333))
in hpfs_write_inode_ea()
H
A
D
super.c
457
umask = 0777 & ~sbi->
sb_mode
;
in hpfs_remount_fs()
479
sbi->
sb_mode
= 0777 & ~umask;
in hpfs_remount_fs()
500
seq_printf(seq, ",umask=%03o", (~sbi->
sb_mode
& 0777));
in hpfs_show_options()
627
sbi->
sb_mode
= 0777 & ~umask;
in hpfs_fill_super()
H
A
D
hpfs_fn.h
76
umode_t
sb_mode
; /* mode from mount options */
member
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
inode.c
21
i->i_mode = hpfs_sb(sb)->
sb_mode
;
in hpfs_init_inode()
91
umode_t mode = hpfs_sb(sb)->
sb_mode
;
in hpfs_read_inode()
166
if ((i->i_mode != ((hpfs_sb(i->i_sb)->
sb_mode
& ~(S_ISDIR(i->i_mode) ? 0 : 0111))
in hpfs_write_inode_ea()
168
&& i->i_mode != ((hpfs_sb(i->i_sb)->
sb_mode
& ~(S_ISDIR(i->i_mode) ? 0222 : 0333))
in hpfs_write_inode_ea()
H
A
D
super.c
457
umask = 0777 & ~sbi->
sb_mode
;
in hpfs_remount_fs()
479
sbi->
sb_mode
= 0777 & ~umask;
in hpfs_remount_fs()
500
seq_printf(seq, ",umask=%03o", (~sbi->
sb_mode
& 0777));
in hpfs_show_options()
627
sbi->
sb_mode
= 0777 & ~umask;
in hpfs_fill_super()
H
A
D
hpfs_fn.h
76
umode_t
sb_mode
; /* mode from mount options */
member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H
A
D
mpi30_cnfg.h
1056
u8
sb_mode
;
member
Completed in 14 milliseconds