代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/318120/3571471

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/318099/3571590

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/316872/3599076

h minix_fs.h

#ifndef _LINUX_MINIX_FS_H #define _LINUX_MINIX_FS_H #include /* * The minix filesystem constants/structures */ /* * Thanks to Kees J Bot for sending me the definitions of the new
www.eeworm.com/read/316872/3604546

txt ocfs2.txt

OCFS2 filesystem ================== OCFS2 is a general purpose extent based shared disk cluster file system with many similarities to ext3. It supports 64 bit inode numbers, and has automatically exte
www.eeworm.com/read/316872/3604836

c file-mmu.c

/* file-mmu.c: ramfs MMU-based file operations * * Resizable simple ram filesystem for Linux. * * Copyright (C) 2000 Linus Torvalds. * 2000 Transmeta Corp. * * Usage limits added
www.eeworm.com/read/316872/3604867

readme

This is a snapshot of the QNX4 filesystem for Linux. Please send diffs and remarks to . Credits : Richard "Scuba" A. Frowijn Frank "Jedi/Sector One" Denis
www.eeworm.com/read/316872/3605258

h ecryptfs_kernel.h

/** * eCryptfs: Linux filesystem encryption layer * Kernel declarations. * * Copyright (C) 1997-2003 Erez Zadok * Copyright (C) 2001-2003 Stony Brook University * Copyright (C) 2004-2007 Interna
www.eeworm.com/read/316872/3605565

c file.c

/* AFS filesystem file handling * * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistr
www.eeworm.com/read/316872/3605830

c cifsfs.c

/* * fs/cifs/cifsfs.c * * Copyright (C) International Business Machines Corp., 2002,2007 * Author(s): Steve French (sfrench@us.ibm.com) * * Common Internet FileSystem (CIFS) client *
www.eeworm.com/read/307309/3725410

c mkdir.c

/* vi: set sw=4 ts=4: */ /* * mkdir.c --- make a directory in the filesystem * * Copyright (C) 1994, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms of th