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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c682 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: volume attributes requested but not the root of a filesystem");
690 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: setup for request failed");
699 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not allocate f_vol_name buffer");
709 VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, vs.f_supported);
711 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: filesystem returned %d", error);
811 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not fetch attributes from root vnode", vp);
872 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: buffer size too large (%d limit %d)", ab.allocated, ATTR_MAX_BUFFER);
878 VFS_DEBUG(ctx, vp, "ATTRLIST - ERROR: could not allocate %d for copy buffer", ab.allocated);
1187 VFS_DEBUG(ctx, vp, "ATTRLIST - returning %d", error);
1234 VFS_DEBUG(ct
[all...]
H A Dkpi_vfs.c2404 VFS_DEBUG(ctx, vp, "SETATTR - set ACL returning %d", error);
2768 VFS_DEBUG(ctx, vp, "SETATTR - doing filesec fallback");
2775 VFS_DEBUG(ctx, vp, "SETATTR - Can't write ACL to file type %d", vnode_vtype(vp));
2848 VFS_DEBUG(ctx, vp, "SETATTR - remove filesec returning %d", error);
2852 VFS_DEBUG(ctx, vp, "SETATTR - update filesec returning %d", error);
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h763 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \
773 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) macro

Completed in 42 milliseconds