Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
quota.h File Reference

Go to the source code of this file.

Macros

#define NO_QUOTA_CHANGE   ((u32)-1)
 

Functions

int gfs2_quota_hold (struct gfs2_inode *ip, u32 uid, u32 gid)
 
void gfs2_quota_unhold (struct gfs2_inode *ip)
 
int gfs2_quota_lock (struct gfs2_inode *ip, u32 uid, u32 gid)
 
void gfs2_quota_unlock (struct gfs2_inode *ip)
 
int gfs2_quota_check (struct gfs2_inode *ip, u32 uid, u32 gid)
 
void gfs2_quota_change (struct gfs2_inode *ip, s64 change, u32 uid, u32 gid)
 
int gfs2_quota_sync (struct super_block *sb, int type)
 
int gfs2_quota_refresh (struct gfs2_sbd *sdp, int user, u32 id)
 
int gfs2_quota_init (struct gfs2_sbd *sdp)
 
void gfs2_quota_cleanup (struct gfs2_sbd *sdp)
 
int gfs2_quotad (void *data)
 
void gfs2_wake_up_statfs (struct gfs2_sbd *sdp)
 
int gfs2_shrink_qd_memory (struct shrinker *shrink, struct shrink_control *sc)
 

Variables

struct quotactl_ops gfs2_quotactl_ops
 

Macro Definition Documentation

#define NO_QUOTA_CHANGE   ((u32)-1)

Definition at line 17 of file quota.h.

Function Documentation

void gfs2_quota_change ( struct gfs2_inode ip,
s64  change,
u32  uid,
u32  gid 
)

Definition at line 1103 of file quota.c.

int gfs2_quota_check ( struct gfs2_inode ip,
u32  uid,
u32  gid 
)

Definition at line 1049 of file quota.c.

void gfs2_quota_cleanup ( struct gfs2_sbd sdp)

Definition at line 1296 of file quota.c.

int gfs2_quota_hold ( struct gfs2_inode ip,
u32  uid,
u32  gid 
)

Definition at line 494 of file quota.c.

int gfs2_quota_init ( struct gfs2_sbd sdp)

Definition at line 1200 of file quota.c.

int gfs2_quota_lock ( struct gfs2_inode ip,
u32  uid,
u32  gid 
)

Definition at line 928 of file quota.c.

int gfs2_quota_refresh ( struct gfs2_sbd sdp,
int  user,
u32  id 
)

Definition at line 1173 of file quota.c.

int gfs2_quota_sync ( struct super_block sb,
int  type 
)

Definition at line 1124 of file quota.c.

void gfs2_quota_unhold ( struct gfs2_inode ip)

Definition at line 549 of file quota.c.

void gfs2_quota_unlock ( struct gfs2_inode ip)

Definition at line 1003 of file quota.c.

int gfs2_quotad ( void data)

gfs2_quotad - Write cached quota changes into the quota file : Pointer to GFS2 superblock

Definition at line 1403 of file quota.c.

int gfs2_shrink_qd_memory ( struct shrinker shrink,
struct shrink_control sc 
)

Definition at line 81 of file quota.c.

void gfs2_wake_up_statfs ( struct gfs2_sbd sdp)

Definition at line 1389 of file quota.c.

Variable Documentation

struct quotactl_ops gfs2_quotactl_ops

Definition at line 1638 of file quota.c.