Lines Matching defs:inode
19 * A qnx4 directory entry is an inode entry or link info
25 * real (differently sized) name arrays in the inode and
37 * warnings that would happen if gcc decides to use 'inode.di_name'
51 struct qnx4_inode_entry inode;
57 struct inode *inode = file_inode(file);
64 QNX4DEBUG((KERN_INFO "qnx4_readdir:i_size = %ld\n", (long) inode->i_size));
67 while (ctx->pos < inode->i_size) {
68 blknum = qnx4_block_map(inode, ctx->pos >> QNX4_BLOCK_SIZE_BITS);
69 bh = sb_bread(inode->i_sb, blknum);
86 size = sizeof(de->inode.di_fname);