Searched refs:ceph_seq_cmp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | msgr.h | 35 static inline __s32 ceph_seq_cmp(__u32 a, __u32 b) in ceph_seq_cmp() function
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | msgr.h | 56 static inline __s32 ceph_seq_cmp(__u32 a, __u32 b) in ceph_seq_cmp() function
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 622 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 655 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size() 688 ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) { in ceph_fill_file_time() 722 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) { in ceph_fill_file_time()
|
H A D | caps.c | 686 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing in ceph_add_cap() 690 if (ceph_seq_cmp(seq, cap->seq) <= 0) { in ceph_add_cap() 751 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap() 768 if (ceph_seq_cmp(mseq, cap->mseq) > 0) in ceph_add_cap() 3408 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing a message 3411 if (ceph_seq_cmp(seq, cap->seq) <= 0) { 3940 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
|
H A D | mds_client.c | 4328 if (ceph_seq_cmp(di->lease_seq, seq) > 0) in handle_lease()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | inode.c | 750 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 796 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0) { in ceph_fill_file_size() 834 ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) { in ceph_fill_file_time() 868 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) { in ceph_fill_file_time()
|
H A D | caps.c | 686 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing in ceph_add_cap() 690 if (ceph_seq_cmp(seq, cap->seq) <= 0) { in ceph_add_cap() 734 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap() 751 if (ceph_seq_cmp(mseq, cap->mseq) > 0) in ceph_add_cap() 3471 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing a message 3474 if (ceph_seq_cmp(seq, cap->seq) <= 0) { 4026 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
|
H A D | mds_client.c | 4953 if (ceph_seq_cmp(di->lease_seq, seq) > 0) in handle_lease()
|
Completed in 56 milliseconds