Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_node.h123 struct timespec last_local_modify; member
H A Dfuse_node.c173 timespecclear(&fvdat->last_local_modify); in fuse_vnode_init()
421 getnanouptime(&fvdat->last_local_modify); in fuse_vnode_savesize()
H A Dfuse_io.c417 getnanouptime(&fvdat->last_local_modify); in fuse_write_directbackend()
558 getnanouptime(&fvdat->last_local_modify); in fuse_write_biobackend()
H A Dfuse_vfsops.c605 if (timespeccmp(&now, &fvdat->last_local_modify, >)) { in fuse_vfsop_vget()
H A Dfuse_vnops.c674 getnanouptime(&fvdat->last_local_modify); in fuse_vnop_allocate()
957 getnanouptime(&outfvdat->last_local_modify); in fuse_vnop_copy_file_range()
1622 if (timespeccmp(&now, &fvdat->last_local_modify, >)) { in fuse_vnop_lookup()
H A Dfuse_internal.c1242 getnanouptime(&fvdat->last_local_modify); in fuse_internal_setattr()
/freebsd/tests/sys/fs/fusefs/
H A DMakefile32 GTESTS+= last_local_modify