Searched refs:GDLM_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.c432 #define GDLM_ATTR(_name,_mode,_show,_store) \ macro
435 GDLM_ATTR(proto_name, 0444, proto_name_show, NULL);
436 GDLM_ATTR(block, 0644, block_show, block_store);
437 GDLM_ATTR(withdraw, 0644, withdraw_show, withdraw_store);
438 GDLM_ATTR(jid, 0644, jid_show, jid_store);
439 GDLM_ATTR(first, 0644, lkfirst_show, lkfirst_store);
440 GDLM_ATTR(first_done, 0444, first_done_show, NULL);
441 GDLM_ATTR(recover, 0600, NULL, recover_store);
442 GDLM_ATTR(recover_done, 0444, recover_done_show, NULL);
443 GDLM_ATTR(recover_statu
[all...]

Completed in 103 milliseconds