GFS2_ATTR         275 fs/gfs2/sys.c  GFS2_ATTR(id,                  0444, id_show,       NULL);
GFS2_ATTR         276 fs/gfs2/sys.c  GFS2_ATTR(fsname,              0444, fsname_show,   NULL);
GFS2_ATTR         277 fs/gfs2/sys.c  GFS2_ATTR(uuid,                0444, uuid_show,     NULL);
GFS2_ATTR         278 fs/gfs2/sys.c  GFS2_ATTR(freeze,              0644, freeze_show,   freeze_store);
GFS2_ATTR         279 fs/gfs2/sys.c  GFS2_ATTR(withdraw,            0644, withdraw_show, withdraw_store);
GFS2_ATTR         280 fs/gfs2/sys.c  GFS2_ATTR(statfs_sync,         0200, NULL,          statfs_sync_store);
GFS2_ATTR         281 fs/gfs2/sys.c  GFS2_ATTR(quota_sync,          0200, NULL,          quota_sync_store);
GFS2_ATTR         282 fs/gfs2/sys.c  GFS2_ATTR(quota_refresh_user,  0200, NULL,          quota_refresh_user_store);
GFS2_ATTR         283 fs/gfs2/sys.c  GFS2_ATTR(quota_refresh_group, 0200, NULL,          quota_refresh_group_store);
GFS2_ATTR         284 fs/gfs2/sys.c  GFS2_ATTR(demote_rq,           0200, NULL,	    demote_rq_store);