Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dfuse.h990 #define FUSE_UNIQUE_RESEND (1ULL << 63) macro
/linux-6.12.1/fs/fuse/
Ddev.c1868 req->in.h.unique |= FUSE_UNIQUE_RESEND; in fuse_resend()