kernfs_fileop
static const struct kernfs_fileop pciback_dev_fileops[] = {
static const struct kernfs_fileop privcmd_fileops[] = {
static const struct kernfs_fileop xenbus_fileops[] = {
static const struct kernfs_fileop xsd_port_fileops[] = {
SPLAY_ENTRY(kernfs_fileop) kf_node;
kfstype kernfs_alloctype(int, const struct kernfs_fileop *);
const struct kernfs_fileop kernfs_default_fileops[] = {
kernfs_fileop_compare(struct kernfs_fileop *a, struct kernfs_fileop *b)
SPLAY_HEAD(kfsfileoptree, kernfs_fileop) kfsfileoptree =
SPLAY_PROTOTYPE(kfsfileoptree, kernfs_fileop, kf_node, kernfs_fileop_compare);
SPLAY_GENERATE(kfsfileoptree, kernfs_fileop, kf_node, kernfs_fileop_compare);
kernfs_alloctype(int nkf, const struct kernfs_fileop *kf)
struct kernfs_fileop *dkf, *fkf, skf;
struct kernfs_fileop *kf, skf;
struct kernfs_fileop *kf, skf;
struct kernfs_fileop *kf, skf;