Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddcache.h62 extern const struct qstr slash_name;
/linux-6.12.1/fs/
Ddcache.c87 const struct qstr slash_name = QSTR_INIT("/", 1); variable
88 EXPORT_SYMBOL(slash_name);
1649 name = &slash_name; in __d_alloc()
Dnamei.c3819 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()