search for: lblkno

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

Did you mean: blkno
2003 May 15
0
panic under 4.8...?
...ess = 41175 (cron) interrupt mask = bio trap number = 12 panic: page fault syncing disks... 144 67 64 64 64 64 64 64 64 57 45 45 45 45 45 45 45 51 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 45 0xc632ad9c 1: dev:#ad/0x20012, flags:200212a0, blkno:7310840, lblkno:0 0xc63279bc 2: dev:#ad/0x20012, flags:200212a0, blkno:7310832, lblkno:0 0xc6324c58 3: dev:#ad/0x20012, flags:200210a0, blkno:7308848, lblkno:0 0xc63226bc 4: dev:#ad/0x20012, flags:200212a0, blkno:7309028, lblkno:0 0xc631ffd4 5: dev:#ad/0x20012, flags:200212a0, blkno:7309388, lblkno:0 0xc6319430 6:...
2008 Aug 16
0
Panic in nfs/ffs after upgrade from 6.2 to 6.3-RELEASE
...n.s:139 #7 0xc06fd937 in getnewbuf (slpflag=0, slptimeo=0, size=16384, maxsize=16384) at atomic.h:149 #8 0xc06fefdc in getblk (vp=0xc5964cc0, blkno=0, size=16384, slpflag=0, slptimeo=0, flags=0) at /usr/src/sys/kern/vfs_bio.c:2516 #9 0xc0702a8a in cluster_read (vp=0xc5964cc0, filesize=18149, lblkno=0, size=16384, cred=0x0, totread=8192, seqcount=5, bpp=0x4) at /usr/src/sys/kern/vfs_cluster.c:118 #10 0xc081213b in ffs_read (ap=0x4) at /usr/src/sys/ufs/ffs/ffs_vnops.c:503 #11 0xc09368a0 in VOP_READ_APV (vop=0x4, a=0xc0a9a254) at vnode_if.c:643 #12 0xc07ad086 in nfsrv_read (nfsd=0xc69b3800,...
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
...; /* num of ms for optimal next block */ + __fs32 fs_rps; /* disk revolutions per second */ +/* these fields can be computed from the others */ + __fs32 fs_bmask; /* ``blkoff'' calc of blk offsets */ + __fs32 fs_fmask; /* ``fragoff'' calc of frag offsets */ + __fs32 fs_bshift; /* ``lblkno'' calc of logical blkno */ + __fs32 fs_fshift; /* ``numfrags'' calc number of frags */ +/* these are configuration parameters */ + __fs32 fs_maxcontig; /* max number of contiguous blks */ + __fs32 fs_maxbpg; /* max number of blks per cyl group */ +/* these fields can be computed fro...
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
...; /* num of ms for optimal next block */ + __fs32 fs_rps; /* disk revolutions per second */ +/* these fields can be computed from the others */ + __fs32 fs_bmask; /* ``blkoff'' calc of blk offsets */ + __fs32 fs_fmask; /* ``fragoff'' calc of frag offsets */ + __fs32 fs_bshift; /* ``lblkno'' calc of logical blkno */ + __fs32 fs_fshift; /* ``numfrags'' calc number of frags */ +/* these are configuration parameters */ + __fs32 fs_maxcontig; /* max number of contiguous blks */ + __fs32 fs_maxbpg; /* max number of blks per cyl group */ +/* these fields can be computed fro...
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