Lines Matching refs:callbacks
75 * Setup the callbacks for this FHA personality.
77 softc->callbacks.get_procnum = fhanew_get_procnum;
78 softc->callbacks.realign = fhanew_realign;
79 softc->callbacks.get_fh = fhanew_get_fh;
80 softc->callbacks.is_read = fhanew_is_read;
81 softc->callbacks.is_write = fhanew_is_write;
82 softc->callbacks.get_offset = fhanew_get_offset;
83 softc->callbacks.no_offset = fhanew_no_offset;
84 softc->callbacks.set_locktype = fhanew_set_locktype;
85 softc->callbacks.fhe_stats_sysctl = fhenew_stats_sysctl;