gfs2_log_descriptor 52 fs/gfs2/incore.h struct gfs2_log_descriptor *ld, __be64 *ptr, gfs2_log_descriptor 54 fs/gfs2/log.c first = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / ssize; gfs2_log_descriptor 96 fs/gfs2/lops.c static inline struct gfs2_log_descriptor *bh_log_desc(struct buffer_head *bh) gfs2_log_descriptor 98 fs/gfs2/lops.c return (struct gfs2_log_descriptor *)bh->b_data; gfs2_log_descriptor 103 fs/gfs2/lops.c struct gfs2_log_descriptor *ld = bh_log_desc(bh); gfs2_log_descriptor 116 fs/gfs2/lops.c struct gfs2_log_descriptor *ld = bh_log_desc(bh); gfs2_log_descriptor 158 fs/gfs2/lops.c struct gfs2_log_descriptor *ld; gfs2_log_descriptor 322 fs/gfs2/lops.c struct gfs2_log_descriptor *ld; gfs2_log_descriptor 337 fs/gfs2/lops.c offset = sizeof(struct gfs2_log_descriptor); gfs2_log_descriptor 393 fs/gfs2/lops.c offset = sizeof(struct gfs2_log_descriptor); gfs2_log_descriptor 550 fs/gfs2/lops.c struct gfs2_log_descriptor *ld; gfs2_log_descriptor 17 fs/gfs2/lops.h ((sizeof(struct gfs2_log_descriptor) + sizeof(__be64) - 1) & \ gfs2_log_descriptor 20 fs/gfs2/lops.h ((sizeof(struct gfs2_log_descriptor) + (2 * sizeof(__be64) - 1)) & \ gfs2_log_descriptor 316 fs/gfs2/recovery.c struct gfs2_log_descriptor *ld; gfs2_log_descriptor 320 fs/gfs2/recovery.c unsigned int offset = sizeof(struct gfs2_log_descriptor); gfs2_log_descriptor 332 fs/gfs2/recovery.c ld = (struct gfs2_log_descriptor *)bh->b_data;