Home
last modified time | relevance | path

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

/linux-6.1.9/fs/configfs/
Dinode.c183 const unsigned char * configfs_get_name(struct configfs_dirent *sd) in configfs_get_name() function
234 if (!strcmp(configfs_get_name(sd), name)) { in configfs_hash_and_remove()
Dconfigfs_internal.h78 extern const unsigned char * configfs_get_name(struct configfs_dirent *sd);
Ddir.c230 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists()
455 !strcmp(configfs_get_name(sd), dentry->d_name.name)) { in configfs_lookup()
942 pr_info("%*s\"%s\":\n", level, " ", configfs_get_name(sd)); in configfs_dump_one()
1654 name = configfs_get_name(next); in configfs_readdir()