Help for this page

Select Code to Download


  1. or download this
    static struct super_block* sfs_get_super(struct file_system_type *fst,
    + int flags,
                         const char *devname, void *data)
    ...
    
        return sb;
    }
    
  2. or download this
    /* Function: sfs_get_super(struct file_system_type *fst, int flags, co
    +nst char *devname, void *data)
     *
    ...
    
        return sb;
    }
    
  3. or download this
    #!/usr/bin/perl 
    
    ...
            print $a . " " . $b . " " . $c . " " . $d . "  ARGS: " . $e . 
    +"\n";
        }
    }