Searched refs:nf_may (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | trace.h | 890 __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 D | filecache.h | 43 unsigned char nf_may; member
|
H A D | filecache.c | 231 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 D | trace.h | 424 __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 D | filecache.h | 47 unsigned char nf_may; member
|
H A D | filecache.c | 189 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 6 milliseconds