Searched refs:fssh_offsetof (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/fs_shell/ |
H A D | fssh_defs.h | 47 #define fssh_offsetof(type,member) __builtin_offsetof(type, member) macro 49 #define fssh_offsetof(type,member) ((size_t)&((type*)0)->member) macro
|
H A D | fssh_api_wrapper.h | 175 #define offsetof(type,member) fssh_offsetof(type,member)
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 2923 sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next), in vfs_init() 2928 list_init_etc(&sUnusedVnodeList, fssh_offsetof(struct vnode, unused_link)); in vfs_init() 2930 sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next), in vfs_init() 4602 list_init_etc(&mount->vnodes, fssh_offsetof(struct vnode, mount_link)); in fs_mount()
|