Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Ddir.c52 static atomic_t temp_id = ATOMIC_INIT(0); in ovl_lookup_temp() local
55 snprintf(name, sizeof(name), "#%x", atomic_inc_return(&temp_id)); in ovl_lookup_temp()