Lines Matching defs:FUNCTION

40 #	define FUNCTION(x) fssh_dprintf x
43 # define FUNCTION(x) ;
775 FUNCTION(("get_vnode: mountid %ld vnid 0x%Lx %p\n", mountID, vnodeID, _vnode));
1017 FUNCTION(("get_dir_path_and_leaf(path = %s)\n", path));
1099 FUNCTION(("vnode_path_to_vnode(vnode = %p, path = %s)\n", vnode, path));
1252 FUNCTION(("path_to_vnode(path = \"%s\")\n", path));
1438 FUNCTION(("dir_vnode_to_path(%p, %p, %lu)\n", vnode, buffer, bufferSize));
1887 FUNCTION(("new_vnode(volume = %p (%ld), vnodeID = %lld, node = %p)\n",
2701 FUNCTION(("vfs_get_file_map: vnode %p, vecs %p, offset %lld, size = %u\n", vnode, vecs, offset, (unsigned)size));
3082 FUNCTION(("file_create_entry_ref: name = '%s', omode %x, perms %d, kernel %d\n", name, openMode, perms, kernel));
3103 FUNCTION(("file_create: path '%s', omode %x, perms %d, kernel %d\n", path, openMode, perms, kernel));
3126 FUNCTION(("file_open_entry_ref(ref = (%ld, %lld, %s), openMode = %d)\n",
3148 FUNCTION(("file_open: fd: %d, entry path = '%s', omode %d, kernel %d\n",
3174 FUNCTION(("file_close(descriptor = %p)\n", descriptor));
3200 FUNCTION(("file_read: buf %p, pos %lld, len %p = %ld\n", buffer, pos, length, *length));
3210 FUNCTION(("file_write: buf %p, pos %lld, len %p\n", buffer, pos, length));
3220 FUNCTION(("file_seek(pos = %lld, seekType = %d)\n", pos, seekType));
3271 FUNCTION(("dir_create_entry_ref(dev = %ld, ino = %lld, name = '%s', perms = %d)\n", mountID, parentID, name, perms));
3294 FUNCTION(("dir_create: path '%s', perms %d, kernel %d\n", path, perms, kernel));
3316 FUNCTION(("dir_open_entry_ref()\n"));
3342 FUNCTION(("dir_open: fd: %d, entry path = '%s', kernel %d\n", fd, path, kernel));
3365 FUNCTION(("dir_close(descriptor = %p)\n", descriptor));
3535 FUNCTION(("common_fcntl(fd = %d, op = %d, argument = %lx, %s)\n",
3628 FUNCTION(("common_fsync: entry. fd %d kernel %d\n", fd, kernel));
3730 FUNCTION(("common_create_symlink(fd = %d, path = %s, toPath = %s, mode = %d, kernel = %d)\n", fd, path, toPath, mode, kernel));
3755 FUNCTION(("common_create_link(path = %s, toPath = %s, kernel = %d)\n", path, toPath, kernel));
3791 FUNCTION(("common_unlink: fd: %d, path '%s', kernel %d\n", fd, path, kernel));
3837 FUNCTION(("common_rename(fd = %d, path = %s, newFD = %d, newPath = %s, kernel = %d)\n", fd, path, newFD, newPath, kernel));
3871 FUNCTION(("common_read_stat: stat %p\n", stat));
3896 FUNCTION(("common_write_stat(vnode = %p, stat = %p, statMask = %d)\n", vnode, stat, statMask));
3911 FUNCTION(("common_path_read_stat: fd: %d, path '%s', stat %p,\n", fd, path, stat));
3937 FUNCTION(("common_write_stat: fd: %d, path '%s', stat %p, stat_mask %d, kernel %d\n", fd, path, stat, statMask, kernel));
3960 FUNCTION(("attr_dir_open(fd = %d, path = '%s', kernel = %d)\n", fd, path, kernel));
3979 FUNCTION(("attr_dir_close(descriptor = %p)\n", descriptor));
4006 FUNCTION(("attr_dir_read(descriptor = %p)\n", descriptor));
4020 FUNCTION(("attr_dir_rewind(descriptor = %p)\n", descriptor));
4109 FUNCTION(("attr_close(descriptor = %p)\n", descriptor));
4135 FUNCTION(("attr_read: buf %p, pos %lld, len %p = %ld\n", buffer, pos, length, *length));
4148 FUNCTION(("attr_write: buf %p, pos %lld, len %p\n", buffer, pos, length));
4205 FUNCTION(("attr_read_stat: stat 0x%p\n", stat));
4220 FUNCTION(("attr_write_stat: stat = %p, statMask %d\n", stat, statMask));
4239 FUNCTION(("attr_remove: fd = %d, name = \"%s\", kernel %d\n", fd, name, kernel));
4266 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to name = \"%s\", kernel %d\n", fromfd, fromName, tofd, toName, kernel));
4304 FUNCTION(("index_dir_open(mountID = %ld, kernel = %d)\n", mountID, kernel));
4339 FUNCTION(("index_dir_close(descriptor = %p)\n", descriptor));
4389 FUNCTION(("index_create(mountID = %ld, name = %s, kernel = %d)\n", mountID, name, kernel));
4413 FUNCTION(("index_remove(mountID = %ld, name = %s, kernel = %d)\n", mountID, name, kernel));
4436 FUNCTION(("index_remove(mountID = %ld, name = %s, kernel = %d)\n", mountID, name, kernel));
4468 FUNCTION(("query_open(device = %ld, query = \"%s\", kernel = %d)\n", device, query, kernel));
4503 FUNCTION(("query_close(descriptor = %p)\n", descriptor));
4561 FUNCTION(("fs_mount: entry. path = '%s', fs_name = '%s'\n", path, fsName));
4740 FUNCTION(("vfs_unmount: entry. path = '%s', kernel %d\n", path, kernel));
5016 FUNCTION(("vfs_get_cwd: buf %p, size %ld\n", buffer, size));
5039 FUNCTION(("set_cwd: path = \'%s\'\n", path));