Lines Matching refs:gfs2_sbd

35 	ssize_t (*show)(struct gfs2_sbd *, char *);
36 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
42 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_show()
50 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_store()
63 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
69 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
74 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
84 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
92 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
122 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show()
128 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store()
147 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf, in statfs_sync_store()
166 static ssize_t quota_sync_store(struct gfs2_sbd *sdp, const char *buf, in quota_sync_store()
185 static ssize_t quota_refresh_user_store(struct gfs2_sbd *sdp, const char *buf, in quota_refresh_user_store()
207 static ssize_t quota_refresh_group_store(struct gfs2_sbd *sdp, const char *buf, in quota_refresh_group_store()
229 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in demote_rq_store()
305 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_sbd_release()
321 static ssize_t proto_name_show(struct gfs2_sbd *sdp, char *buf) in proto_name_show()
327 static ssize_t block_show(struct gfs2_sbd *sdp, char *buf) in block_show()
339 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in block_store()
360 static ssize_t wdack_show(struct gfs2_sbd *sdp, char *buf) in wdack_show()
367 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in wdack_store()
383 static ssize_t lkfirst_show(struct gfs2_sbd *sdp, char *buf) in lkfirst_show()
389 static ssize_t lkfirst_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in lkfirst_store()
416 static ssize_t first_done_show(struct gfs2_sbd *sdp, char *buf) in first_done_show()
422 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid) in gfs2_recover_set()
453 static ssize_t recover_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in recover_store()
472 static ssize_t recover_done_show(struct gfs2_sbd *sdp, char *buf) in recover_done_show()
478 static ssize_t recover_status_show(struct gfs2_sbd *sdp, char *buf) in recover_status_show()
484 static ssize_t jid_show(struct gfs2_sbd *sdp, char *buf) in jid_show()
489 static ssize_t jid_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in jid_store()
549 static ssize_t quota_scale_show(struct gfs2_sbd *sdp, char *buf) in quota_scale_show()
556 static ssize_t quota_scale_store(struct gfs2_sbd *sdp, const char *buf, in quota_scale_store()
575 static ssize_t tune_set(struct gfs2_sbd *sdp, unsigned int *field, in tune_set()
602 static ssize_t name##_show(struct gfs2_sbd *sdp, char *buf) \
609 static ssize_t name##_store(struct gfs2_sbd *sdp, const char *buf, size_t len)\
646 int gfs2_sys_fs_add(struct gfs2_sbd *sdp) in gfs2_sys_fs_add()
698 void gfs2_sys_fs_del(struct gfs2_sbd *sdp) in gfs2_sys_fs_del()
709 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_uevent()