Home
last modified time | relevance | path

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

/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_subs.h38 int my_lo_truncate(struct Xconn *, int32_t, int32_t);
H A Dpgfs_subs.c215 my_lo_truncate(struct Xconn *xc, int32_t fd, int32_t size) in my_lo_truncate() function
H A Dpgfs_puffs.c924 error = my_lo_truncate(xc, fd, va->va_size); in pgfs_node_setattr()