Home
last modified time | relevance | path

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

/fs/
Dnamespace.c36 static int mnt_id_start = 0; variable
79 res = ida_get_new_above(&mnt_id_ida, mnt_id_start, &mnt->mnt_id); in mnt_alloc_id()
81 mnt_id_start = mnt->mnt_id + 1; in mnt_alloc_id()
94 if (mnt_id_start > id) in mnt_free_id()
95 mnt_id_start = id; in mnt_free_id()