Searched refs:hbp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_log_recover.c | 2939 char *hbp, *dbp; in xlog_do_recovery_pass() local 2964 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 2965 if (!hbp) in xlog_do_recovery_pass() 2968 error = xlog_bread(log, tail_blk, 1, hbp, &offset); in xlog_do_recovery_pass() 3001 kmem_free(hbp); in xlog_do_recovery_pass() 3002 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass() 3007 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 3011 if (!hbp) in xlog_do_recovery_pass() 3015 kmem_free(hbp); in xlog_do_recovery_pass() 3030 offset = hbp; in xlog_do_recovery_pass() [all …]
|
/fs/jfs/ |
D | jfs_imap.c | 2852 struct metapage *bp, *hbp; in diExtendFS() local 2919 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS() 2923 hiagp = (struct iag *) hbp->data; in diExtendFS() 2927 write_metapage(hbp); in diExtendFS() 2945 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS() 2949 hiagp = (struct iag *) hbp->data; in diExtendFS() 2953 write_metapage(hbp); in diExtendFS()
|