Home
last modified time | relevance | path

Searched refs:create_path (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
Ddevtmpfs.c180 static int create_path(const char *nodepath) in create_path() function
216 create_path(nodename); in handle_create()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c2674 char *create_path = NULL; in hmdfs_root_create() local
2677 create_path = hmdfs_connect_path(create_dir, create_name); in hmdfs_root_create()
2678 if (!create_path) in hmdfs_root_create()
2682 hmdfs_get_dentry_absolute_path(local_dst_path, create_path); in hmdfs_root_create()
2705 kfree(create_path); in hmdfs_root_create()