Lines Matching refs:index_cnt
3796 BTRFS_I(inode)->index_cnt = (u64)-1;
5737 * in-memory index_cnt variable to the first free sequence number.
5764 inode->index_cnt = BTRFS_DIR_START_INDEX;
5775 inode->index_cnt = BTRFS_DIR_START_INDEX;
5779 inode->index_cnt = found_key.offset + 1;
5790 if (dir->index_cnt == (u64)-1) {
5799 /* index_cnt is the index number of next new entry, so decrement it. */
5800 *index = dir->index_cnt - 1;
6063 if (dir->index_cnt == (u64)-1) {
6072 *index = dir->index_cnt;
6073 dir->index_cnt++;
6224 /* index_cnt is ignored for everything but a dir. */
6225 BTRFS_I(inode)->index_cnt = BTRFS_DIR_START_INDEX;
6253 BTRFS_I(dir)->index_cnt--;
8493 ei->index_cnt = (u64)-1;