Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/configfs/
H A Dconfigfs_internal.h74 extern int configfs_make_dirent(struct configfs_dirent *, struct dentry *,
H A Dfile.c527 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, in configfs_create_file()
549 error = configfs_make_dirent(parent_sd, NULL, (void *) bin_attr, mode, in configfs_create_bin_file()
H A Ddir.c244 int configfs_make_dirent(struct configfs_dirent * parent_sd, in configfs_make_dirent() function
297 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode, in configfs_create_dir()
370 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK, in configfs_create_link()