Lines Matching refs:pbn
41 * @pbn - physical block number of the block
46 * specified by @pbn to the GC pagecache with the key @blkoff.
47 * This function sets @vbn (@pbn if @vbn is zero) in b_blocknr of the buffer.
56 * %-ENOENT - The block specified with @pbn does not exist.
59 sector_t pbn, __u64 vbn,
72 if (pbn == 0) {
75 err = nilfs_dat_translate(nilfs->ns_dat, vbn, &pbn);
90 bh->b_blocknr = pbn;
111 * @pbn - physical block number for the block
116 * specified by @vbn to the GC pagecache. @pbn can be supplied by the
126 int nilfs_gccache_submit_read_node(struct inode *inode, sector_t pbn,
133 vbn ? : pbn, pbn, REQ_OP_READ, 0,
134 out_bh, &pbn);