Home
last modified time | relevance | path

Searched refs:FUSE_DEV_FC_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/fuse/
H A Dfuse_dev_i.h43 #define FUSE_DEV_FC_DISCONNECTED ((struct fuse_conn *) 1) macro
H A Dinode.c1716 if (fc && fc != FUSE_DEV_FC_DISCONNECTED) { in fuse_dev_put()
H A Ddev.c2544 struct fuse_conn *fc = xchg(&fud->fc, FUSE_DEV_FC_DISCONNECTED); in fuse_dev_release()