fs/gfs2/sys.c
343
GFS2_ATTR(id, 0444, id_show, NULL);
fs/gfs2/sys.c
344
GFS2_ATTR(fsname, 0444, fsname_show, NULL);
fs/gfs2/sys.c
345
GFS2_ATTR(uuid, 0444, uuid_show, NULL);
fs/gfs2/sys.c
346
GFS2_ATTR(freeze, 0644, freeze_show, freeze_store);
fs/gfs2/sys.c
347
GFS2_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
fs/gfs2/sys.c
348
GFS2_ATTR(statfs_sync, 0200, NULL, statfs_sync_store);
fs/gfs2/sys.c
349
GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
fs/gfs2/sys.c
350
GFS2_ATTR(quota_refresh_user, 0200, NULL, quota_refresh_user_store);
fs/gfs2/sys.c
351
GFS2_ATTR(quota_refresh_group, 0200, NULL, quota_refresh_group_store);
fs/gfs2/sys.c
352
GFS2_ATTR(demote_rq, 0200, NULL, demote_rq_store);
fs/gfs2/sys.c
353
GFS2_ATTR(status, 0400, status_show, NULL);