Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.h170 void bfs_inode_set_attr(const struct bfs *, struct bfs_inode *,
H A Dsysvbfs_vnops.c231 bfs_inode_set_attr(bnode->bmp->bfs, bnode->inode, &attr); in sysvbfs_close()
413 bfs_inode_set_attr(bfs, inode, attr); in sysvbfs_setattr()
907 bfs_inode_set_attr(bnode->bmp->bfs, bnode->inode, &attr); in sysvbfs_update()
H A Dbfs.c400 bfs_inode_set_attr(bfs, inode, attr); in bfs_file_create()
643 bfs_inode_set_attr(const struct bfs *bfs, struct bfs_inode *inode, in bfs_inode_set_attr() function