Home
last modified time | relevance | path

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

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