代码搜索:Filesystem

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

代码结果 7,034
www.eeworm.com/read/350097/3134968

c inode.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 01-06-1998 by Richard Frowijn : first release. * 20-06-1998 by Fra
www.eeworm.com/read/350097/3134970

c file.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 25-05-1998 by Richard Frowijn : first release. * 21-06-1998 by Fra
www.eeworm.com/read/350097/3134972

c bitmap.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 28-05-1998 by Richard Frowijn : first release. * 20-06-1998 by Fra
www.eeworm.com/read/350097/3134973

c namei.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 01-06-1998 by Richard Frowijn : first release. * 21-06-1998 b
www.eeworm.com/read/350097/3134976

c dir.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 28-05-1998 by Richard Frowijn : first release. * 20-06-1998 by Fra
www.eeworm.com/read/350097/3135190

c namei.c

/* * linux/fs/vfat/namei.c * * Written 1992,1993 by Werner Almesberger * * Windows95/Windows NT compatible extended MSDOS filesystem * by Gordon Chaffee Copyright (C) 1995. Send bug repor
www.eeworm.com/read/350097/3135191

c vfatfs_syms.c

/* * linux/fs/msdos/vfatfs_syms.c * * Exported kernel symbols for the VFAT filesystem. * These symbols are used by dmsdos. */ #define ASC_LINUX_VERSION(V, P, S) (((V) * 65536) + ((P) * 256) + (S
www.eeworm.com/read/350097/3135233

makefile

# # Makefile for the linux Journalling Flash FileSystem (JFFS) routines. # # $Id: Makefile,v 1.7 2000/08/04 12:46:34 dwmw2 Exp $ # # Note! Dependencies are done automagically by 'make dep', which also
www.eeworm.com/read/333835/3381637

test inheritance.test

ACL inheritance test. Run these tests on a filesystem with ACL support. $ id -u > 0 $ mkdir d $ setfacl -d -m group:bin:r-x d $ getfacl d > # file: d > # owner: root
www.eeworm.com/read/327225/3463288

c imager.c

/* vi: set sw=4 ts=4: */ /* * image.c --- writes out the critical parts of the filesystem as a * flat file. * * Copyright (C) 2000 Theodore Ts'o. * * Note: this uses the POSIX IO interfaces, unl