Lines Matching refs:fmode
608 int fmode, unsigned issued, unsigned wanted, in ceph_add_cap() argument
628 if (fmode >= 0) in ceph_add_cap()
629 wanted |= ceph_caps_for_mode(fmode); in ceph_add_cap()
756 if (fmode >= 0) in ceph_add_cap()
757 __ceph_get_fmode(ci, fmode); in ceph_add_cap()
2752 if ((fi->fmode & CEPH_FILE_MODE_WR) && in ceph_get_caps()
2785 if ((fi->fmode & CEPH_FILE_MODE_WR) && in ceph_get_caps()
4089 void __ceph_get_fmode(struct ceph_inode_info *ci, int fmode) in __ceph_get_fmode() argument
4092 int bits = (fmode << 1) | 1; in __ceph_get_fmode()
4104 void ceph_put_fmode(struct ceph_inode_info *ci, int fmode) in ceph_put_fmode() argument
4107 int bits = (fmode << 1) | 1; in ceph_put_fmode()
4117 &ci->vfs_inode, fmode, in ceph_put_fmode()