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:affs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/
H
A
D
Makefile
3
# Makefile for the Linux
affs
filesystem routines.
8
obj-$(CONFIG_AFFS_FS) +=
affs
.o
10
affs
-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/kernel/linux/linux-6.6/fs/affs/
H
A
D
Makefile
3
# Makefile for the Linux
affs
filesystem routines.
8
obj-$(CONFIG_AFFS_FS) +=
affs
.o
10
affs
-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-apple-aic.c
919
struct device_node *
affs
;
in aic_of_ic_init()
local
1007
affs
= of_get_child_by_name(node, "affinities");
in aic_of_ic_init()
1008
if (
affs
) {
in aic_of_ic_init()
1011
for_each_child_of_node(
affs
, chld)
in aic_of_ic_init()
1014
of_node_put(
affs
);
in aic_of_ic_init()
/kernel/linux/linux-5.10/fs/
H
A
D
Makefile
109
obj-$(CONFIG_AFFS_FS) +=
affs
/
/kernel/linux/linux-6.6/fs/
H
A
D
Makefile
103
obj-$(CONFIG_AFFS_FS) +=
affs
/
Completed in 3 milliseconds