search for: ufs_bmap

Displaying 6 results from an estimated 6 matches for "ufs_bmap".

Did you mean: xfs_bmap
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
..._blk; + start = get_blkaddr(blk, index, UFS_SB(fs)->addr_shift); + } + + return scan_set_nblocks(blk, index, UFS_SB(fs)->addr_shift, + addr_count - index, nblocks); +} + +/* + * Handle the traditional block map, like indirect, double indirect + * and triple indirect + */ +uint64_t ufs_bmap (struct inode *inode, block_t block, size_t *nblocks) +{ + uint32_t shft_per_blk, ptrs_per_blk; + static uint32_t indir_blks, double_blks, triple_blks; + struct fs_info *fs = inode->fs; + + /* Initialize static values */ + if (!indir_blks) { + shft_per_blk = fs->block_shift - U...
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
..._blk; + start = get_blkaddr(blk, index, UFS_SB(fs)->addr_shift); + } + + return scan_set_nblocks(blk, index, UFS_SB(fs)->addr_shift, + addr_count - index, nblocks); +} + +/* + * Handle the traditional block map, like indirect, double indirect + * and triple indirect + */ +uint64_t ufs_bmap (struct inode *inode, block_t block, size_t *nblocks) +{ + uint32_t shft_per_blk, ptrs_per_blk; + static uint32_t indir_blks, double_blks, triple_blks; + struct fs_info *fs = inode->fs; + + /* Initialize static values */ + if (!indir_blks) { + shft_per_blk = fs->block_shift - U...
2006 Oct 31
0
6303398 lseek(., offset, SEEK_HOLE) asserts with tainted offsets
Author: perrin Repository: /hg/zfs-crypto/gate Revision: 39a587f9abc6273f4188996d9e4de4e0ea126efa Log message: 6303398 lseek(., offset, SEEK_HOLE) asserts with tainted offsets Files: update: usr/src/uts/common/fs/ufs/ufs_bmap.c
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Wrote the documentation below. I think it would be good to push the doc to the wiki as soon as the UFS support gets merged. Unix Fast File System (UFS/FFS) 1/2 on Syslinux - (usage/install) ----- There is a confusion about the name of this file system, then I decided to contact the author who replied: "The name has always been
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Change since v1: * Fix bug on dentry structure (thank you specification; btw, sarcasm), and consequently a bug on ufs_readdir. * Add readlink support (applied tests for symlinks whose destionation path were stored in blk pointers and the file itself). * Several improvements. Wrote the documentation below. I think it would be good to
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed