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:S_IALLUGO
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
mode_t.c
10
#ifndef
S_IALLUGO
11
#define
S_IALLUGO
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
macro
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H
A
D
mode_t.c
10
#ifndef
S_IALLUGO
11
#define
S_IALLUGO
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
macro
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
tomoyo.c
168
mode &
S_IALLUGO
);
in tomoyo_path_mkdir()
218
const unsigned int perm = mode &
S_IALLUGO
;
in tomoyo_path_mknod()
343
mode &
S_IALLUGO
);
in tomoyo_path_chmod()
H
A
D
audit.c
203
stat->mode &
S_IALLUGO
);
in tomoyo_print_header()
213
mode &
S_IALLUGO
, tomoyo_filetype(mode));
in tomoyo_print_header()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
tomoyo.c
179
mode &
S_IALLUGO
);
in tomoyo_path_mkdir()
229
const unsigned int perm = mode &
S_IALLUGO
;
in tomoyo_path_mknod()
362
mode &
S_IALLUGO
);
in tomoyo_path_chmod()
H
A
D
audit.c
203
stat->mode &
S_IALLUGO
);
in tomoyo_print_header()
213
mode &
S_IALLUGO
, tomoyo_filetype(mode));
in tomoyo_print_header()
/kernel/linux/linux-5.10/include/linux/
H
A
D
stat.h
10
#define
S_IALLUGO
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
stat.h
10
#define
S_IALLUGO
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
macro
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
inode.c
377
if ((dir->i_mode &
S_IALLUGO
) &&
in bpf_lookup()
605
umode_t mode = d_inode(root)->i_mode &
S_IALLUGO
& ~S_ISVTX;
in bpf_show_options()
659
opts->mode = result.uint_32 &
S_IALLUGO
;
in bpf_parse_param()
766
inode->i_mode &= ~
S_IALLUGO
;
in bpf_fill_super()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
inode.c
376
if ((dir->i_mode &
S_IALLUGO
) &&
in bpf_lookup()
603
umode_t mode = d_inode(root)->i_mode &
S_IALLUGO
& ~S_ISVTX;
in bpf_show_options()
667
opts->mode = result.uint_32 &
S_IALLUGO
;
in bpf_parse_param()
755
inode->i_mode &= ~
S_IALLUGO
;
in bpf_fill_super()
/kernel/liteos_a/fs/proc/include/
H
A
D
proc_fs.h
157
#define
S_IALLUGO
(S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
macro
/kernel/linux/linux-5.10/fs/afs/
H
A
D
inode.c
95
inode->i_mode = S_IFREG | (status->mode &
S_IALLUGO
);
in afs_inode_init_from_status()
101
inode->i_mode = S_IFDIR | (status->mode &
S_IALLUGO
);
in afs_inode_init_from_status()
190
mode &= ~
S_IALLUGO
;
in afs_apply_status()
191
mode |= status->mode &
S_IALLUGO
;
in afs_apply_status()
/kernel/linux/linux-5.10/fs/9p/
H
A
D
vfs_inode_dotl.c
633
mode = stat->st_mode &
S_IALLUGO
;
in v9fs_stat2inode_dotl()
634
mode |= inode->i_mode & ~
S_IALLUGO
;
in v9fs_stat2inode_dotl()
660
mode = stat->st_mode &
S_IALLUGO
;
in v9fs_stat2inode_dotl()
661
mode |= inode->i_mode & ~
S_IALLUGO
;
in v9fs_stat2inode_dotl()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_inode_dotl.c
655
mode = stat->st_mode &
S_IALLUGO
;
in v9fs_stat2inode_dotl()
656
mode |= inode->i_mode & ~
S_IALLUGO
;
in v9fs_stat2inode_dotl()
682
mode = stat->st_mode &
S_IALLUGO
;
in v9fs_stat2inode_dotl()
683
mode |= inode->i_mode & ~
S_IALLUGO
;
in v9fs_stat2inode_dotl()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
inode.c
720
int mode = attr->ia_mode &
S_IALLUGO
;
in nfs_setattr_update_inode()
721
mode |= inode->i_mode & ~
S_IALLUGO
;
in nfs_setattr_update_inode()
1487
if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode &
S_IALLUGO
) != (fattr->mode &
S_IALLUGO
))
in nfs_check_inode_attributes()
2006
if ((inode->i_mode &
S_IALLUGO
) != (fattr->mode &
S_IALLUGO
)) {
in nfs_update_inode()
2008
newmode |= fattr->mode &
S_IALLUGO
;
in nfs_update_inode()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
inode.c
725
int mode = attr->ia_mode &
S_IALLUGO
;
in nfs_setattr_update_inode()
726
mode |= inode->i_mode & ~
S_IALLUGO
;
in nfs_setattr_update_inode()
1526
if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode &
S_IALLUGO
) != (fattr->mode &
S_IALLUGO
))
in nfs_check_inode_attributes()
2229
if ((inode->i_mode &
S_IALLUGO
) != (fattr->mode &
S_IALLUGO
)) {
in nfs_update_inode()
2231
newmode |= fattr->mode &
S_IALLUGO
;
in nfs_update_inode()
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
file.c
523
umode_t mode = (attr->ca_mode &
S_IALLUGO
) | S_IFREG;
in configfs_create_file()
545
umode_t mode = (bin_attr->cb_attr.ca_mode &
S_IALLUGO
) | S_IFREG;
in configfs_create_bin_file()
/kernel/linux/linux-5.10/fs/devpts/
H
A
D
inode.c
298
opts->mode = option &
S_IALLUGO
;
in parse_mount_options()
303
opts->ptmxmode = option &
S_IALLUGO
;
in parse_mount_options()
/kernel/linux/linux-5.10/fs/tracefs/
H
A
D
inode.c
272
opts->mode = option &
S_IALLUGO
;
in tracefs_parse_options()
298
inode->i_mode &= ~
S_IALLUGO
;
in tracefs_apply_options()
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
file.c
451
umode_t mode = (attr->ca_mode &
S_IALLUGO
) | S_IFREG;
in configfs_create_file()
473
umode_t mode = (bin_attr->cb_attr.ca_mode &
S_IALLUGO
) | S_IFREG;
in configfs_create_bin_file()
/kernel/linux/linux-6.6/fs/devpts/
H
A
D
inode.c
280
opts->mode = option &
S_IALLUGO
;
in parse_mount_options()
285
opts->ptmxmode = option &
S_IALLUGO
;
in parse_mount_options()
/kernel/linux/linux-5.10/security/
H
A
D
inode.c
117
mode = (mode &
S_IALLUGO
) | S_IFREG;
in securityfs_create_dentry()
/kernel/linux/linux-5.10/fs/ramfs/
H
A
D
inode.c
213
fsi->mount_opts.mode = result.uint_32 &
S_IALLUGO
;
in ramfs_parse_param()
/kernel/linux/linux-6.6/security/
H
A
D
inode.c
117
mode = (mode &
S_IALLUGO
) | S_IFREG;
in securityfs_create_dentry()
/kernel/linux/linux-5.10/fs/
H
A
D
open.c
581
newattrs.ia_mode = (mode &
S_IALLUGO
) | (inode->i_mode & ~
S_IALLUGO
);
in chmod_common()
982
.mode = mode &
S_IALLUGO
,
in build_open_how()
1027
if (how->mode & ~
S_IALLUGO
)
in build_open_flags()
Completed in 23 milliseconds
1
2
3