Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
dir_fplus.c File Reference
#include <linux/buffer_head.h>
#include <linux/slab.h>
#include "adfs.h"
#include "dir_fplus.h"

Go to the source code of this file.

Variables

struct adfs_dir_ops adfs_fplus_dir_ops
 

Variable Documentation

struct adfs_dir_ops adfs_fplus_dir_ops
Initial value:
= {
.read = adfs_fplus_read,
.setpos = adfs_fplus_setpos,
.getnext = adfs_fplus_getnext,
.sync = adfs_fplus_sync,
.free = adfs_fplus_free
}

Definition at line 259 of file dir_fplus.c.