Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dquot_operations Struct Reference

#include <quota.h>

Data Fields

int(* write_dquot )(struct dquot *)
 
struct dquot *(* alloc_dquot )(struct super_block *, int)
 
void(* destroy_dquot )(struct dquot *)
 
int(* acquire_dquot )(struct dquot *)
 
int(* release_dquot )(struct dquot *)
 
int(* mark_dirty )(struct dquot *)
 
int(* write_info )(struct super_block *, int)
 
qsize_t *(* get_reserved_space )(struct inode *)
 

Detailed Description

Definition at line 300 of file quota.h.

Field Documentation

int(* acquire_dquot)(struct dquot *)

Definition at line 304 of file quota.h.

struct dquot*(* alloc_dquot)(struct super_block *, int)
read

Definition at line 302 of file quota.h.

void(* destroy_dquot)(struct dquot *)

Definition at line 303 of file quota.h.

qsize_t*(* get_reserved_space)(struct inode *)

Definition at line 310 of file quota.h.

int(* mark_dirty)(struct dquot *)

Definition at line 306 of file quota.h.

int(* release_dquot)(struct dquot *)

Definition at line 305 of file quota.h.

int(* write_dquot)(struct dquot *)

Definition at line 301 of file quota.h.

int(* write_info)(struct super_block *, int)

Definition at line 307 of file quota.h.


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