Searched refs:GDLM_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/gfs2/ |
D | sys.c | 587 #define GDLM_ATTR(_name,_mode,_show,_store) \ macro 590 GDLM_ATTR(proto_name, 0444, proto_name_show, NULL); 591 GDLM_ATTR(block, 0644, block_show, block_store); 592 GDLM_ATTR(withdraw, 0644, wdack_show, wdack_store); 593 GDLM_ATTR(jid, 0644, jid_show, jid_store); 594 GDLM_ATTR(first, 0644, lkfirst_show, lkfirst_store); 595 GDLM_ATTR(first_done, 0444, first_done_show, NULL); 596 GDLM_ATTR(recover, 0600, NULL, recover_store); 597 GDLM_ATTR(recover_done, 0444, recover_done_show, NULL); 598 GDLM_ATTR(recover_status, 0444, recover_status_show, NULL);
|