代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/105052/15679057
c fsys_reiserfs.c
/* fsys_reiserfs.c - an implementation for the ReiserFS filesystem */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
*
* This program is free
www.eeworm.com/read/183596/9149828
java javafilesystem.java
/**
* An implementation of the file system.
*
* Currently, all methods throw a RuntimeException.
*/
import java.util.*;
import java.io.*;
class JavaFileSystem implements FileSystem {
// Set
www.eeworm.com/read/397254/8060629
java dirinode.java
package fileSystem;
public class DirINode extends INode{
public DirINode (int iNode) {
super(iNode);
dataBlock = new DataBlock(VirtualData.getBlockInINode(iNode));
try{
in.close()
www.eeworm.com/read/397254/8060671
java catalogueitem.java
package fileSystem;
public class CatalogueItem {
private INode iNode;
private CatalogueItem tail = null;
public CatalogueItem(int i){
if (VirtualData.isDir(i)){
iNode = new DirINod
www.eeworm.com/read/139371/13159767
c fs_flash_single.c
/*
* FLASH low-level FS driver, that uses the FIRST flash.
*
* !!! IMPORTANT NOTE !!!
*
* Given that this uses the FIRST flash, care must be taken to make
* sure that the filesystem doesn'
www.eeworm.com/read/135153/5889579
c util.c
/* devfs (Device FileSystem) utilities.
Copyright (C) 1999-2001 Richard Gooch
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library
www.eeworm.com/read/131315/5932037
readme
saute procfs lyonnais
procfs supports two levels of directory. the filesystem root
directory contains a representation of the system process table.
this consists of an entry for each active and zomb
www.eeworm.com/read/128520/5989593
c smbfs.c
//
// smbfs.c
//
// SMB filesystem
//
// Copyright (C) 2002 Michael Ringgaard. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, ar
www.eeworm.com/read/128520/5989595
h smb.h
//
// smb.h
//
// SMB filesystem definitions
//
// Copyright (C) 2002 Michael Ringgaard. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modifi