Home
last modified time | relevance | path

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

/fs/overlayfs/
Ddir.c49 static atomic_t temp_id = ATOMIC_INIT(0); in ovl_lookup_temp() local
52 snprintf(name, sizeof(name), "#%x", atomic_inc_return(&temp_id)); in ovl_lookup_temp()