Searched refs:ceph_put_fmode (Results 1 – 3 of 3) sorted by relevance
94 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()106 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()116 ceph_put_fmode(ceph_inode(inode), fmode); /* clean up */ in ceph_init_file()308 ceph_put_fmode(ceph_inode(req->r_target_inode), req->r_fmode); in ceph_atomic_open()322 ceph_put_fmode(ci, cf->fmode); in ceph_release()
877 extern void ceph_put_fmode(struct ceph_inode_info *ci, int mode);
3331 void ceph_put_fmode(struct ceph_inode_info *ci, int fmode) in ceph_put_fmode() function