HomeSort by relevance Sort by last modified time
    Searched refs:i_btree_offset (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_readdir.c 314 XFS_PVT(inode)->i_btree_offset >= be16_to_cpu(node->hdr.count))
317 fsblkno = be32_to_cpu(node->btree[XFS_PVT(inode)->i_btree_offset].before);
332 XFS_PVT(inode)->i_btree_offset++;
345 XFS_PVT(inode)->i_btree_offset++;
384 XFS_PVT(inode)->i_btree_offset = 0;
xfs.c 243 XFS_PVT(inode)->i_btree_offset = 0;
xfs.h 385 uint32_t i_btree_offset; member in struct:xfs_inode

Completed in 55 milliseconds