Home
last modified time | relevance | path

Searched refs:offset_set (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dntp_internal.h16 extern void ntp_notify_cmos_timer(bool offset_set);
18 static inline void ntp_notify_cmos_timer(bool offset_set) { } in ntp_notify_cmos_timer() argument
H A Dntp.c668 void ntp_notify_cmos_timer(bool offset_set) in ntp_notify_cmos_timer() argument
675 if (offset_set) in ntp_notify_cmos_timer()
/linux/fs/
H A Dlibfs.c258 static void offset_set(struct dentry *dentry, long offset) in offset_set() function
304 offset_set(dentry, offset); in simple_offset_add()
316 offset_set(dentry, offset); in simple_offset_replace()
335 offset_set(dentry, 0); in simple_offset_remove()
364 offset_set(new_dentry, 0); in simple_offset_rename()
405 offset_set(old_dentry, new_index); in simple_offset_rename_exchange()
406 offset_set(new_dentry, old_index); in simple_offset_rename_exchange()