Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_attrlist.c1024 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on dead mount."); in getvolattrlist()
1048VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but got an er… in getvolattrlist()
1054VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but no backpo… in getvolattrlist()
1063 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: setup for request failed"); in getvolattrlist()
1073VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, … in getvolattrlist()
1075 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: filesystem returned %d", error); in getvolattrlist()
1081 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d", error); in getvolattrlist()
1189 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not fetch attributes from root vnode", vp); in getvolattrlist()
1195 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d for root vnode", error); in getvolattrlist()
1264VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, attr_max… in getvolattrlist()
[all …]
H A Dkpi_vfs.c2726 VFS_DEBUG(ctx, vp, "SETATTR - set ACL returning %d", error); in vnode_set_filesec()
3228 VFS_DEBUG(ctx, vp, "SETATTR - doing filesec fallback"); in vnode_setattr_fallback()
3235 VFS_DEBUG(ctx, vp, "SETATTR - Can't write ACL to file type %d", vnode_vtype(vp)); in vnode_setattr_fallback()
3309 VFS_DEBUG(ctx, vp, "SETATTR - remove filesec returning %d", error); in vnode_setattr_fallback()
3313 VFS_DEBUG(ctx, vp, "SETATTR - update filesec returning %d", error); in vnode_setattr_fallback()
/xnu-12377.1.9/bsd/sys/
H A Dkauth.h1024 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \
1034 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) macro