Home
last modified time | relevance | path

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

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