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 fsname_show(struct gfs2_sbd *sdp, char *buf)
71 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf)
81 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf)
89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
119 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf)
125 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
145 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf,
164 static ssize_t quota_sync_store(struct gfs2_sbd *sdp, const char *buf,
183 static ssize_t quota_refresh_user_store(struct gfs2_sbd *sdp, const char *buf,
205 static ssize_t quota_refresh_group_store(struct gfs2_sbd *sdp, const char *buf,
227 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
320 static ssize_t proto_name_show(struct gfs2_sbd *sdp, char *buf)
326 static ssize_t block_show(struct gfs2_sbd *sdp, char *buf)
329 ssize_t ret;
338 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
359 static ssize_t wdack_show(struct gfs2_sbd *sdp, char *buf)
366 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
382 static ssize_t lkfirst_show(struct gfs2_sbd *sdp, char *buf)
388 static ssize_t lkfirst_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
415 static ssize_t first_done_show(struct gfs2_sbd *sdp, char *buf)
454 static ssize_t recover_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
473 static ssize_t recover_done_show(struct gfs2_sbd *sdp, char *buf)
479 static ssize_t recover_status_show(struct gfs2_sbd *sdp, char *buf)
485 static ssize_t jid_show(struct gfs2_sbd *sdp, char *buf)
490 static ssize_t jid_store(struct gfs2_sbd *sdp, const char *buf, size_t len)
550 static ssize_t quota_scale_show(struct gfs2_sbd *sdp, char *buf)
557 static ssize_t quota_scale_store(struct gfs2_sbd *sdp, const char *buf,
576 static ssize_t tune_set(struct gfs2_sbd *sdp, unsigned int *field,
603 static ssize_t name##_show(struct gfs2_sbd *sdp, char *buf) \
610 static ssize_t name##_store(struct gfs2_sbd *sdp, const char *buf, size_t len)\