Lines Matching refs:tmpfs_object_s

58            (tmpfs_lock_object((struct tmpfs_object_s *)tfo))
60 (tmpfs_lock_object((struct tmpfs_object_s *)tdo))
62 (tmpfs_unlock_object((struct tmpfs_object_s *)tfo))
64 (tmpfs_unlock_object((struct tmpfs_object_s *)tdo))
76 static void tmpfs_lock_object(struct tmpfs_object_s *to);
77 static void tmpfs_unlock_object(struct tmpfs_object_s *to);
78 static void tmpfs_release_lockedobject(struct tmpfs_object_s *to);
83 struct tmpfs_object_s *to);
85 struct tmpfs_object_s *to, const char *name);
99 const char *relpath, struct tmpfs_object_s **object,
139 static void tmpfs_stat_common(struct tmpfs_object_s *to,
247 static void tmpfs_lock_object(struct tmpfs_object_s *to)
292 static void tmpfs_unlock_object(struct tmpfs_object_s *to)
301 static void tmpfs_release_lockedobject(struct tmpfs_object_s *to)
383 struct tmpfs_object_s *to)
425 struct tmpfs_object_s *to,
578 ret = tmpfs_add_dirent(&parent, (struct tmpfs_object_s *)newtfo, copy);
723 ret = tmpfs_add_dirent(&parent, (struct tmpfs_object_s *)newtdo, copy);
772 struct tmpfs_object_s **object,
775 struct tmpfs_object_s *to = NULL;
910 struct tmpfs_object_s *to;
957 struct tmpfs_object_s *to;
1595 struct tmpfs_object_s *to;
1692 fs->tfs_root.tde_object = (struct tmpfs_object_s *)tdo;
1788 struct tmpfs_object_s *to;
1969 ret = tmpfs_remove_dirent(parent_dir, (struct tmpfs_object_s *)tfo);
2154 ret = tmpfs_remove_dirent(parent_dir, (struct tmpfs_object_s *)tdo);
2204 struct tmpfs_object_s *old_to;
2276 old_to = (struct tmpfs_object_s *)oldVnode->data;
2295 struct tmpfs_object_s *new_to = tde->tde_object;
2415 static void tmpfs_stat_common(struct tmpfs_object_s *to,
2476 struct tmpfs_object_s *to;
2495 to = (struct tmpfs_object_s *)vp->data;