Searched refs:fud (Results 1 – 1 of 1) sorted by relevance
819 ctx->fud = file->private_data; in fuse_opt_fd()820 refcount_inc(&ctx->fud->ref); in fuse_opt_fd()935 if (ctx->fud) in fuse_free_fsc()936 fuse_dev_put(ctx->fud); in fuse_free_fsc()1648 struct fuse_dev *fud; in fuse_dev_alloc() local1651 fud = kzalloc_obj(struct fuse_dev); in fuse_dev_alloc()1652 if (!fud) in fuse_dev_alloc()1655 refcount_set(&fud->ref, 1); in fuse_dev_alloc()1658 kfree(fud); in fuse_dev_alloc()1662 fud->pq.processing = pq; in fuse_dev_alloc()[all …]