Searched refs:ceph_put_fmode (Results 1 – 3 of 3) sorted by relevance
162 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()175 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()185 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()373 ceph_put_fmode(ceph_inode(req->r_target_inode), req->r_fmode); in ceph_atomic_open()387 ceph_put_fmode(ci, cf->fmode); in ceph_release()
911 extern void ceph_put_fmode(struct ceph_inode_info *ci, int mode);
3641 void ceph_put_fmode(struct ceph_inode_info *ci, int fmode) in ceph_put_fmode() function