Searched refs:bfs_inode_set_attr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs.h | 170 void bfs_inode_set_attr(const struct bfs *, struct bfs_inode *,
|
H A D | sysvbfs_vnops.c | 231 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 D | bfs.c | 400 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
|