Searched refs:ffs_sb_create_file (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 242 ffs_sb_create_file(struct super_block *sb, const char *name, void *data, 1419 static struct dentry *ffs_sb_create_file(struct super_block *sb, in ffs_sb_create_file() function 1485 if (unlikely(!ffs_sb_create_file(sb, "ep0", ffs, in ffs_sb_fill() 1925 epfile->dentry = ffs_sb_create_file(ffs->sb, epfile->name, in ffs_epfiles_create()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 243 ffs_sb_create_file(struct super_block *sb, const char *name, void *data, 1399 static struct dentry *ffs_sb_create_file(struct super_block *sb, in ffs_sb_create_file() function 1461 if (!ffs_sb_create_file(sb, "ep0", ffs, &ffs_ep0_operations)) in ffs_sb_fill() 1870 epfile->dentry = ffs_sb_create_file(ffs->sb, epfile->name, in ffs_epfiles_create()
|
Completed in 10 milliseconds