~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/ntfs/super.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  *  super.h
  3  *  Header file for super.c
  4  *
  5  *  Copyright (C) 1995-1997 Martin von Löwis
  6  *  Copyright (C) 1996-1997 Régis Duchesne
  7  */
  8 
  9 #define ALLOC_REQUIRE_LOCATION 1
 10 #define ALLOC_REQUIRE_SIZE     2
 11 
 12 int ntfs_get_free_cluster_count(ntfs_inode *bitmap);
 13 int ntfs_get_volumesize(ntfs_volume *vol, ntfs_u64 *vol_size );
 14 int ntfs_init_volume(ntfs_volume *vol,char *boot);
 15 int ntfs_load_special_files(ntfs_volume *vol);
 16 int ntfs_release_volume(ntfs_volume *vol);
 17 void ntfs_insert_fixups(unsigned char *rec, int secsize);
 18 int ntfs_fixup_record(ntfs_volume *vol, char *record, char *magic, int size);
 19 int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location, int *count,
 20   int flags);
 21 int ntfs_deallocate_clusters(ntfs_volume *vol, ntfs_cluster_t location, int count);
 22 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.