|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/proc/self/root/usr/include/linux/ |
Upload File : |
#ifndef _AFFS_FS_SB #define _AFFS_FS_SB /* * super-block data in memory * * Block numbers are adjusted for their actual size * */ #define SF_INTL 0x0001 /* International filesystem. */ #define SF_BM_VALID 0x0002 /* Bitmap is valid. */ #define SF_IMMUTABLE 0x0004 /* Protection bits cannot be changed */ #define SF_QUIET 0x0008 /* chmod errors will be not reported */ #define SF_SETUID 0x0010 /* Ignore Amiga uid */ #define SF_SETGID 0x0020 /* Ignore Amiga gid */ #define SF_SETMODE 0x0040 /* Ignore Amiga protection bits */ #define SF_MUFS 0x0100 /* Use MUFS uid/gid mapping */ #define SF_OFS 0x0200 /* Old filesystem */ #define SF_PREFIX 0x0400 /* Buffer for prefix is allocated */ #define SF_VERBOSE 0x0800 /* Talk about fs when mounting */ #define SF_READONLY 0x1000 /* Don't allow to remount rw */ #endif