Searched refs:time_gran (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.c481 if (data->time_gran > 1)
482 ts.tv_nsec = rounddown(ts.tv_nsec, data->time_gran);
H A Dfuse_internal.c1042 if (fuse_libabi_geq(data, 7, 23) && fiio->time_gran >= 1 &&
1043 fiio->time_gran <= 1000000000)
1044 data->time_gran = fiio->time_gran;
1046 data->time_gran = 1;
H A Dfuse_ipc.h214 unsigned time_gran; member in struct:fuse_data
H A Dfuse_kernel.h101 * - add time_gran to fuse_init_out
620 uint32_t time_gran; member in struct:fuse_init_out
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dmockfs.hh356 bool no_clusterr, unsigned time_gran, bool nointr);
H A Dmockfs.cc395 bool noclusterr, unsigned time_gran, bool nointr)
409 m_time_gran = time_gran;
719 out->body.init.time_gran = m_time_gran;

Completed in 116 milliseconds