HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_setsize (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_extern.h 115 int ext2fs_setsize(struct inode *, uint64_t);
ext2fs_inode.c 110 ext2fs_setsize(struct inode *ip, uint64_t size) function
318 (void)ext2fs_setsize(oip, 0);
365 (void)ext2fs_setsize(oip, length);
415 (void)ext2fs_setsize(oip, osize);
475 (void)ext2fs_setsize(oip, length);
ext2fs_balloc.c 392 error = ext2fs_setsize(ip, off + bsize);
ext2fs_readwrite.c 407 error = ext2fs_setsize(ip, uio->uio_offset + xfersize);
ext2fs_lookup.c 605 error = ext2fs_setsize(dp,
936 error = ext2fs_setsize(dp,
ext2fs_vnops.c 702 error = ext2fs_setsize(ip, VTOI(dvp)->i_e2fs->e2fs_bsize);
845 error = ext2fs_setsize(ip, len);
ext2fs_vfsops.c 1060 (void)ext2fs_setsize(ip, 0);

Completed in 20 milliseconds