Home
last modified time | relevance | path

Searched refs:GDLM_ATTR (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dsys.c519 #define GDLM_ATTR(_name,_mode,_show,_store) \ macro
522 GDLM_ATTR(proto_name, 0444, proto_name_show, NULL);
523 GDLM_ATTR(block, 0644, block_show, block_store);
524 GDLM_ATTR(withdraw, 0644, wdack_show, wdack_store);
525 GDLM_ATTR(jid, 0644, jid_show, jid_store);
526 GDLM_ATTR(first, 0644, lkfirst_show, lkfirst_store);
527 GDLM_ATTR(first_done, 0444, first_done_show, NULL);
528 GDLM_ATTR(recover, 0600, NULL, recover_store);
529 GDLM_ATTR(recover_done, 0444, recover_done_show, NULL);
530 GDLM_ATTR(recover_status, 0444, recover_status_show, NULL);