Searched refs:fentry (Results 1 - 3 of 3) sorted by path

/drivers/acpi/apei/
H A Deinj.c692 struct dentry *fentry; local
718 fentry = debugfs_create_file("available_error_type", S_IRUSR,
721 if (!fentry)
723 fentry = debugfs_create_file("error_type", S_IRUSR | S_IWUSR,
725 if (!fentry)
727 fentry = debugfs_create_file("error_inject", S_IWUSR,
729 if (!fentry)
747 fentry = debugfs_create_x32("flags", S_IRUSR | S_IWUSR,
749 if (!fentry)
751 fentry
[all...]
/drivers/cdrom/
H A Dgdrom.c335 int fentry, lentry, track, data, tocuse, err; local
351 fentry = get_entry_track(gd.toc->first);
360 } while (track >= fentry);
/drivers/ras/
H A Ddebugfs.c39 struct dentry *fentry; local
44 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir,
46 if (!fentry)

Completed in 129 milliseconds