Home
last modified time | relevance | path

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

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