Searched refs:ceph_put_fmode (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/fs/ceph/ |
| D | file.c | 249 ceph_put_fmode(ci, fi->fmode, 1); in ceph_init_file_info() 921 ceph_put_fmode(ci, dfi->file_info.fmode, 1); in ceph_release() 934 ceph_put_fmode(ci, fi->fmode, 1); in ceph_release()
|
| D | super.h | 1282 extern void ceph_put_fmode(struct ceph_inode_info *ci, int mode, int count);
|
| D | caps.c | 3017 ceph_put_fmode(ci, flags, FMODE_WAIT_BIAS); in __ceph_get_caps() 4627 void ceph_put_fmode(struct ceph_inode_info *ci, int fmode, int count) in ceph_put_fmode() function
|