代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/357352/3016337
c alloc_tables.c
/* vi: set sw=4 ts=4: */
/*
* alloc_tables.c --- Allocate tables for a newly initialized
* filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright (C) 1996 Theodore Ts'o.
*
* %B
www.eeworm.com/read/253336/4398528
c alloc_tables.c
/* vi: set sw=4 ts=4: */
/*
* alloc_tables.c --- Allocate tables for a newly initialized
* filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright (C) 1996 Theodore Ts'o.
*
* %B
www.eeworm.com/read/159825/5580888
h affs_fs.h
#ifndef _AFFS_FS_H
#define _AFFS_FS_H
/*
* The affs filesystem constants/structures
*/
#include
#define AFFS_SUPER_MAGIC 0xadff
/* Get the filesystem block size given an
www.eeworm.com/read/105179/15676250
c inode.c
/*
* linux/fs/isofs/inode.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include
#include
www.eeworm.com/read/251577/12332864
hpp readdir_sequence.hpp
#ifndef PLATFORMSTL_INCL_PLATFORMSTL_H_PLATFORMSTL
# include
#endif /* !PLATFORMSTL_INCL_PLATFORMSTL_H_PLATFORMSTL */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragm
www.eeworm.com/read/145471/5746037
c namei.c
/*
* linux/fs/isofs/namei.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include
#include
www.eeworm.com/read/338766/12285945
cpp auxfun.cpp
#include "auxfun.h"
//#include "boost/filesystem/operations.hpp"
//#include "boost/filesystem/path.hpp"
int read_files_in_dir(const string& dir_path, vector& file_names)
{
return
www.eeworm.com/read/209211/4984501
c basename.c
/* basename.c -- return the last element in a path */
#if HAVE_CONFIG_H
# include
#endif
#include
#ifndef FILESYSTEM_PREFIX_LEN
#define FILESYSTEM_PREFIX_LEN(f) 0
#endif
www.eeworm.com/read/198501/5087184
c namei.c
/*
* linux/fs/isofs/namei.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include
#include
www.eeworm.com/read/333835/3382075
c llverfs.c
/*
* ext3 Filesystem Verification Tool.
* This program tests the correct operation of ext3 filesystem.
* This tool have two working modes
* 1. full mode
* 2. fast mode
* The full mode is basic m