Searched refs:GDLM_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 495 #define GDLM_ATTR(_name,_mode,_show,_store) \ macro 498 GDLM_ATTR(proto_name, 0444, proto_name_show, NULL); 499 GDLM_ATTR(block, 0644, block_show, block_store); 500 GDLM_ATTR(withdraw, 0644, wdack_show, wdack_store); 501 GDLM_ATTR(jid, 0644, jid_show, jid_store); 502 GDLM_ATTR(first, 0644, lkfirst_show, lkfirst_store); 503 GDLM_ATTR(first_done, 0444, first_done_show, NULL); 504 GDLM_ATTR(recover, 0600, NULL, recover_store); 505 GDLM_ATTR(recover_done, 0444, recover_done_show, NULL); 506 GDLM_ATTR(recover_status, 0444, recover_status_show, NULL);
|