folder 
Vars | |
contents | Homework |
---|---|
generation | This is used to prevent people from making a file system 100 folders deep. |
Procs | |
adjust_size | Adjusts the size of this folder and all parent folders. |
trickle_down_drive | Update the drive value of all children to match our current drive. |
try_add_file | Attempt to add a file to the folder. |
try_delete_file | Attempt to remove a file from the folder and delete it. |
try_remove_file | Attempt to remove a file from the disk. Does not qdel the file, use try_delete_file() for that. |
Var Details
contents 
Homework
generation 
This is used to prevent people from making a file system 100 folders deep.
Proc Details
adjust_size
Adjusts the size of this folder and all parent folders.
trickle_down_drive
Update the drive value of all children to match our current drive.
try_add_file
Attempt to add a file to the folder.
try_delete_file
Attempt to remove a file from the folder and delete it.
try_remove_file
Attempt to remove a file from the disk. Does not qdel the file, use try_delete_file() for that.