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

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

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


Viewing file:     hfs_fs_sb.h (1.72 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* 
 * linux/include/linux/hfs_fs_sb.h
 *
 * Copyright (C) 1995-1997  Paul H. Hargrove
 * This file may be distributed under the terms of the GNU General Public License.
 *
 * This file defines the type (struct hfs_sb_info) which contains the
 * HFS-specific information in the in-core superblock.
 */

#ifndef _LINUX_HFS_FS_SB_H
#define _LINUX_HFS_FS_SB_H

/* forward declaration: */
struct hfs_name;

typedef int (*hfs_namein_fn) (char *, const struct hfs_name *);
typedef void (*hfs_nameout_fn) (struct hfs_name *, const char *, int);
typedef void (*hfs_ifill_fn) (struct inode *, ino_t, const int);

/*
 * struct hfs_sb_info
 *
 * The HFS-specific part of a Linux (struct super_block)
 */
struct hfs_sb_info {
    int            magic;        /* A magic number */
    struct hfs_mdb        *s_mdb;        /* The HFS MDB */
    int            s_quiet;    /* Silent failure when 
                           changing owner or mode? */
    int            s_lowercase;    /* Map names to lowercase? */
    int            s_afpd;        /* AFPD compatible mode? */
    int                     s_version;      /* version info */
    hfs_namein_fn        s_namein;    /* The function used to
                           map Mac filenames to
                           Linux filenames */
    hfs_nameout_fn        s_nameout;    /* The function used to
                            map Linux filenames
                            to Mac filenames */
    hfs_ifill_fn        s_ifill;    /* The function used
                           to fill in inode fields */
    const struct hfs_name    *s_reserved1;    /* Reserved names */
    const struct hfs_name    *s_reserved2;    /* Reserved names */
    __u32            s_type;        /* Type for new files */
    __u32            s_creator;    /* Creator for new files */
    umode_t            s_umask;    /* The umask applied to the
                           permissions on all files */
    uid_t            s_uid;        /* The uid of all files */
    gid_t            s_gid;        /* The gid of all files */
    char            s_conv;        /* Type of text conversion */
};

#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 #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0272 ]--