Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dnamespace.c33 static int mnt_id_start = 0; variable
75 res = ida_get_new_above(&mnt_id_ida, mnt_id_start, &mnt->mnt_id); in mnt_alloc_id()
77 mnt_id_start = mnt->mnt_id + 1; in mnt_alloc_id()
90 if (mnt_id_start > id) in mnt_free_id()
91 mnt_id_start = id; in mnt_free_id()