Home
last modified time | relevance | path

Searched refs:ceph_fscache_register_fs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcache.h17 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc);
79 static inline int ceph_fscache_register_fs(struct ceph_fs_client* fsc, in ceph_fscache_register_fs() function
H A Dcache.c86 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc) in ceph_fscache_register_fs() function
H A Dsuper.c1156 err = ceph_fscache_register_fs(fsc, fc); in ceph_real_mount()