Searched defs:ix (Results 1 - 6 of 6) sorted by relevance

/fs/qnx4/
H A Ddir.c25 int ix, ino; local
38 ix = (ctx->pos >> QNX4_DIR_ENTRY_SIZE_BITS) % QNX4_INODES_PER_BLOCK;
39 for (; ix < QNX4_INODES_PER_BLOCK; ix++, ctx->pos += QNX4_DIR_ENTRY_SIZE) {
40 offset = ix * QNX4_DIR_ENTRY_SIZE;
53 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1;
H A Dinode.c79 int ix; local
93 ix = 0;
95 if ( ix == 0 ) {
108 block = try_extent(&xblk->xblk_xtnts[ix], &offset);
113 if ( ++ix >= xblk->xblk_num_xtnts ) {
115 ix = 0;
/fs/ext4/
H A Dext4_extents.h233 static inline ext4_fsblk_t ext4_idx_pblock(struct ext4_extent_idx *ix) argument
237 block = le32_to_cpu(ix->ei_leaf_lo);
238 block |= ((ext4_fsblk_t) le16_to_cpu(ix->ei_leaf_hi) << 31) << 1;
260 static inline void ext4_idx_store_pblock(struct ext4_extent_idx *ix, argument
263 ix->ei_leaf_lo = cpu_to_le32((unsigned long) (pb & 0xffffffff));
264 ix->ei_leaf_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) &
H A Dmigrate.c384 struct ext4_extent_idx *ix)
391 block = ext4_idx_pblock(ix);
398 ix = EXT_FIRST_INDEX(eh);
399 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
400 retval = free_ext_idx(handle, inode, ix);
420 struct ext4_extent_idx *ix; local
426 ix = EXT_FIRST_INDEX(eh);
427 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
428 retval = free_ext_idx(handle, inode, ix);
383 free_ext_idx(handle_t *handle, struct inode *inode, struct ext4_extent_idx *ix) argument
H A Dextents.c756 struct ext4_extent_idx *chix, *ix; local
759 chix = ix = EXT_FIRST_INDEX(eh);
760 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) {
762 le32_to_cpu(ix->ei_block) <= le32_to_cpu(ix[-1].ei_block)) {
763 printk(KERN_DEBUG "k=%d, ix=0x%p, "
765 ix, EXT_FIRST_INDEX(eh));
767 le32_to_cpu(ix->ei_block),
768 le32_to_cpu(ix[-1].ei_block));
770 BUG_ON(k && le32_to_cpu(ix
950 struct ext4_extent_idx *ix; local
1421 struct ext4_extent_idx *ix; local
1489 struct ext4_extent_idx *ix; local
[all...]
/fs/hpfs/
H A Dhpfs.h209 __le16 ix; /* index */ member in struct:code_page_directory::__anon246
233 to start of c_p_data[ix] */
235 __le16 ix; /* index */ member in struct:code_page_data::__anon247
356 u8 ix; /* code page index (of filename), see member in struct:hpfs_dirent

Completed in 63 milliseconds