Searched refs:configfs_make_dirent (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/configfs/ |
D | configfs_internal.h | 78 extern int configfs_make_dirent(struct configfs_dirent *,
|
D | file.c | 543 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()
|
D | dir.c | 225 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()
|