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

#include <quota.h>

Data Fields

int(* quota_on )(struct super_block *, int, int, struct path *)
 
int(* quota_on_meta )(struct super_block *, int, int)
 
int(* quota_off )(struct super_block *, int)
 
int(* quota_sync )(struct super_block *, int)
 
int(* get_info )(struct super_block *, int, struct if_dqinfo *)
 
int(* set_info )(struct super_block *, int, struct if_dqinfo *)
 
int(* get_dqblk )(struct super_block *, struct kqid, struct fs_disk_quota *)
 
int(* set_dqblk )(struct super_block *, struct kqid, struct fs_disk_quota *)
 
int(* get_xstate )(struct super_block *, struct fs_quota_stat *)
 
int(* set_xstate )(struct super_block *, unsigned int, int)
 

Detailed Description

Definition at line 316 of file quota.h.

Field Documentation

Definition at line 323 of file quota.h.

int(* get_info)(struct super_block *, int, struct if_dqinfo *)

Definition at line 321 of file quota.h.

int(* get_xstate)(struct super_block *, struct fs_quota_stat *)

Definition at line 325 of file quota.h.

int(* quota_off)(struct super_block *, int)

Definition at line 319 of file quota.h.

int(* quota_on)(struct super_block *, int, int, struct path *)

Definition at line 317 of file quota.h.

int(* quota_on_meta)(struct super_block *, int, int)

Definition at line 318 of file quota.h.

int(* quota_sync)(struct super_block *, int)

Definition at line 320 of file quota.h.

Definition at line 324 of file quota.h.

int(* set_info)(struct super_block *, int, struct if_dqinfo *)

Definition at line 322 of file quota.h.

int(* set_xstate)(struct super_block *, unsigned int, int)

Definition at line 326 of file quota.h.


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