Go to the source code of this file.
|
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) |
|
#define NO_QUOTA_CHANGE ((u32)-1) |
gfs2_quotad - Write cached quota changes into the quota file : Pointer to GFS2 superblock
Definition at line 1403 of file quota.c.