Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dnfsfh.h91 int fh_flags; /* FH flags */ member
110 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
111 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))