Searched refs:fssh_offsetof (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_defs.h47 #define fssh_offsetof(type,member) __builtin_offsetof(type, member) macro
49 #define fssh_offsetof(type,member) ((size_t)&((type*)0)->member) macro
H A Dfssh_api_wrapper.h175 #define offsetof(type,member) fssh_offsetof(type,member)
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2923 sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next),
2928 list_init_etc(&sUnusedVnodeList, fssh_offsetof(struct vnode, unused_link));
2930 sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next),
4602 list_init_etc(&mount->vnodes, fssh_offsetof(struct vnode, mount_link));

Completed in 217 milliseconds