Home
last modified time | relevance | path

Searched refs:FUSE_UNIQUE_RESEND (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h1001 #define FUSE_UNIQUE_RESEND (1ULL << 63)
990 #define FUSE_UNIQUE_RESEND global() macro
/linux/fs/fuse/
H A Ddev.c1889 req->in.h.unique |= FUSE_UNIQUE_RESEND; in fuse_resend()