Searched refs:pbh (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Drock.c66 struct buffer_head * pbh; \
72 pbh = sb_bread(DEV->i_sb, block); \
73 if(pbh){ \
74 memcpy(buffer + offset1, pbh->b_data + offset, cont_size - offset1); \
75 brelse(pbh); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dinode.c399 struct buffer_head *pbh = NULL, *cbh = NULL, *nbh = NULL, *result = NULL; local
421 if (pbh != cbh)
423 udf_release_data(pbh);
425 pbh = cbh;
473 udf_release_data(pbh);
530 if (!pbh)
531 pbh = cbh;
553 udf_release_data(pbh);
576 udf_update_extents(inode, laarr, startnum, endnum, pbloc, pextoffset, &pbh);
578 udf_release_data(pbh);
798 udf_update_extents(struct inode *inode, long_ad laarr[EXTENT_MERGE_SIZE], int startnum, int endnum, lb_addr pbloc, uint32_t pextoffset, struct buffer_head **pbh) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c1466 unsigned int pbc, pbh, pbs; /* physical beginning c, h, s */ local
1476 pbh = p->head;
1491 if (cylinders <= 1024 && (pbc != lbc || pbh != lbh || pbs != lbs)) {
1494 printf(_(" phys=(%d, %d, %d) "), pbc, pbh, pbs);
1508 if (pbh != !pbc || pbs != 1) {
1511 printf(_(" phys=(%d, %d, %d) "), pbc, pbh, pbs);

Completed in 78 milliseconds