/linux/drivers/media/platform/chips-media/coda/ |
H A 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
|
H A D | Kconfig | 4 tristate "Chips&Media Coda multi-standard codec IP" 14 Coda is a range of video codec IPs that supports
|
H A D | trace.h | 3 #define TRACE_SYSTEM coda 11 #include "coda.h" 170 #define TRACE_INCLUDE_PATH ../../drivers/media/platform/chips-media/coda
|
H A D | coda-mpeg4.c | 3 * Coda multi-standard codec IP - MPEG-4 helper functions 11 #include "coda.h"
|
H A D | coda-mpeg2.c | 3 * Coda multi-standard codec IP - MPEG-2 helper functions 10 #include "coda.h"
|
/linux/Documentation/filesystems/ |
H A 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/fs/coda/ |
H A 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.
|
H A D | inode.c | 31 #include <linux/coda.h> 130 return invalf(fc, "coda: Not coda psdev"); in coda_set_idx() 134 return invalf(fc, "coda: Bad minor number"); in coda_set_idx() 177 * Parse coda's binary mount data form. We ignore any errors and go with index 186 return invalf(fc, "coda: Bad mount data"); in coda_parse_monolithic() 189 return invalf(fc, "coda: Bad mount version"); in coda_parse_monolithic() 207 infof(fc, "coda: device index: %i\n", ctx->idx); in coda_fill_super() 213 errorf(fc, "coda: No pseudo device"); in coda_fill_super() 219 errorf(fc, "coda: Device already mounted"); in coda_fill_super() 395 .name = "coda", [all …]
|
H A 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()
|
H A 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
|
H A D | sysctl.c | 3 * Sysctl operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 44 fs_table_header = register_sysctl("coda", coda_table); in coda_sysctl_init()
|
H A 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>
|
H A 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>
|
H A 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
|
H A D | coda_cache.h | 2 /* Coda filesystem -- Linux Minicache 7 * contribute improvements to the Coda project. Contact Peter Braam 8 * <coda@cs.cmu.edu>
|
H A 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()
|
H A 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>
|
H A 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
|
H A 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>
|
H A D | coda_linux.h | 3 * Coda File System, Linux Kernel module 10 * contribute improvements to the Coda project.
|
H A 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/include/linux/ |
H A 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/Documentation/devicetree/bindings/media/ |
H A 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/Documentation/translations/it_IT/process/ |
H A D | stable-kernel-rules.rst | 182 Il mittente riceverà un ACK quando la patch è stata accettata e messa in coda, 186 Se accettata, la patch verrà aggiunta alla coda -stable per essere revisionata 202 rimossa dalla coda. 208 oppure nuove patch potrebbero essere messe in coda. Dunque, verranno pubblicate 214 patch che erano in coda e sono state verificate. 223 - La coda delle patch, sia quelle già applicate che in fase di revisione,
|
/linux/include/uapi/linux/ |
H A 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
|