Home
last modified time | relevance | path

Searched refs:nf_may (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/nfsd/
H A Dtrace.h890 __field(unsigned char, nf_may)
897 __entry->nf_may = nf->nf_may;
904 show_nfsd_may_flags(__entry->nf_may),
927 __field(unsigned long, nf_may)
934 __entry->nf_may = nf->nf_may;
939 show_nfsd_may_flags(__entry->nf_may)
960 __field(unsigned long, nf_may)
971 __entry->nf_may
[all...]
H A Dfilecache.h43 unsigned char nf_may; member
H A Dfilecache.c231 nf->nf_may = need; in nfsd_file_alloc()
934 if (nf->nf_may != need) in nfsd_file_lookup_locked()
/kernel/linux/linux-5.10/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;
486 TP_printk("xid=0x%x hash=0x%x inode=0x%p may_flags=%s ref=%d nf_flags=%s nf_may=%s nf_file=0x%p status=%u",
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()

Completed in 7 milliseconds