Searched refs:time_warp_seq (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c418 * time_warp_seq or truncate_seq have increased. (Ordinarily, mtime
465 u64 time_warp_seq, struct timespec *ctime,
480 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) > 0) {
486 ci->i_time_warp_seq, (int)time_warp_seq);
490 ci->i_time_warp_seq = time_warp_seq;
491 } else if (time_warp_seq == ci->i_time_warp_seq) {
514 if (ceph_seq_cmp(time_warp_seq, ci->i_time_warp_seq) >= 0) {
518 ci->i_time_warp_seq = time_warp_seq;
523 if (warn) /* time_warp_seq shouldn't go backwards */
524 dout("%p mds time_warp_seq
464 ceph_fill_file_time(struct inode *inode, int issued, u64 time_warp_seq, struct timespec *ctime, struct timespec *mtime, struct timespec *atime) argument
[all...]
H A Dceph_fs.h450 __le32 time_warp_seq; member in struct:ceph_mds_reply_inode
633 __le32 time_warp_seq; member in struct:ceph_mds_caps
H A Dcaps.c929 u64 time_warp_seq,
972 fc->time_warp_seq = cpu_to_le32(time_warp_seq);
1076 u64 seq, issue_seq, mseq, time_warp_seq, follows; variable
1162 time_warp_seq = ci->i_time_warp_seq;
1177 size, max_size, &mtime, &atime, time_warp_seq,
1297 capsnap->time_warp_seq,
2366 le32_to_cpu(grant->time_warp_seq), &ctime, &mtime,
923 send_cap_msg(struct ceph_mds_session *session, u64 ino, u64 cid, int op, int caps, int wanted, int dirty, u32 seq, u64 flush_tid, u32 issue_seq, u32 mseq, u64 size, u64 max_size, struct timespec *mtime, struct timespec *atime, u64 time_warp_seq, uid_t uid, gid_t gid, mode_t mode, u64 xattr_version, struct ceph_buffer *xattrs_buf, u64 follows) argument
H A Dsuper.h224 u64 time_warp_seq; member in struct:ceph_cap_snap
766 u64 time_warp_seq, struct timespec *ctime,
H A Dsnap.c536 capsnap->time_warp_seq = ci->i_time_warp_seq;

Completed in 58 milliseconds