代码搜索:Filesystem

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

代码结果 7,034
www.eeworm.com/read/486037/1254466

h msdos_fs.h

#ifndef _LINUX_MSDOS_FS_H #define _LINUX_MSDOS_FS_H /* * The MS-DOS filesystem constants/structures */ #define SECTOR_SIZE 512 /* sector size (bytes) */ #define SECTOR_BITS 9 /* log2(SECTOR_SIZE
www.eeworm.com/read/486037/1256030

h msdos_fs.h

#ifndef _LINUX_MSDOS_FS_H #define _LINUX_MSDOS_FS_H /* * The MS-DOS filesystem constants/structures */ #define SECTOR_SIZE 512 /* sector size (bytes) */ #define SECTOR_BITS 9 /* log2(SECTOR_SIZE
www.eeworm.com/read/242866/4533691

entries

8 dir 500 https://luabind.svn.sourceforge.net/svnroot/luabind/trunk/examples/filesystem https://luabind.svn.sourceforge.net/svnroot/luabind 2006-10-05T19:48:15.000000Z 488 arvidn svn:special svn
www.eeworm.com/read/209559/4973586

makefile

# # Makefile for the linux autofs-filesystem routines. # obj-$(CONFIG_AUTOFS_FS) += autofs.o autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
www.eeworm.com/read/209559/4973903

makefile

# # Makefile for the linux efs-filesystem routines. # obj-$(CONFIG_EFS_FS) += efs.o efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
www.eeworm.com/read/209559/4974427

makefile

# # Makefile for the Linux fat filesystem support. # obj-$(CONFIG_FAT_FS) += fat.o fat-objs := cache.o dir.o file.o inode.o misc.o fatfs_syms.o
www.eeworm.com/read/338901/3312315

h game_data.h

#ifndef GAME_DATA_H #define GAME_DATA_H #include "Nebu_base.h" #include "Nebu_filesystem.h" #include "configuration/configuration.h" #include "game/camera.h" #define PLAYER_IS_ACTIVE(x) ((x)->data
www.eeworm.com/read/316872/3604805

makefile

# # Makefile for the linux autofs-filesystem routines. # obj-$(CONFIG_AUTOFS_FS) += autofs.o autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
www.eeworm.com/read/316872/3605297

makefile

# # Makefile for the linux efs-filesystem routines. # obj-$(CONFIG_EFS_FS) += efs.o efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
www.eeworm.com/read/316872/3605786

h nfs4_fs.h

/* * linux/fs/nfs/nfs4_fs.h * * Copyright (C) 2005 Trond Myklebust * * NFSv4-specific filesystem definitions and declarations */ #ifndef __LINUX_FS_NFS_NFS4_FS_H #define __LINUX_FS_NFS_NFS4_FS_