Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dlops.h17 ((sizeof(struct gfs2_log_descriptor) + sizeof(__be64) - 1) & \
20 ((sizeof(struct gfs2_log_descriptor) + (2 * sizeof(__be64) - 1)) & \
87 struct gfs2_log_descriptor *ld, in lops_scan_elements()
Dlops.c106 static inline struct gfs2_log_descriptor *bh_log_desc(struct buffer_head *bh) in bh_log_desc()
108 return (struct gfs2_log_descriptor *)bh->b_data; in bh_log_desc()
113 struct gfs2_log_descriptor *ld = bh_log_desc(bh); in bh_log_ptr()
126 struct gfs2_log_descriptor *ld = bh_log_desc(bh); in gfs2_get_log_desc()
172 struct gfs2_log_descriptor *ld; in buf_lo_before_commit()
257 struct gfs2_log_descriptor *ld, __be64 *ptr, in buf_lo_scan_elements()
336 struct gfs2_log_descriptor *ld; in revoke_lo_before_commit()
351 offset = sizeof(struct gfs2_log_descriptor); in revoke_lo_before_commit()
392 struct gfs2_log_descriptor *ld, __be64 *ptr, in revoke_lo_scan_elements()
407 offset = sizeof(struct gfs2_log_descriptor); in revoke_lo_scan_elements()
[all …]
Drecovery.c318 struct gfs2_log_descriptor *ld; in foreach_descriptor()
322 unsigned int offset = sizeof(struct gfs2_log_descriptor); in foreach_descriptor()
334 ld = (struct gfs2_log_descriptor *)bh->b_data; in foreach_descriptor()
Dincore.h58 struct gfs2_log_descriptor *ld, __be64 *ptr,
Dlog.c54 first = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / ssize; in gfs2_struct2blk()
/linux-2.6.39/include/linux/
Dgfs2_ondisk.h391 struct gfs2_log_descriptor { struct