pintos/src/filesys/fsutil.c File Reference

#include "filesys/fsutil.h"
#include <debug.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ustar.h>
#include "filesys/directory.h"
#include "filesys/file.h"
#include "filesys/filesys.h"
#include "threads/malloc.h"
#include "threads/palloc.h"
#include "threads/vaddr.h"

Go to the source code of this file.

Functions

void fsutil_ls (char **argv UNUSED)
void fsutil_cat (char **argv)
void fsutil_rm (char **argv)
void fsutil_extract (char **argv UNUSED)
void fsutil_append (char **argv)


Function Documentation

void fsutil_append ( char **  argv  ) 

void fsutil_cat ( char **  argv  ) 

void fsutil_extract ( char **argv  UNUSED  ) 

void fsutil_ls ( char **argv  UNUSED  ) 

Definition at line 17 of file fsutil.c.

References dir_open_root(), dir_readdir(), name, NAME_MAX, NULL, PANIC, and printf().

Referenced by run_actions().

void fsutil_rm ( char **  argv  ) 

Definition at line 61 of file fsutil.c.

References file_name, filesys_remove(), PANIC, and printf().

Referenced by run_actions().


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6