Lines Matching defs:buf

37 			      char *buf)  in gfs2_attr_show()
45 const char *buf, size_t len) in gfs2_attr_store()
60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
66 static ssize_t status_show(struct gfs2_sbd *sdp, char *buf) in status_show()
133 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
138 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
148 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
156 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
186 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show()
192 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store()
212 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf, in statfs_sync_store()
231 static ssize_t quota_sync_store(struct gfs2_sbd *sdp, const char *buf, in quota_sync_store()
250 static ssize_t quota_refresh_user_store(struct gfs2_sbd *sdp, const char *buf, in quota_refresh_user_store()
272 static ssize_t quota_refresh_group_store(struct gfs2_sbd *sdp, const char *buf, in quota_refresh_group_store()
294 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in demote_rq_store()
389 static ssize_t proto_name_show(struct gfs2_sbd *sdp, char *buf) in proto_name_show()
395 static ssize_t block_show(struct gfs2_sbd *sdp, char *buf) in block_show()
407 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in block_store()
428 static ssize_t wdack_show(struct gfs2_sbd *sdp, char *buf) in wdack_show()
435 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in wdack_store()
451 static ssize_t lkfirst_show(struct gfs2_sbd *sdp, char *buf) in lkfirst_show()
457 static ssize_t lkfirst_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in lkfirst_store()
484 static ssize_t first_done_show(struct gfs2_sbd *sdp, char *buf) in first_done_show()
523 static ssize_t recover_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in recover_store()
542 static ssize_t recover_done_show(struct gfs2_sbd *sdp, char *buf) in recover_done_show()
548 static ssize_t recover_status_show(struct gfs2_sbd *sdp, char *buf) in recover_status_show()
554 static ssize_t jid_show(struct gfs2_sbd *sdp, char *buf) in jid_show()
559 static ssize_t jid_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in jid_store()
619 static ssize_t quota_scale_show(struct gfs2_sbd *sdp, char *buf) in quota_scale_show()
626 static ssize_t quota_scale_store(struct gfs2_sbd *sdp, const char *buf, in quota_scale_store()
646 int check_zero, const char *buf, size_t len) in tune_set()