The Design and Implementation of the FreeBSD Operating System, Second Edition
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
sys/fs/ceph/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2013-02-02 13:04:12
Folder crush/ 2010-12-20 21:58:28
File Kconfig 503 bytes 2011-08-10 17:04:25
File Makefile 227 bytes 2011-08-10 17:04:25
File README 824 bytes 2010-08-24 17:15:26
C file addr.c 35434 bytes 2012-12-25 01:45:29
C file armor.c 1940 bytes 2010-08-24 17:15:26
C file auth.c 5717 bytes 2010-08-24 17:15:26
C file auth.h 2959 bytes 2010-08-24 17:15:26
C file auth_none.c 2898 bytes 2010-08-24 17:15:26
C file auth_none.h 526 bytes 2010-08-24 17:15:26
C file auth_x.c 16535 bytes 2010-08-24 17:15:26
C file auth_x.h 835 bytes 2010-08-24 17:15:26
C file auth_x_protocol.h 1721 bytes 2010-08-24 17:15:26
C file buffer.c 1253 bytes 2010-08-24 17:15:26
C file buffer.h 818 bytes 2010-08-24 17:15:26
C file caps.c 86499 bytes 2012-12-25 01:45:29
C file ceph_debug.h 877 bytes 2010-08-24 17:15:26
C file ceph_frag.c 365 bytes 2011-08-10 17:04:25
C file ceph_frag.h 3114 bytes 2010-08-24 17:15:26
C file ceph_fs.c 1608 bytes 2010-08-24 17:15:26
C file ceph_fs.h 22814 bytes 2010-08-24 17:15:26
C file ceph_hash.c 2729 bytes 2010-08-24 17:15:26
C file ceph_hash.h 433 bytes 2010-08-24 17:15:26
C file ceph_strings.c 6201 bytes 2010-08-24 17:15:26
C file crypto.c 10378 bytes 2010-08-24 17:15:26
C file crypto.h 1328 bytes 2010-08-24 17:15:26
C file debugfs.c 6586 bytes 2012-12-25 01:45:29
C file decode.h 4354 bytes 2010-08-24 17:15:26
C file dir.c 36972 bytes 2012-12-25 01:45:29
C file export.c 7064 bytes 2012-12-25 01:45:29
C file file.c 24168 bytes 2012-12-25 01:45:29
C file inode.c 50106 bytes 2012-12-25 01:45:29
C file ioctl.c 7600 bytes 2012-12-25 01:45:29
C file ioctl.h 3685 bytes 2012-12-25 01:45:29
C file locks.c 7876 bytes 2011-08-10 17:04:25
C file mds_client.c 89501 bytes 2012-12-25 01:45:29
C file mds_client.h 11977 bytes 2012-12-25 01:45:29
C file mdsmap.c 4417 bytes 2011-08-10 17:04:25
C file mdsmap.h 1445 bytes 2010-08-24 17:15:26
C file messenger.c 58017 bytes 2010-08-24 17:15:26
C file messenger.h 8341 bytes 2010-08-24 17:15:26
C file mon_client.c 24551 bytes 2010-08-24 17:15:26
C file mon_client.h 3140 bytes 2010-08-24 17:15:26
C file msgpool.c 1463 bytes 2010-08-24 17:15:26
C file msgpool.h 692 bytes 2010-08-24 17:15:26
C file msgr.h 5150 bytes 2010-08-24 17:15:26
C file osd_client.c 40248 bytes 2010-08-24 17:15:26
C file osd_client.h 5396 bytes 2010-08-24 17:15:26
C file osdmap.c 26648 bytes 2010-08-24 17:15:26
C file osdmap.h 3856 bytes 2010-08-24 17:15:26
C file pagelist.c 1153 bytes 2010-08-24 17:15:26
C file pagelist.h 1322 bytes 2010-08-24 17:15:26
C file rados.h 12266 bytes 2010-08-24 17:15:26
C file snap.c 26494 bytes 2012-12-25 01:45:29
C file strings.c 3774 bytes 2011-08-10 17:04:25
C file super.c 24272 bytes 2012-12-25 01:45:29
C file super.h 26927 bytes 2012-12-25 01:45:29
C file types.h 475 bytes 2010-08-24 17:15:26
C file 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.