Searched refs:ceph_seq_cmp (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ceph/ |
H A D | msgr.h | 56 static inline __s32 ceph_seq_cmp(__u32 a, __u32 b) in ceph_seq_cmp() function
|
/linux/fs/ceph/ |
H A D | inode.c | 765 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 811 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0) { in ceph_fill_file_size() 851 ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) { in ceph_fill_file_time() 887 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) { in ceph_fill_file_time()
|
H A D | caps.c | 706 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing in ceph_add_cap() 710 if (ceph_seq_cmp(seq, cap->seq) <= 0) { in ceph_add_cap() 754 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap() 771 if (ceph_seq_cmp(mseq, cap->mseq) > 0) in ceph_add_cap() 3553 * "ceph_seq_cmp(seq, cap->seq) <= 0" means we are processing a message in handle_cap_grant() 3556 if (ceph_seq_cmp(seq, cap->seq) <= 0) { in handle_cap_grant() 4122 ceph_seq_cmp(tcap->seq, t_issue_seq) < 0) { in handle_cap_export()
|
H A D | mds_client.c | 5241 if (ceph_seq_cmp(di->lease_seq, seq) > 0) in handle_lease()
|