Searched refs:GDLM_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | sys.c | 597 #define GDLM_ATTR(_name,_mode,_show,_store) \ macro 600 GDLM_ATTR(proto_name, 0444, proto_name_show, NULL); 601 GDLM_ATTR(block, 0644, block_show, block_store); 602 GDLM_ATTR(withdraw, 0644, wdack_show, wdack_store); 603 GDLM_ATTR(jid, 0644, jid_show, jid_store); 604 GDLM_ATTR(first, 0644, lkfirst_show, lkfirst_store); 605 GDLM_ATTR(first_done, 0444, first_done_show, NULL); 606 GDLM_ATTR(recover, 0600, NULL, recover_store); 607 GDLM_ATTR(recover_done, 0444, recover_done_show, NULL); 608 GDLM_ATTR(recover_status, 0444, recover_status_show, NULL);
|