Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h61 extern const struct qstr empty_name;
/openbmc/linux/fs/
H A Ddcache.c83 const struct qstr empty_name = QSTR_INIT("", 0); variable
84 EXPORT_SYMBOL(empty_name);
/openbmc/linux/fs/gfs2/
H A Ddir.c892 gfs2_qstr2dirent(&empty_name, bh->b_size - sizeof(struct gfs2_leaf), dent); in new_leaf()