Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h61 extern const struct qstr slash_name;
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c85 const struct qstr slash_name = QSTR_INIT("/", 1); variable
86 EXPORT_SYMBOL(slash_name);
1721 name = &slash_name; in __d_alloc()
H A Dnamei.c3370 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()