nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields

#include <vfs.h>

Collaboration diagram for sinfo:
Collaboration graph
[legend]

Data Fields

int(* del_ninfo )(struct sinfo *this, struct ninfo *ninfo)
 
int(* fill_ninfo )(struct sinfo *this, struct ninfo *parent, struct ninfo *ninfo, void *info)
 
struct ninfo *(* get_ninfo )(struct sinfo *this, unsigned long id)
 
struct list_head head
 
void * priv
 
int refcnt
 
void(* refresh_children )(struct sinfo *this, struct ninfo *ninfo)
 

Detailed Description

Definition at line 93 of file vfs.h.

Field Documentation

int(* del_ninfo)(struct sinfo *this, struct ninfo *ninfo)

Definition at line 101 of file vfs.h.

Referenced by fat_load(), and vfs_init().

int(* fill_ninfo)(struct sinfo *this, struct ninfo *parent, struct ninfo *ninfo, void *info)

Definition at line 99 of file vfs.h.

Referenced by fat_load(), vfs_init(), and vfs_new_ninfo().

struct ninfo*(* get_ninfo)(struct sinfo *this, unsigned long id)
struct list_head head

Definition at line 94 of file vfs.h.

Referenced by fat_load(), vfs_attach_storage(), vfs_get_last_sinfo(), and vfs_init().

void* priv

Definition at line 95 of file vfs.h.

Referenced by fat_load(), load_rootfs(), and vfs_init().

int refcnt

Definition at line 96 of file vfs.h.

Referenced by fat_load(), and vfs_init().

void(* refresh_children)(struct sinfo *this, struct ninfo *ninfo)

Definition at line 102 of file vfs.h.

Referenced by fat_load(), vfs_get_ninfo_child(), and vfs_init().


The documentation for this struct was generated from the following file: