Home
last modified time | relevance | path

Searched hist:"2 f37cef1e414c296b7ee3ea2a1dc19554838d2d2" (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h2f37cef1e414c296b7ee3ea2a1dc19554838d2d2 Mon Nov 18 18:27:31 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/fs: Use DoublyLinkedList for the unused vnodes list.

Avoids needing a nonstandard "offsetof", and inlines more methods.
No behavioral change intended.

Also rename "next" to "hash_next" for clarity, and remove an unused
"next" field from LockWaiter.
H A DVnode.h2f37cef1e414c296b7ee3ea2a1dc19554838d2d2 Mon Nov 18 18:27:31 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/fs: Use DoublyLinkedList for the unused vnodes list.

Avoids needing a nonstandard "offsetof", and inlines more methods.
No behavioral change intended.

Also rename "next" to "hash_next" for clarity, and remove an unused
"next" field from LockWaiter.
H A Dvfs.cpp2f37cef1e414c296b7ee3ea2a1dc19554838d2d2 Mon Nov 18 18:27:31 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/fs: Use DoublyLinkedList for the unused vnodes list.

Avoids needing a nonstandard "offsetof", and inlines more methods.
No behavioral change intended.

Also rename "next" to "hash_next" for clarity, and remove an unused
"next" field from LockWaiter.