Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dnamei.c3028 struct dentry *const DENTRY_NOT_SET = (void *) -1UL; in atomic_open() local
3035 file->f_path.dentry = DENTRY_NOT_SET; in atomic_open()
3046 } else if (WARN_ON(file->f_path.dentry == DENTRY_NOT_SET)) { in atomic_open()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds