Home
last modified time | relevance | path

Searched refs:ino_batch (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dshmem_fs.h49 ino_t __percpu *ino_batch; /* The next per-cpu inode number to use */ member
/linux-6.3-rc2/mm/
A Dshmem.c314 next_ino = per_cpu_ptr(sbinfo->ino_batch, get_cpu()); in shmem_reserve_inode()
3751 free_percpu(sbinfo->ino_batch); in shmem_put_super()
3796 sbinfo->ino_batch = alloc_percpu(ino_t); in shmem_fill_super()
3797 if (!sbinfo->ino_batch) in shmem_fill_super()

Completed in 11 milliseconds