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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dsys.c172 #define GFS2_ATTR(name, mode, show, store) \ macro
175 GFS2_ATTR(id, 0444, id_show, NULL);
176 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
177 GFS2_ATTR(freeze, 0644, freeze_show, freeze_store);
178 GFS2_ATTR(shrink, 0200, NULL, shrink_store);
179 GFS2_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
180 GFS2_ATTR(statfs_sync, 0200, NULL, statfs_sync_store);
181 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
182 GFS2_ATTR(quota_refresh_user, 0200, NULL, quota_refresh_user_store);
183 GFS2_ATTR(quota_refresh_grou
[all...]

Completed in 73 milliseconds