Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_attrlist.c989VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but got an er… in getvolattrlist()
995VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but no backpo… in getvolattrlist()
1004 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: setup for request failed"); in getvolattrlist()
1014VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, … in getvolattrlist()
1016 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: filesystem returned %d", error); in getvolattrlist()
1022 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d", error); in getvolattrlist()
1130 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not fetch attributes from root vnode", vp); in getvolattrlist()
1136 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d for root vnode", error); in getvolattrlist()
1205VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, ATTR_MAX… in getvolattrlist()
1232 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not allocate %d for copy buffer", ab.allocated); in getvolattrlist()
[all …]
H A Dkpi_vfs.c2634 VFS_DEBUG(ctx, vp, "SETATTR - set ACL returning %d", error); in vnode_set_filesec()
3131 VFS_DEBUG(ctx, vp, "SETATTR - doing filesec fallback"); in vnode_setattr_fallback()
3138 VFS_DEBUG(ctx, vp, "SETATTR - Can't write ACL to file type %d", vnode_vtype(vp)); in vnode_setattr_fallback()
3212 VFS_DEBUG(ctx, vp, "SETATTR - remove filesec returning %d", error); in vnode_setattr_fallback()
3216 VFS_DEBUG(ctx, vp, "SETATTR - update filesec returning %d", error); in vnode_setattr_fallback()
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h940 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \
950 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) macro