Searched refs:next_ino (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dshmem_fs.h69 ino_t next_ino; /* The next per-sb inode number to use */ member in struct:shmem_sb_info
/linux-master/fs/ubifs/
H A Dio.c614 wbuf->next_ino = 0;
798 wbuf->next_ino = 0;
916 wbuf->next_ino = 0;
1180 wbuf->next_ino = 0;
1202 wbuf->inodes[wbuf->next_ino++] = inum;
1219 for (i = 0; i < wbuf->next_ino; i++)
H A Dubifs.h674 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
679 * @next_ino: points to the next position of the following inode number
707 int next_ino; member in struct:ubifs_wbuf
/linux-master/mm/
H A Dshmem.c351 ino = sbinfo->next_ino++;
353 ino = sbinfo->next_ino++;
363 sbinfo->next_ino = 1;
364 ino = sbinfo->next_ino++;
382 ino_t *next_ino; local
384 next_ino = per_cpu_ptr(sbinfo->ino_batch, get_cpu());
385 ino = *next_ino;
388 ino = sbinfo->next_ino;
389 sbinfo->next_ino += SHMEM_INO_BATCH;
395 *next_ino
[all...]

Completed in 149 milliseconds