Home
last modified time | relevance | path

Searched refs:last_local_modify (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/tests/sys/fs/fusefs/
HDMakefile30 GTESTS+= last_local_modify
/freebsd-head/sys/fs/fuse/
HDfuse_node.h123 struct timespec last_local_modify; member
HDfuse_node.c173 timespecclear(&fvdat->last_local_modify); in fuse_vnode_init()
402 getnanouptime(&fvdat->last_local_modify); in fuse_vnode_savesize()
HDfuse_io.c417 getnanouptime(&fvdat->last_local_modify); in fuse_write_directbackend()
558 getnanouptime(&fvdat->last_local_modify); in fuse_write_biobackend()
HDfuse_vfsops.c583 if (timespeccmp(&now, &fvdat->last_local_modify, >)) { in fuse_vfsop_vget()
HDfuse_vnops.c664 getnanouptime(&fvdat->last_local_modify); in fuse_vnop_allocate()
938 getnanouptime(&outfvdat->last_local_modify); in fuse_vnop_copy_file_range()
1616 if (timespeccmp(&now, &fvdat->last_local_modify, >)) { in fuse_vnop_lookup()
HDfuse_internal.c1239 getnanouptime(&fvdat->last_local_modify); in fuse_internal_setattr()