Searched full:coda (Results 1 – 25 of 58) sorted by relevance
123
/Linux-v6.6/drivers/media/platform/chips-media/ |
D | Makefile | 3 coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpe… 5 obj-$(CONFIG_VIDEO_CODA) += coda-vpu.o
|
D | Kconfig | 6 tristate "Chips&Media Coda multi-standard codec IP" 16 Coda is a range of video codec IPs that supports
|
D | coda-mpeg4.c | 3 * Coda multi-standard codec IP - MPEG-4 helper functions 11 #include "coda.h"
|
D | coda-mpeg2.c | 3 * Coda multi-standard codec IP - MPEG-2 helper functions 10 #include "coda.h"
|
D | trace.h | 3 #define TRACE_SYSTEM coda 11 #include "coda.h"
|
/Linux-v6.6/fs/coda/ |
D | Kconfig | 3 tristate "Coda file system support (advanced network fs)" 6 Coda is an advanced network file system, similar to NFS in that it 9 disk. Coda has several advantages over NFS: support for 14 If you say Y here, your Linux box will be able to act as a Coda 18 <file:Documentation/filesystems/coda.rst> and check out the Coda 19 home page <http://www.coda.cs.cmu.edu/>. 21 To compile the coda client support as a module, choose M here: the 22 module will be called coda.
|
D | pioctl.c | 3 * Pioctl operations for Coda. 8 * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>. 22 #include <linux/coda.h> 43 /* the coda pioctl inode ops */ 75 /* return if it is not a Coda inode */ in coda_pioctl()
|
D | Makefile | 3 # Makefile for the Linux Coda filesystem routines. 6 obj-$(CONFIG_CODA_FS) += coda.o 8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ 10 coda-$(CONFIG_SYSCTL) += sysctl.o
|
D | sysctl.c | 3 * Sysctl operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 45 fs_table_header = register_sysctl("coda", coda_table); in coda_sysctl_init()
|
D | symlink.c | 3 * Symlink inode operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 19 #include <linux/coda.h>
|
D | cache.c | 3 * Cache operations for Coda. 8 * to the Coda project http://www.coda.cs.cmu.edu/ <coda@cs.cmu.edu>. 23 #include <linux/coda.h>
|
D | coda_fs_i.h | 15 #include <linux/coda.h> 18 * coda fs inode data 25 struct CodaFid c_fid; /* Coda identifier */ 36 * coda fs file private data
|
D | coda_cache.h | 2 /* Coda filesystem -- Linux Minicache 7 * contribute improvements to the Coda project. Contact Peter Braam 8 * <coda@cs.cmu.edu>
|
D | psdev.c | 8 * Adapted to become the Linux 2.0 Coda pseudo device 40 #include <linux/coda.h> 359 if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { in init_coda_psdev() 364 coda_psdev_class = class_create("coda"); in init_coda_psdev() 378 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in init_coda_psdev() 384 MODULE_DESCRIPTION("Coda Distributed File System VFS interface"); 413 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in init_coda() 431 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in exit_coda()
|
D | coda_linux.c | 3 * Inode operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 20 #include <linux/coda.h>
|
D | cnode.c | 2 /* cnode related routines for the coda kernel code 10 #include <linux/coda.h> 115 /* Although we treat Coda file identifiers as immutable, there is one
|
D | inode.c | 29 #include <linux/coda.h> 316 /* init_coda: used by filesystems.c to register coda */ 326 .name = "coda", 331 MODULE_ALIAS_FS("coda");
|
D | file.c | 3 * File operations for Coda. 8 * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>. 28 #include <linux/coda.h>
|
D | coda_linux.h | 3 * Coda File System, Linux Kernel module 10 * contribute improvements to the Coda project.
|
D | dir.c | 4 * Directory operations for Coda filesystem 9 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 25 #include <linux/coda.h> 513 * changed on the server. Coda makes this easy since the
|
/Linux-v6.6/Documentation/filesystems/ |
D | coda.rst | 4 Coda Kernel-Venus Interface 10 Coda -- this document describes the client kernel-Venus interface. 14 http://www.coda.cs.cmu.edu 16 For user level software needed to run Coda: 18 ftp://ftp.coda.cs.cmu.edu 20 To run Coda you need to get a user level cache manager for the client, 22 client needs to have the Coda filesystem selected in the kernel 35 level filesystem code needed for the operation of the Coda file sys- 43 2. Servicing Coda filesystem calls 98 A key component in the Coda Distributed File System is the cache [all …]
|
/Linux-v6.6/include/linux/ |
D | coda.h | 8 Coda File System 17 technical and financial contributors to Coda are listed in the file 25 Coda: an Experimental Distributed File System 40 CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, 63 #include <uapi/linux/coda.h>
|
/Linux-v6.6/Documentation/devicetree/bindings/media/ |
D | coda.yaml | 4 $id: http://devicetree.org/schemas/media/coda.yaml# 7 title: Chips&Media Coda multi-standard codec IP 13 Coda codec IPs are present in i.MX SoCs in various versions,
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | stable-kernel-rules.rst | 155 coda, oppure un NAK se la patch è stata rigettata. A seconda degli impegni 157 - Se accettata, la patch verrà aggiunta alla coda -stable per essere 175 rimossa dalla coda. 181 oppure nuove patch potrebbero essere messe in coda. Dunque, verranno pubblicate 187 patch che erano in coda e sono state verificate. 196 - La coda delle patch, sia quelle già applicate che in fase di revisione,
|
/Linux-v6.6/include/uapi/linux/ |
D | coda.h | 8 Coda File System 17 technical and financial contributors to Coda are listed in the file 25 Coda: an Experimental Distributed File System 40 CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, 127 /* these are Coda's version of O_RDONLY etc combinations 293 * Venus <-> Coda RPC arguments
|
123