search for: disk_off

Displaying 4 results from an estimated 4 matches for "disk_off".

2004 Feb 20
1
ocfs hung
...an 14 11:29:16 2004 dir_node_ptr = 16179200 this_sector = 16179712 last_ext_ptr = 0 sync_flags = OCFS_SYNC_FLAG_VALID link_cnt = 0 next_del = -1 next_free_ext = 0 extent[0].file_off = 0 extent[0].num_bytes = 0 extent[0].disk_off = 29810688 extent[1].file_off = 0 extent[1].num_bytes = 0 extent[1].disk_off = 0 extent[2].file_off = 0 extent[2].num_bytes = 0 extent[2].disk_off = 0 [root@dc1node1 root]# debugocfs -f /oracle/prod/proddata/ /dev/sdd fileinfo: Name = /oracle...
2006 Nov 16
1
Regarding debugocfs
...o check for file_size and extent info but values such as file_size, alloc_size, next_free_ext were 0. (/dev/sdi1 contains datafiles and arc files) # debugocfs -a 0 /dev/sdi1 debugocfs 1.0.10-PROD1 Fri Mar 5 14:35:29 PST 2004 (build fcb0206676afe0fcac47a99c90de0e7b) file_extent_0: file_number = 128 disk_offset = 1433600 curr_master = 0 file_lock = OCFS_DLM_NO_LOCK oin_node_map = 00000000000000000000000000000000 seq_num = 0 local_ext = true granularity = -1 filename = ExtentFile128 filename_len = 0 file_size = 0 alloc_size = 0 next_free_ext = 0 extent[0].file_off = 0 extent[0].num_bytes = 0 extent[0]....
2004 Jun 06
1
[PATCH] use sb_getblk
It's both in 2.6 and recent 2.6 (for RH ASS2.1 you'll probably need to copy the latest 2.4 defintion, but I don't care for obsolete junk). Index: src/super.c =================================================================== --- src/super.c (revision 1014) +++ src/super.c (working copy) @@ -799,7 +799,7 @@ /* get first two blocks */ for (i=0; i<2; i++) { - bhs[i] = getblk
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...t; - u64 *inode_nbytes; - u64 objectid; - int checksum, packing; - u64 last_file_off; - u64 total_size; - enum {EXTENT_ITERATE_TYPE_NONE, EXTENT_ITERATE_TYPE_MEM, - EXTENT_ITERATE_TYPE_DISK} type; - u64 size; - u64 file_off; /* always aligned to sectorsize */ - char *data; /* for mem */ - u64 disk_off; /* for disk */ -}; - static u64 extent_boundary(struct btrfs_root *root, u64 extent_start) { int i; @@ -710,9 +491,6 @@ int finish_file_extents(struct extent_iterate_data *priv) return 0; } -int add_file_mem_extent(struct extent_iterate_data *priv, u64 file_off, - u64 size, char *data);...