Home
last modified time | relevance | path

Searched refs:GFS2_ATTR (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dsys.c275 #define GFS2_ATTR(name, mode, show, store) \ macro
278 GFS2_ATTR(id, 0444, id_show, NULL);
279 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
280 GFS2_ATTR(uuid, 0444, uuid_show, NULL);
281 GFS2_ATTR(freeze, 0644, freeze_show, freeze_store);
282 GFS2_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
283 GFS2_ATTR(statfs_sync, 0200, NULL, statfs_sync_store);
284 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
285 GFS2_ATTR(quota_refresh_user, 0200, NULL, quota_refresh_user_store);
286 GFS2_ATTR(quota_refresh_group, 0200, NULL, quota_refresh_group_store);
[all …]