Searched refs:i_xblk (Results 1 - 1 of 1) sorted by path

/linux-master/fs/qnx4/
H A Dinode.c87 long i_xblk; local
99 i_xblk = le32_to_cpu(qnx4_inode->di_xblk);
104 bh = sb_bread(inode->i_sb, i_xblk - 1);
106 QNX4DEBUG((KERN_ERR "qnx4: I/O error reading xtnt block [%ld])\n", i_xblk - 1));
111 QNX4DEBUG((KERN_ERR "qnx4: block at %ld is not a valid xtnt\n", qnx4_inode->i_xblk));
121 i_xblk = le32_to_cpu(xblk->xblk_next_xblk);

Completed in 277 milliseconds