Searched refs:tmpfs_file_s (Results 1 – 2 of 2) sorted by relevance
79 static void tmpfs_release_lockedfile(struct tmpfs_file_s *tfo);86 static struct tmpfs_file_s *tmpfs_alloc_file(void);90 struct tmpfs_file_s **tfo);103 struct tmpfs_file_s **tfo,308 tmpfs_release_lockedfile((struct tmpfs_file_s *)to); in tmpfs_release_lockedobject()324 static void tmpfs_release_lockedfile(struct tmpfs_file_s *tfo) in tmpfs_release_lockedfile()470 static struct tmpfs_file_s *tmpfs_alloc_file(void) in tmpfs_alloc_file()472 struct tmpfs_file_s *tfo; in tmpfs_alloc_file()477 allocsize = sizeof(struct tmpfs_file_s); in tmpfs_alloc_file()478 tfo = (struct tmpfs_file_s *)kmm_malloc(allocsize); in tmpfs_alloc_file()[all …]
145 struct tmpfs_file_s struct169 #define SIZEOF_TMPFS_FILE(n) (sizeof(struct tmpfs_file_s) + (n) - 1) argument