Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_attrlist.c983VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but got an er… in getvolattrlist()
989VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but no backpo… in getvolattrlist()
998 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: setup for request failed"); in getvolattrlist()
1008VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, … in getvolattrlist()
1010 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: filesystem returned %d", error); in getvolattrlist()
1016 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d", error); in getvolattrlist()
1124 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not fetch attributes from root vnode", vp); in getvolattrlist()
1130 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d for root vnode", error); in getvolattrlist()
1193VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, ATTR_MAX… in getvolattrlist()
1220 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not allocate %d for copy buffer", ab.allocated); in getvolattrlist()
[all …]
H A Dkpi_vfs.c2610 VFS_DEBUG(ctx, vp, "SETATTR - set ACL returning %d", error); in vnode_set_filesec()
3107 VFS_DEBUG(ctx, vp, "SETATTR - doing filesec fallback"); in vnode_setattr_fallback()
3114 VFS_DEBUG(ctx, vp, "SETATTR - Can't write ACL to file type %d", vnode_vtype(vp)); in vnode_setattr_fallback()
3188 VFS_DEBUG(ctx, vp, "SETATTR - remove filesec returning %d", error); in vnode_setattr_fallback()
3192 VFS_DEBUG(ctx, vp, "SETATTR - update filesec returning %d", error); in vnode_setattr_fallback()
/xnu-8792.61.2/bsd/sys/
H A Dkauth.h762 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \
772 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) macro