Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.c3344 struct dentry *const DENTRY_NOT_SET = (void *) -1UL; in atomic_open() local
3351 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open()
3362 } else if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open()