Lines Matching full:callback
27 * eventfs_callback - A callback function to create dynamic files in eventfs
37 * array is used to find a callback() with the matching name that is being
38 * referenced (for lookups, the entire array is iterated and each callback
41 * The callback will be called with @name for the name of the file to create.
42 * The callback can return less than 1 to indicate that no file should be
51 * to eventfs_create_dir() or eventfs_create_events_dir(), but the callback
58 * NB. This callback is called while holding internal locks of the eventfs
59 * system. The callback must not call any code that might also call into
70 * @callback: The callback to get the fops of the file when it is created
72 * See evenfs_callback() typedef for how to set up @callback.
76 eventfs_callback callback; member