Linux Kernel
3.7.1
|
#include <configfs.h>
Data Fields | |
void(* | release )(struct config_item *) |
ssize_t(* | show_attribute )(struct config_item *, struct configfs_attribute *, char *) |
ssize_t(* | store_attribute )(struct config_item *, struct configfs_attribute *, const char *, size_t) |
int(* | allow_link )(struct config_item *src, struct config_item *target) |
int(* | drop_link )(struct config_item *src, struct config_item *target) |
Definition at line 224 of file configfs.h.
int(* allow_link)(struct config_item *src, struct config_item *target) |
Definition at line 228 of file configfs.h.
int(* drop_link)(struct config_item *src, struct config_item *target) |
Definition at line 229 of file configfs.h.
void(* release)(struct config_item *) |
Definition at line 225 of file configfs.h.
ssize_t(* show_attribute)(struct config_item *, struct configfs_attribute *, char *) |
Definition at line 226 of file configfs.h.
ssize_t(* store_attribute)(struct config_item *, struct configfs_attribute *, const char *, size_t) |
Definition at line 227 of file configfs.h.