Defined in 1 files as a function:
Referenced in 9 files:
- fs/ceph/caps.c
- fs/ceph/file.c, line 696
- fs/ceph/inode.c
- fs/ceph/mds_client.c
- fs/ceph/metric.c, line 88
- net/ceph/cls_lock_client.c, line 69
- net/ceph/messenger_v1.c, line 311
- net/ceph/messenger_v2.c, line 1541
- net/ceph/osd_client.c, line 2177
Smatch caller information:
net/ceph/messenger_v2.c prepare_keepalive2() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 584163312271380480 |
| PARAM_VALUE | 1 | ts->tv_nsec | 0-999999999 |
| NOCHECK_CALL | |||
| LOCK2 | &con->mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct ceph_connection)->mutex |
fs/ceph/metric.c ktime_to_ceph_timespec() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 50332831501438976 |
| DATA_SOURCE | 0 | tv | $0 |
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &pool->lock |
fs/ceph/mds_client.c encode_mclientrequest_tail() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 201611433370271744 |
| PARAM_VALUE | 1 | ts | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &mdsc->mutex | ||
| HALF_LOCKED2 | &session->s_mutex | ||
| TYPE_LOCK | (struct ceph_mds_client)->mutex |
fs/ceph/mds_client.c reconnect_caps_cb() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | ts | 5638434354967822336 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &ci->i_ceph_lock | ||
| HALF_LOCKED2 | &dentry->d_lockref.lock | ||
| HALF_LOCKED2 | &mdsc->snap_rwsem | ||
| HALF_LOCKED2 | &s->lock | ||
| HALF_LOCKED2 | &session->s_mutex | ||
| TYPE_LOCK | (struct ceph_inode_info)->i_ceph_lock |
fs/ceph/mds_client.c reconnect_caps_cb() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | ts | 5638434354967822336 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &ci->i_ceph_lock | ||
| HALF_LOCKED2 | &dentry->d_lockref.lock | ||
| HALF_LOCKED2 | &mdsc->snap_rwsem | ||
| HALF_LOCKED2 | &s->lock | ||
| HALF_LOCKED2 | &session->s_mutex | ||
| TYPE_LOCK | (struct ceph_inode_info)->i_ceph_lock |
fs/ceph/caps.c encode_cap_msg() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 1307990400622133360,1432291381036552304,7297314728136614000,7679424306610995312 |
| MEM_ZERO | 0 | tv | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
fs/ceph/caps.c encode_cap_msg() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 1307990400622133344,1432291381036552288,7297314728136613984,7679424306610995296 |
| MEM_ZERO | 0 | tv | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
fs/ceph/caps.c encode_cap_msg() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 1307990400622133376,1432291381036552320,7297314728136614016,7679424306610995328 |
| MEM_ZERO | 0 | tv | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
fs/ceph/caps.c encode_cap_msg() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | ts | 1307990400622133392,1432291381036552336,7297314728136614032,7679424306610995344 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 0 | tv | unit_byte |
net/ceph/messenger_v1.c prepare_write_keepalive() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 4096-ptr_max |
| PARAM_VALUE | 1 | ts | 1920006406201880576 |
| PARAM_VALUE | 1 | ts->tv_nsec | 0-999999999 |
| NOCHECK_CALL | |||
| LOCK2 | &con->mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct ceph_connection)->mutex |
net/ceph/cls_lock_client.c ceph_cls_lock() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | ts | 6637317090630582272 |
| MEM_ZERO | 1 | ts | |
| NOCHECK_CALL | |||
| LOCK2 | &pool->lock | ||
| LOCK2 | &rbd_dev->lock_rwsem | ||
| TYPE_LOCK | (struct rbd_device)->lock_rwsem |
fs/ceph/file.c ceph_finish_async_create() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tv | 8996240518469140588 |
| PARAM_VALUE | 0 | tv->tv_nsec | 0 |
| PARAM_VALUE | 0 | tv->tv_sec | 0 |
| PARAM_VALUE | 1 | ts | 113787190180110336 |
| PARAM_VALUE | 1 | ts->tv_nsec | 0-999999999 |
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &dn->d_lockref.lock |
net/ceph/osd_client.c encode_request_partial() -> ceph_encode_timespec64()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | ts | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 0 | tv | unit_byte |
| LOCK2 | &osdc->lock | ||
| HALF_LOCKED2 | &lreq->lock | ||
| HALF_LOCKED2 | &osd->lock | ||
| TYPE_LOCK | (struct ceph_osd_client)->lock |