![]() Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
FreeBSD/Linux Kernel Cross Reference
|
| Name | Size | Last modified (GMT) | Description | |
| Parent directory | 2013-02-02 13:04:12 | |||
| crush/ | 2010-12-20 21:58:28 | |||
| Kconfig | 503 bytes | 2011-08-10 17:04:25 | ||
| Makefile | 227 bytes | 2011-08-10 17:04:25 | ||
| README | 824 bytes | 2010-08-24 17:15:26 | ||
| addr.c | 35434 bytes | 2012-12-25 01:45:29 | ||
| armor.c | 1940 bytes | 2010-08-24 17:15:26 | ||
| auth.c | 5717 bytes | 2010-08-24 17:15:26 | ||
| auth.h | 2959 bytes | 2010-08-24 17:15:26 | ||
| auth_none.c | 2898 bytes | 2010-08-24 17:15:26 | ||
| auth_none.h | 526 bytes | 2010-08-24 17:15:26 | ||
| auth_x.c | 16535 bytes | 2010-08-24 17:15:26 | ||
| auth_x.h | 835 bytes | 2010-08-24 17:15:26 | ||
| auth_x_protocol.h | 1721 bytes | 2010-08-24 17:15:26 | ||
| buffer.c | 1253 bytes | 2010-08-24 17:15:26 | ||
| buffer.h | 818 bytes | 2010-08-24 17:15:26 | ||
| caps.c | 86499 bytes | 2012-12-25 01:45:29 | ||
| ceph_debug.h | 877 bytes | 2010-08-24 17:15:26 | ||
| ceph_frag.c | 365 bytes | 2011-08-10 17:04:25 | ||
| ceph_frag.h | 3114 bytes | 2010-08-24 17:15:26 | ||
| ceph_fs.c | 1608 bytes | 2010-08-24 17:15:26 | ||
| ceph_fs.h | 22814 bytes | 2010-08-24 17:15:26 | ||
| ceph_hash.c | 2729 bytes | 2010-08-24 17:15:26 | ||
| ceph_hash.h | 433 bytes | 2010-08-24 17:15:26 | ||
| ceph_strings.c | 6201 bytes | 2010-08-24 17:15:26 | ||
| crypto.c | 10378 bytes | 2010-08-24 17:15:26 | ||
| crypto.h | 1328 bytes | 2010-08-24 17:15:26 | ||
| debugfs.c | 6586 bytes | 2012-12-25 01:45:29 | ||
| decode.h | 4354 bytes | 2010-08-24 17:15:26 | ||
| dir.c | 36972 bytes | 2012-12-25 01:45:29 | ||
| export.c | 7064 bytes | 2012-12-25 01:45:29 | ||
| file.c | 24168 bytes | 2012-12-25 01:45:29 | ||
| inode.c | 50106 bytes | 2012-12-25 01:45:29 | ||
| ioctl.c | 7600 bytes | 2012-12-25 01:45:29 | ||
| ioctl.h | 3685 bytes | 2012-12-25 01:45:29 | ||
| locks.c | 7876 bytes | 2011-08-10 17:04:25 | ||
| mds_client.c | 89501 bytes | 2012-12-25 01:45:29 | ||
| mds_client.h | 11977 bytes | 2012-12-25 01:45:29 | ||
| mdsmap.c | 4417 bytes | 2011-08-10 17:04:25 | ||
| mdsmap.h | 1445 bytes | 2010-08-24 17:15:26 | ||
| messenger.c | 58017 bytes | 2010-08-24 17:15:26 | ||
| messenger.h | 8341 bytes | 2010-08-24 17:15:26 | ||
| mon_client.c | 24551 bytes | 2010-08-24 17:15:26 | ||
| mon_client.h | 3140 bytes | 2010-08-24 17:15:26 | ||
| msgpool.c | 1463 bytes | 2010-08-24 17:15:26 | ||
| msgpool.h | 692 bytes | 2010-08-24 17:15:26 | ||
| msgr.h | 5150 bytes | 2010-08-24 17:15:26 | ||
| osd_client.c | 40248 bytes | 2010-08-24 17:15:26 | ||
| osd_client.h | 5396 bytes | 2010-08-24 17:15:26 | ||
| osdmap.c | 26648 bytes | 2010-08-24 17:15:26 | ||
| osdmap.h | 3856 bytes | 2010-08-24 17:15:26 | ||
| pagelist.c | 1153 bytes | 2010-08-24 17:15:26 | ||
| pagelist.h | 1322 bytes | 2010-08-24 17:15:26 | ||
| rados.h | 12266 bytes | 2010-08-24 17:15:26 | ||
| snap.c | 26494 bytes | 2012-12-25 01:45:29 | ||
| strings.c | 3774 bytes | 2011-08-10 17:04:25 | ||
| super.c | 24272 bytes | 2012-12-25 01:45:29 | ||
| super.h | 26927 bytes | 2012-12-25 01:45:29 | ||
| types.h | 475 bytes | 2010-08-24 17:15:26 | ||
| xattr.c | 22903 bytes | 2012-12-25 01:45:29 |
1 # 2 # The following files are shared by (and manually synchronized 3 # between) the Ceph userland and kernel client. 4 # 5 # userland kernel 6 src/include/ceph_fs.h fs/ceph/ceph_fs.h 7 src/include/ceph_fs.cc fs/ceph/ceph_fs.c 8 src/include/msgr.h fs/ceph/msgr.h 9 src/include/rados.h fs/ceph/rados.h 10 src/include/ceph_strings.cc fs/ceph/ceph_strings.c 11 src/include/ceph_frag.h fs/ceph/ceph_frag.h 12 src/include/ceph_frag.cc fs/ceph/ceph_frag.c 13 src/include/ceph_hash.h fs/ceph/ceph_hash.h 14 src/include/ceph_hash.cc fs/ceph/ceph_hash.c 15 src/crush/crush.c fs/ceph/crush/crush.c 16 src/crush/crush.h fs/ceph/crush/crush.h 17 src/crush/mapper.c fs/ceph/crush/mapper.c 18 src/crush/mapper.h fs/ceph/crush/mapper.h 19 src/crush/hash.h fs/ceph/crush/hash.h 20 src/crush/hash.c fs/ceph/crush/hash.c
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.