Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.h1030 extern void ceph_evict_inode(struct inode *inode);
H A Dsuper.c1046 .evict_inode = ceph_evict_inode,
H A Dinode.c732 void ceph_evict_inode(struct inode *inode) in ceph_evict_inode() function