Displaying 4 results from an estimated 4 matches for "file_off".
2004 Feb 20
1
ocfs hung
...ate_time = Wed Jan 14 11:29:16 2004
modify_time = Wed Jan 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 /...
2006 Nov 16
1
Regarding debugocfs
...0e7b)
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].disk_off = 0
We don't have a clue why these values are 0.
Does anybody have any idea or any possibilities
why these values became 0?
Customer env:
OS?Red Hat AS 2.1?
DB?Oracle9i Database Enterprise Edition 9.2.0.5
OCFS:
ocfs-2.4.9-e-enterprise-1.0.14-1
o...
2023 Jan 17
6
[Bug 3523] New: standard output file descriptor was set with: O_NONBLOCK, but restore with flag: 0
...41922004: setfl: process=ssh, pid=4177330: file name =ddd,
flag=8401, arg=8c01 //set with flag non-block
1673941922135: setfl: process=ssh, pid=4177330: file name =ddd,
flag=8c01, arg=0 // why set to 0;
1673941923917: ext4_write_checks: inode->i_size: 8455228, name: ksh,
pid=4177329, off=0, file_off=0, count=4, flag=0, file_flag=8001,
filename=ddd
1673941923917: vfs_llseek: process=ksh, pid=4177329: file name =ddd,
flag=8001
1673941923917: vfs_llseek: process=ksh, pid=4177329: file name =ddd,
flag=8001
Thanks,
Mark
--
You are receiving this mail because:
You are watching the assignee of the...
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...d, 873 insertions(+), 807 deletions(-)
rename convert.c => convert/convert.c (74%)
create mode 100644 convert/convert.h
create mode 100644 convert/ext2.c
diff --git a/Makefile b/Makefile
index 755cc24..c31c219 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=gcc
AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
-CFLAGS = -g -Werror -Os
+CFLAGS = -g -Werror -Os -I.
objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
root-tree.o dir-item.o file-item.o inode-item.o \
inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o \
@@ -29,7 +29,7 @@ endif...