Searched refs:conn_time (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 255 bool hmdfs_cache_revalidate(unsigned long conn_time, uint64_t dev_id, 337 static inline bool cache_item_revalidate(unsigned long conn_time, in cache_item_revalidate() argument 342 time_before_eq(conn_time, item_time); in cache_item_revalidate()
|
H A D | dentry.c | 48 if (cache_item_revalidate(READ_ONCE(conn->conn_time), in hmdfs_d_remote_revalidate()
|
H A D | hmdfs_dentryfile.c | 2148 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id, in get_remote_dentry_file() 2158 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id, in get_remote_dentry_file() 2229 bool hmdfs_cache_revalidate(unsigned long conn_time, uint64_t dev_id, in hmdfs_cache_revalidate() argument 2244 ret = cache_item_revalidate(conn_time, item->time, in hmdfs_cache_revalidate()
|
H A D | file_remote.c | 1025 if (!hmdfs_cache_revalidate(READ_ONCE(info->conn->conn_time), in hmdfs_dir_open_remote()
|
H A D | inode_remote.c | 195 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), in hmdfs_lookup_by_con()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 255 bool hmdfs_cache_revalidate(unsigned long conn_time, uint64_t dev_id, 337 static inline bool cache_item_revalidate(unsigned long conn_time, in cache_item_revalidate() argument 342 time_before_eq(conn_time, item_time); in cache_item_revalidate()
|
H A D | dentry.c | 48 if (cache_item_revalidate(READ_ONCE(conn->conn_time), in hmdfs_d_remote_revalidate()
|
H A D | hmdfs_dentryfile.c | 2149 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id, in get_remote_dentry_file() 2159 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), con->device_id, in get_remote_dentry_file() 2230 bool hmdfs_cache_revalidate(unsigned long conn_time, uint64_t dev_id, in hmdfs_cache_revalidate() argument 2245 ret = cache_item_revalidate(conn_time, item->time, in hmdfs_cache_revalidate()
|
H A D | inode_remote.c | 195 if (hmdfs_cache_revalidate(READ_ONCE(con->conn_time), in hmdfs_lookup_by_con()
|
H A D | file_remote.c | 1031 if (!hmdfs_cache_revalidate(READ_ONCE(info->conn->conn_time), in hmdfs_dir_open_remote()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.h | 145 unsigned long conn_time; member
|
H A D | connection.c | 588 WRITE_ONCE(peer->conn_time, jif_tmp); in peer_online() 1125 node->conn_time = jiffies; in alloc_peer()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.h | 145 unsigned long conn_time; member
|
H A D | connection.c | 588 WRITE_ONCE(peer->conn_time, jif_tmp); in peer_online() 1125 node->conn_time = jiffies; in alloc_peer()
|
Completed in 22 milliseconds