Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Dconfigfs_internal.h78 extern int configfs_make_dirent(struct configfs_dirent *,
Dfile.c543 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, in configfs_create_file()
565 error = configfs_make_dirent(parent_sd, NULL, (void *) bin_attr, mode, in configfs_create_bin_file()
Ddir.c225 int configfs_make_dirent(struct configfs_dirent * parent_sd, in configfs_make_dirent() function
290 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode, in configfs_create_dir()
357 err = configfs_make_dirent(parent->d_fsdata, dentry, sl, mode, in configfs_create_link()