Searched refs:index_cnt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpmpdec.c47 int index_cnt; local
68 index_cnt = avio_rl32(pb);
75 vst->nb_frames = index_cnt;
76 vst->duration = index_cnt;
104 pos = avio_tell(pb) + 4 * index_cnt;
105 for (i = 0; i < index_cnt; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpmpdec.c47 uint32_t index_cnt; local
70 index_cnt = avio_rl32(pb);
77 vst->nb_frames = index_cnt;
78 vst->duration = index_cnt;
96 pos = avio_tell(pb) + 4LL*index_cnt;
97 for (i = 0; i < index_cnt; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dbtrfs_inode.h118 * if this is a directory then index_cnt is the counter for the index
121 u64 index_cnt; member in struct:btrfs_inode
H A Dinode.c2438 BTRFS_I(inode)->index_cnt = (u64)-1;
4145 * and then set the in-memory index_cnt variable to reflect
4178 BTRFS_I(inode)->index_cnt = 2;
4189 BTRFS_I(inode)->index_cnt = 2;
4193 BTRFS_I(inode)->index_cnt = found_key.offset + 1;
4207 if (BTRFS_I(dir)->index_cnt == (u64)-1) {
4213 *index = BTRFS_I(dir)->index_cnt;
4214 BTRFS_I(dir)->index_cnt++;
4252 * index_cnt is ignored for everything but a dir,
4256 BTRFS_I(inode)->index_cnt
[all...]
H A Drelocation.c1472 bytenr -= BTRFS_I(reloc_inode)->index_cnt;
2818 u64 offset = BTRFS_I(inode)->index_cnt;
2895 u64 offset = BTRFS_I(inode)->index_cnt;
3825 BTRFS_I(inode)->index_cnt = group->key.objectid;
4124 disk_bytenr = file_pos + BTRFS_I(inode)->index_cnt;
H A Dtree-log.c1013 BTRFS_I(inode)->index_cnt = (u64)-1;

Completed in 178 milliseconds