!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 3.19 GB of 27.03 GB (11.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ntfs_fs_sb.h (1.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _LINUX_NTFS_FS_SB_H
#define _LINUX_NTFS_FS_SB_H

#include <linux/ntfs_fs_i.h>

struct ntfs_sb_info{
    /* Configuration provided by user at mount time. */
    ntfs_uid_t uid;
    ntfs_gid_t gid;
    ntmode_t umask;
    void *nls_map;
    unsigned int ngt;
    char mft_zone_multiplier;
    unsigned long mft_data_pos;
    ntfs_cluster_t mft_zone_pos;
    ntfs_cluster_t mft_zone_start;
    ntfs_cluster_t mft_zone_end;
    ntfs_cluster_t data1_zone_pos;
    ntfs_cluster_t data2_zone_pos;
    /* Configuration provided by user with the ntfstools.
     * FIXME: This is no longer possible. What is this good for? (AIA) */
    ntfs_size_t partition_bias;    /* For access to underlying device. */
    /* Attribute definitions. */
    ntfs_u32 at_standard_information;
    ntfs_u32 at_attribute_list;
    ntfs_u32 at_file_name;
    ntfs_u32 at_volume_version;
    ntfs_u32 at_security_descriptor;
    ntfs_u32 at_volume_name;
    ntfs_u32 at_volume_information;
    ntfs_u32 at_data;
    ntfs_u32 at_index_root;
    ntfs_u32 at_index_allocation;
    ntfs_u32 at_bitmap;
    ntfs_u32 at_symlink; /* aka SYMBOLIC_LINK or REPARSE_POINT */
    /* Data read / calculated from the boot file. */
    int sector_size;
    int cluster_size;
    int cluster_size_bits;
    int mft_clusters_per_record;
    int mft_record_size;
    int mft_record_size_bits;
    int index_clusters_per_record;
    int index_record_size;
    int index_record_size_bits;
    ntfs_cluster_t nr_clusters;
    ntfs_cluster_t mft_lcn;
    ntfs_cluster_t mft_mirr_lcn;
    /* Data read from special files. */
    unsigned char *mft;
    unsigned short *upcase;
    unsigned int upcase_length;
    /* Inodes we always hold onto. */
    struct ntfs_inode_info *mft_ino;
    struct ntfs_inode_info *mftmirr;
    struct ntfs_inode_info *bitmap;
    struct super_block *sb;
    unsigned char ino_flags;
};

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0031 ]--