Home
last modified time | relevance | path

Searched refs:ceph (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/fs/ceph/
DMakefile6 obj-$(CONFIG_CEPH_FS) += ceph.o
8 ceph-y := super.o inode.o dir.o file.o locks.o addr.o ioctl.o \
13 ceph-$(CONFIG_CEPH_FSCACHE) += cache.o
14 ceph-$(CONFIG_CEPH_FS_POSIX_ACL) += acl.o
15 ceph-$(CONFIG_FS_ENCRYPTION) += crypto.o
Dlocks.c38 dst->fl_u.ceph.inode = igrab(inode); in ceph_fl_copy_lock()
47 struct inode *inode = fl->fl_u.ceph.inode; in ceph_fl_release_lock()
64 fl->fl_u.ceph.inode = NULL; in ceph_fl_release_lock()
DKconfig18 More information at https://ceph.io/.
/linux-6.6.21/Documentation/filesystems/
Dceph.rst80 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg::
82 setfattr -n ceph.quota.max_bytes -v 100000000 /some/dir
83 getfattr -n ceph.quota.max_bytes /some/dir
95 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
103 …# mount -t ceph cephuser@07fe3187-00d9-42a3-814b-72a4d5e7d5be.cephfs=/ /mnt/ceph -o mon_addr=1.2.3…
105 is sufficient. If /sbin/mount.ceph is installed, a hostname can be
107 (as the mount helper will fill it in by reading the ceph configuration
110 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=mon-addr
114 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=192.168.1.100/192.168.1.101
116 When using the mount helper, monitor address can be read from ceph
[all …]
Dindex.rst75 ceph
/linux-6.6.21/net/ceph/
DKconfig19 More information at https://ceph.io/.
24 bool "Include file:line in ceph debug output"
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-rbd94 client_id (RO) The ceph unique client id that was assigned
167 cluster_fsid (RO) The ceph cluster UUID.
169 client_addr (RO) The ceph unique client
/linux-6.6.21/net/
DMakefile65 obj-$(CONFIG_CEPH_LIB) += ceph/
DKconfig421 source "net/ceph/Kconfig"
/linux-6.6.21/fs/
DMakefile126 obj-$(CONFIG_CEPH_FS) += ceph/
DKconfig384 source "fs/ceph/Kconfig"
/linux-6.6.21/include/linux/
Dfilelock.h125 } ceph; member
/linux-6.6.21/drivers/block/
DKconfig369 More information at http://ceph.newdream.net/.
/linux-6.6.21/Documentation/userspace-api/ioctl/
Dioctl-number.rst321 0x97 00-7F fs/ceph/ioctl.h Ceph file system
/linux-6.6.21/
DMAINTAINERS4760 L: ceph-devel@vger.kernel.org
4762 W: http://ceph.com/
4763 T: git https://github.com/ceph/ceph-client.git
4764 F: include/linux/ceph/
4766 F: net/ceph/
4772 L: ceph-devel@vger.kernel.org
4774 W: http://ceph.com/
4775 T: git https://github.com/ceph/ceph-client.git
4776 F: Documentation/filesystems/ceph.rst
4777 F: fs/ceph/
[all …]