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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsys.c247 #define GFS2_ATTR(name, mode, show, store) \ macro
250 GFS2_ATTR(id, 0444, id_show, NULL);
251 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
252 GFS2_ATTR(uuid, 0444, uuid_show, NULL);
253 GFS2_ATTR(freeze, 0644, freeze_show, freeze_store);
254 GFS2_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
255 GFS2_ATTR(statfs_sync, 0200, NULL, statfs_sync_store);
256 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
257 GFS2_ATTR(quota_refresh_user, 0200, NULL, quota_refresh_user_store);
258 GFS2_ATTR(quota_refresh_grou
[all...]

Completed in 90 milliseconds