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

#include <quota.h>

Data Fields

int(* check_quota_file )(struct super_block *sb, int type)
 
int(* read_file_info )(struct super_block *sb, int type)
 
int(* write_file_info )(struct super_block *sb, int type)
 
int(* free_file_info )(struct super_block *sb, int type)
 
int(* read_dqblk )(struct dquot *dquot)
 
int(* commit_dqblk )(struct dquot *dquot)
 
int(* release_dqblk )(struct dquot *dquot)
 

Detailed Description

Definition at line 289 of file quota.h.

Field Documentation

int(* check_quota_file)(struct super_block *sb, int type)

Definition at line 290 of file quota.h.

int(* commit_dqblk)(struct dquot *dquot)

Definition at line 295 of file quota.h.

int(* free_file_info)(struct super_block *sb, int type)

Definition at line 293 of file quota.h.

int(* read_dqblk)(struct dquot *dquot)

Definition at line 294 of file quota.h.

int(* read_file_info)(struct super_block *sb, int type)

Definition at line 291 of file quota.h.

int(* release_dqblk)(struct dquot *dquot)

Definition at line 296 of file quota.h.

int(* write_file_info)(struct super_block *sb, int type)

Definition at line 292 of file quota.h.


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