Searched refs:VFS_DEBUG (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_attrlist.c | 1040 …VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but got an er… in getvolattrlist() 1046 …VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested on non-root vnode, but no backpo… in getvolattrlist() 1055 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: setup for request failed"); in getvolattrlist() 1065 …VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, … in getvolattrlist() 1067 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: filesystem returned %d", error); in getvolattrlist() 1073 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d", error); in getvolattrlist() 1181 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not fetch attributes from root vnode", vp); in getvolattrlist() 1187 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: MAC framework returned %d for root vnode", error); in getvolattrlist() 1256 …VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, attr_max… in getvolattrlist() 1283 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not allocate %d for copy buffer", ab.allocated); in getvolattrlist() [all …]
|
| H A D | kpi_vfs.c | 2708 VFS_DEBUG(ctx, vp, "SETATTR - set ACL returning %d", error); in vnode_set_filesec() 3210 VFS_DEBUG(ctx, vp, "SETATTR - doing filesec fallback"); in vnode_setattr_fallback() 3217 VFS_DEBUG(ctx, vp, "SETATTR - Can't write ACL to file type %d", vnode_vtype(vp)); in vnode_setattr_fallback() 3291 VFS_DEBUG(ctx, vp, "SETATTR - remove filesec returning %d", error); in vnode_setattr_fallback() 3295 VFS_DEBUG(ctx, vp, "SETATTR - update filesec returning %d", error); in vnode_setattr_fallback()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | kauth.h | 1024 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \ 1034 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) macro
|