|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stddef.h>#include <unistd.h>#include <dirent.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/types.h>#include <sys/vfs.h>#include "hostfs.h"#include <utime.h>Go to the source code of this file.
Definition at line 172 of file hostfs_user.c.
Definition at line 167 of file hostfs_user.c.
Definition at line 321 of file hostfs_user.c.
Definition at line 311 of file hostfs_user.c.
| int do_statfs | ( | char * | root, |
| long * | bsize_out, | ||
| long long * | blocks_out, | ||
| long long * | bfree_out, | ||
| long long * | bavail_out, | ||
| long long * | files_out, | ||
| long long * | ffree_out, | ||
| void * | fsid_out, | ||
| int | fsid_size, | ||
| long * | namelen_out | ||
| ) |
Definition at line 363 of file hostfs_user.c.
| int file_create | ( | char * | name, |
| int | ur, | ||
| int | uw, | ||
| int | ux, | ||
| int | gr, | ||
| int | gw, | ||
| int | gx, | ||
| int | or, | ||
| int | ow, | ||
| int | ox | ||
| ) |
Definition at line 177 of file hostfs_user.c.
Definition at line 149 of file hostfs_user.c.
Definition at line 341 of file hostfs_user.c.
Definition at line 139 of file hostfs_user.c.
Definition at line 281 of file hostfs_user.c.
Definition at line 89 of file hostfs_user.c.
Definition at line 69 of file hostfs_user.c.
| char* read_dir | ( | void * | stream, |
| unsigned long long * | pos, | ||
| unsigned long long * | ino_out, | ||
| int * | len_out, | ||
| unsigned int * | type_out | ||
| ) |
Definition at line 99 of file hostfs_user.c.
Definition at line 117 of file hostfs_user.c.
Definition at line 353 of file hostfs_user.c.
Definition at line 162 of file hostfs_user.c.
Definition at line 198 of file hostfs_user.c.
Definition at line 40 of file hostfs_user.c.
Definition at line 291 of file hostfs_user.c.
1.8.2