Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Ddir.c1324 req->r_inode_drop = ceph_drop_caps_for_unlink(inode); in ceph_unlink()
1437 ceph_drop_caps_for_unlink(d_inode(new_dentry)); in ceph_rename()
H A Dsuper.h1267 extern int ceph_drop_caps_for_unlink(struct inode *inode);
H A Dcaps.c4668 int ceph_drop_caps_for_unlink(struct inode *inode) in ceph_drop_caps_for_unlink() function