Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dtrace.h1040 __field(unsigned char, nf_may)
1047 __entry->nf_may = nf->nf_may;
1054 show_nfsd_may_flags(__entry->nf_may),
1077 __field(unsigned long, nf_may)
1084 __entry->nf_may = nf->nf_may;
1089 show_nfsd_may_flags(__entry->nf_may)
1110 __field(unsigned long, nf_may)
1121 __entry->nf_may = nf ? nf->nf_may : 0;
1130 show_nfsd_may_flags(__entry->nf_may),
1176 __field(unsigned long, nf_may)
[all …]
H A Dfilecache.h43 unsigned char nf_may; member
H A Dfilecache.c231 nf->nf_may = need; in nfsd_file_alloc()
964 if (nf->nf_may != need) in nfsd_file_lookup_locked()