Lines Matching refs:ssize_t

32 	ssize_t (*show)(struct gfs2_sbd *, char *);
33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
36 static ssize_t gfs2_attr_show(struct kobject *kobj, struct attribute *attr,
44 static ssize_t gfs2_attr_store(struct kobject *kobj, struct attribute *attr,
60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf)
66 static ssize_t status_show(struct gfs2_sbd *sdp, char *buf)
69 ssize_t s;
141 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf)
146 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf)
156 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf)
164 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
194 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf)
200 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
220 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf,
239 static ssize_t quota_sync_store(struct gfs2_sbd *sdp, const char *buf,
258 static ssize_t quota_refresh_user_store(struct gfs2_sbd *sdp, const char *buf,
280 static ssize_t quota_refresh_group_store(struct gfs2_sbd *sdp, const char *buf,
302 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
397 static ssize_t proto_name_show(struct gfs2_sbd *sdp, char *buf)
403 static ssize_t block_show(struct gfs2_sbd *sdp, char *buf)
406 ssize_t ret;
415 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
436 static ssize_t wdack_show(struct gfs2_sbd *sdp, char *buf)
443 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
459 static ssize_t lkfirst_show(struct gfs2_sbd *sdp, char *buf)
465 static ssize_t lkfirst_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
492 static ssize_t first_done_show(struct gfs2_sbd *sdp, char *buf)
531 static ssize_t recover_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
550 static ssize_t recover_done_show(struct gfs2_sbd *sdp, char *buf)
556 static ssize_t recover_status_show(struct gfs2_sbd *sdp, char *buf)
562 static ssize_t jid_show(struct gfs2_sbd *sdp, char *buf)
567 static ssize_t jid_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
627 static ssize_t quota_scale_show(struct gfs2_sbd *sdp, char *buf)
634 static ssize_t quota_scale_store(struct gfs2_sbd *sdp, const char *buf,
653 static ssize_t tune_set(struct gfs2_sbd *sdp, unsigned int *field,
680 static ssize_t name##_show(struct gfs2_sbd *sdp, char *buf) \
687 static ssize_t name##_store(struct gfs2_sbd *sdp, const char *buf, size_t len)\