Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h64 extern const struct qstr slash_name;
/linux/fs/
H A Ddcache.c93 const struct qstr slash_name = QSTR_INIT("/", 1); variable
94 EXPORT_SYMBOL(slash_name);
1703 name = &slash_name; in __d_alloc()
H A Dnamei.c4020 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()