Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dnamespace.c298 put_time_ns(to_time_ns(ns)); in timens_put()
310 struct time_namespace *ns = to_time_ns(new); in timens_install()
332 struct time_namespace *ns = to_time_ns(nsc); in timens_on_fork()
347 return to_time_ns(ns)->user_ns; in timens_owner()
376 time_ns = to_time_ns(ns); in proc_timens_show_offsets()
394 time_ns = to_time_ns(ns); in proc_timens_set_offset()
/linux/fs/
H A Dnsfs.c476 return current_in_namespace(to_time_ns(ns)); in is_current_namespace()
584 if (!current_in_namespace(to_time_ns(ns))) in nsfs_fh_to_dentry()
585 owning_ns = to_time_ns(ns)->user_ns; in nsfs_fh_to_dentry()
/linux/include/linux/
H A Dtime_namespace.h36 static inline struct time_namespace *to_time_ns(struct ns_common *ns) in to_time_ns() function