Home
last modified time | relevance | path

Searched refs:ceph_seq_cmp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmsgr.h35 static inline __s32 ceph_seq_cmp(__u32 a, __u32 b) in ceph_seq_cmp() function
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dinode.c622 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
657 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
690 ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) { in ceph_fill_file_time()
724 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) { in ceph_fill_file_time()
H A Dcaps.c690 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()
3404 if (ceph_seq_cmp(seq, cap->seq) <= 0) { in handle_cap_grant()
3924 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
H A Dmds_client.c4322 if (ceph_seq_cmp(di->lease_seq, seq) > 0) in handle_lease()