Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dtrace.h424 __field(unsigned char, nf_may)
432 __entry->nf_may = nf->nf_may;
440 show_nf_may(__entry->nf_may),
469 __field(unsigned char, nf_may)
481 __entry->nf_may = nf ? nf->nf_may : 0;
490 show_nf_may(__entry->nf_may), __entry->nf_file,
H A Dfilecache.h47 unsigned char nf_may; member
H A Dfilecache.c189 nf->nf_may = may & NFSD_FILE_MAY_MASK; in nfsd_file_alloc()
891 if (nf->nf_may != need) in nfsd_file_find_locked()