Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c12747 #define LEASEDBG(fmt, args...) \ macro
12755 #define LEASEDBG(fmt, args...) /**/ macro
12836 LEASEDBG("fl %p changing fl_type from %d to %d (flags 0x%x)", in modify_file_lease()
12874 LEASEDBG("open conflict on vp %p type %d writecnt %d usecnt %d " in acquire_file_lease()
12907 LEASEDBG("lease conflict on vp %p fl %p fl_type %d cur_fl_type %d", in acquire_file_lease()
12914 LEASEDBG("replace lease on vp %p fl %p old_fl_type %d new_fl_type %d", in acquire_file_lease()
12921 LEASEDBG("acquired lease on vp %p type %d fl %p fl_type %d fg %p", in acquire_file_lease()
12943 LEASEDBG("request to release lease on vp %p type %d fg %p", in release_file_lease()
12950 LEASEDBG("released lease on vp %p fl %p type %d", in release_file_lease()
13022 LEASEDBG("vp %p fl %p fl_type %d", vp, fl, fl_type); in vnode_getlease()
[all …]