Lines Matching refs:access
199 int access
201 TP_ARGS(rqstp, fhp, type, access),
210 __field(unsigned long, access)
222 __entry->access = access;
224 TP_printk("xid=0x%08x fh_hash=0x%08x type=%s access=%s",
227 show_nfsd_may_flags(__entry->access)
236 int access,
239 TP_ARGS(rqstp, fhp, type, access, error),
249 __field(unsigned long, access)
265 __entry->access = access;
268 TP_printk("xid=0x%08x fh_hash=0x%08x type=%s access=%s error=%d",
271 show_nfsd_may_flags(__entry->access),