Lines Matching refs:mlog
142 mlog(0, "open called on inode %lu, flags 0x%x\n", inode->i_ino, in dlmfs_file_open()
189 mlog(0, "close called on inode %lu\n", inode->i_ino); in dlmfs_file_release()
249 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_read()
283 mlog(0, "read %zd bytes\n", readlen); in dlmfs_file_read()
297 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_write()
327 mlog(0, "wrote %zd bytes\n", writelen); in dlmfs_file_write()
371 mlog(0, "inode %lu\n", inode->i_ino); in dlmfs_evict_inode()
383 mlog(0, "we're a directory, ip->ip_conn = 0x%p\n", ip->ip_conn); in dlmfs_evict_inode()
476 mlog(0, "mkdir %.*s\n", domain->len, domain->name); in dlmfs_mkdir()
481 mlog(ML_ERROR, "invalid domain name for directory.\n"); in dlmfs_mkdir()
497 mlog(ML_ERROR, "Error %d could not register domain \"%.*s\"\n", in dlmfs_mkdir()
523 mlog(0, "create %.*s\n", name->len, name->name); in dlmfs_create()
530 mlog(ML_ERROR, "invalid lock name, %.*s\n", name->len, in dlmfs_create()
554 mlog(0, "unlink inode %lu\n", inode->i_ino); in dlmfs_unlink()
560 mlog(ML_ERROR, "unlink %pd, error %d from destroy\n", in dlmfs_unlink()