Searched refs:i_nr_by_mode (Results 1 – 4 of 4) sorted by relevance
250 ci->i_nr_by_mode[ffs(CEPH_FILE_MODE_LAZY)]++; in ceph_ioctl_lazyio()
972 if (ci->i_nr_by_mode[i]) in __ceph_caps_file_wanted()4075 ci->i_nr_by_mode[i]++; in __ceph_get_fmode()4091 BUG_ON(ci->i_nr_by_mode[i] == 0); in ceph_put_fmode()4092 if (--ci->i_nr_by_mode[i] == 0) in ceph_put_fmode()4098 ci->i_nr_by_mode[0], ci->i_nr_by_mode[1], in ceph_put_fmode()4099 ci->i_nr_by_mode[2], ci->i_nr_by_mode[3]); in ceph_put_fmode()
345 int i_nr_by_mode[CEPH_FILE_MODE_BITS]; /* open file counts */ member
480 ci->i_nr_by_mode[i] = 0; in ceph_alloc_inode()