Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c3930 static atomic64_t mnt_ns_seq = ATOMIC64_INIT(1); variable
3957 new_ns->seq = atomic64_inc_return(&mnt_ns_seq); in alloc_mnt_ns()