Searched refs:fdata_get_dead (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_device.c188 if (fdata_get_dead(data) || STAILQ_FIRST(&data->ms_head))
223 if (fdata_get_dead(data)) {
238 return (fdata_get_dead(data) ? ENODEV : err);
255 if (fdata_get_dead(data)) {
H A Dfuse_ipc.c327 if (fdata_get_dead(data)) {
338 if (!fdata_get_dead(data)) {
461 if (fdata_get_dead(data)) {
517 if (fdata_get_dead(ftick->tk_data)) {
537 if (fdata_get_dead(ftick->tk_data)) {
H A Dfuse_vfsops.c311 if (fdata_get_dead(data)) {
410 if (fdata_get_dead(data)) {
H A Dfuse_ipc.h363 fdata_get_dead(struct fuse_data *data) function

Completed in 109 milliseconds