Lines Matching refs:cns
2251 u32 cns; in current_time() local
2259 cns = smp_load_acquire(&inode->i_ctime_nsec); in current_time()
2260 if (cns & I_CTIME_QUERIED) { in current_time()
2265 if (now.tv_nsec == (cns & ~I_CTIME_QUERIED)) in current_time()
2724 u32 cns, cur; in inode_set_ctime_current() local
2740 cns = smp_load_acquire(&inode->i_ctime_nsec); in inode_set_ctime_current()
2741 if (cns & I_CTIME_QUERIED) { in inode_set_ctime_current()
2743 .tv_nsec = cns & ~I_CTIME_QUERIED }; in inode_set_ctime_current()
2754 if (cns == now.tv_nsec && inode->i_ctime_sec == now.tv_sec) { in inode_set_ctime_current()
2758 cur = cns; in inode_set_ctime_current()
2764 trace_ctime_ns_xchg(inode, cns, now.tv_nsec, cur); in inode_set_ctime_current()
2773 if (!(cns & I_CTIME_QUERIED) && (cns | I_CTIME_QUERIED) == cur) { in inode_set_ctime_current()
2774 cns = cur; in inode_set_ctime_current()