Linux Kernel
3.7.1
|
#include <os.h>
Go to the source code of this file.
Data Structures | |
struct | hostfs_iattr |
struct | hostfs_stat |
Macros | |
#define | HOSTFS_ATTR_MODE 1 |
#define | HOSTFS_ATTR_UID 2 |
#define | HOSTFS_ATTR_GID 4 |
#define | HOSTFS_ATTR_SIZE 8 |
#define | HOSTFS_ATTR_ATIME 16 |
#define | HOSTFS_ATTR_MTIME 32 |
#define | HOSTFS_ATTR_CTIME 64 |
#define | HOSTFS_ATTR_ATIME_SET 128 |
#define | HOSTFS_ATTR_MTIME_SET 256 |
#define | HOSTFS_ATTR_FORCE 512 /* Not a change, but a change it */ |
#define | HOSTFS_ATTR_ATTR_FLAG 1024 |
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.