linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [linux-dvb] compiling on 2.6.28 broken?
       [not found]     ` <20090112162337.318dd61d.akpm@linux-foundation.org>
@ 2009-01-13 18:47       ` handygewinnspiel
  2009-01-13 18:59         ` Andrew Morton
  0 siblings, 1 reply; 22+ messages in thread
From: handygewinnspiel @ 2009-01-13 18:47 UTC (permalink / raw)
  To: Andrew Morton, mchehab, linux-fsdevel, linux-kernel, Al Viro
  Cc: HWerner4, rjw

Dear all,

i was kindly asked to provide some bug report about findutils-4.1.20 in conjunction with linux-2.6.28, so here we are..

> On Mon, 12 Jan 2009 22:06:24 -0200
> Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> 
> > On Mon, 12 Jan 2009 13:21:30 -0800
> > Andrew Morton <akpm@linux-foundation.org> wrote:
> > 
> > > (cc's added)
> > > 
> > > On Mon, 12 Jan 2009 19:04:20 -0200
> > > Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> > > 
> > > > Do you know is there were any FS changes on 2.6.28 that could break
> the find
> > > > command? Maybe we have a regression here. At least, this user i
> complaining
> > > > that booting with findutils-4.1.20 and kernel 2.6.28 broke the
> result of the
> > > > find command.
> > > 
> > > Not known to me.
> > > 
> > > Please prepare a bug report and send it to
> > > 
> > > Andrew Morton <akpm@linux-foundation.org>
> > > Al Viro <viro@zeniv.linux.org.uk>
> > > linux-kernel@vger.kernel.org
> > > linux-fsdevel@vger.kernel.org
> > > 
> > > Thanks.
> > 
> > OK. I'll ask the reporter for him to open a bugzilla.
> > 
> 
> An emailed report would be preferred, please.  Some people handle bugzilla
> OK.  Linux VFS developers are not amongst them ;)


With kernel 2.6.28 and findutils-4.1.20 the "find" utility from this package fails with the error message
 "Der Wert ist zu groß für den definierten Datentyp". It randomly fails on different folders, it works on some folders and fails on others.
[code]
find ../ -name *.c
find: ../: Der Wert ist zu groß für den definierten Datentyp
[/code]
translation to English: "The value is too big for defined data type."

If i boot from any other kernel the find utility works again as expected. I tried the following kernels
- 2.6.22.4 = OK
- 2.6.23.1 = OK
- 2.6.26.3 = OK
- 2.6.27.9 = OK
- 2.6.28 = Error

2.6.27.9 and 2.6.28 used the same .config (copy and paste, make oldconfig, make menuconfig to be shure..)

root file system is xfs, system is 32Bit LinuxFromScratch, if this matters. By compiling findutils-4.4.0 i could solve the problem. But still there is the question what happens here and why older ones are broken.

btw: unfortunally i overwrote the old "find" while installing new findutils, but today i tried to re-compile it from old sources and retry and i see exactly the same error behaviour.

Is that something already known?


Best regards,
Winfried Koehler


-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 18:47       ` [linux-dvb] compiling on 2.6.28 broken? handygewinnspiel
@ 2009-01-13 18:59         ` Andrew Morton
  2009-01-13 19:17           ` handygewinnspiel
  0 siblings, 1 reply; 22+ messages in thread
From: Andrew Morton @ 2009-01-13 18:59 UTC (permalink / raw)
  To: handygewinnspiel
  Cc: mchehab, linux-fsdevel, linux-kernel, Al Viro, HWerner4, rjw

On Tue, 13 Jan 2009 19:47:55 +0100 handygewinnspiel@gmx.de wrote:

> Dear all,
> 
> i was kindly asked to provide some bug report about findutils-4.1.20 in conjunction with linux-2.6.28, so here we are..
> 
> > On Mon, 12 Jan 2009 22:06:24 -0200
> > Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> > 
> > > On Mon, 12 Jan 2009 13:21:30 -0800
> > > Andrew Morton <akpm@linux-foundation.org> wrote:
> > > 
> > > > (cc's added)
> > > > 
> > > > On Mon, 12 Jan 2009 19:04:20 -0200
> > > > Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> > > > 
> > > > > Do you know is there were any FS changes on 2.6.28 that could break
> > the find
> > > > > command? Maybe we have a regression here. At least, this user i
> > complaining
> > > > > that booting with findutils-4.1.20 and kernel 2.6.28 broke the
> > result of the
> > > > > find command.
> > > > 
> > > > Not known to me.
> > > > 
> > > > Please prepare a bug report and send it to
> > > > 
> > > > Andrew Morton <akpm@linux-foundation.org>
> > > > Al Viro <viro@zeniv.linux.org.uk>
> > > > linux-kernel@vger.kernel.org
> > > > linux-fsdevel@vger.kernel.org
> > > > 
> > > > Thanks.
> > > 
> > > OK. I'll ask the reporter for him to open a bugzilla.
> > > 
> > 
> > An emailed report would be preferred, please.  Some people handle bugzilla
> > OK.  Linux VFS developers are not amongst them ;)
> 
> 
> With kernel 2.6.28 and findutils-4.1.20 the "find" utility from this package fails with the error message
>  "Der Wert ist zu gro__ f__r den definierten Datentyp". It randomly fails on different folders, it works on some folders and fails on others.
> [code]
> find ../ -name *.c
> find: ../: Der Wert ist zu gro__ f__r den definierten Datentyp
> [/code]
> translation to English: "The value is too big for defined data type."
> 
> If i boot from any other kernel the find utility works again as expected. I tried the following kernels
> - 2.6.22.4 = OK
> - 2.6.23.1 = OK
> - 2.6.26.3 = OK
> - 2.6.27.9 = OK
> - 2.6.28 = Error
> 
> 2.6.27.9 and 2.6.28 used the same .config (copy and paste, make oldconfig, make menuconfig to be shure..)
> 
> root file system is xfs, system is 32Bit LinuxFromScratch, if this matters. By compiling findutils-4.4.0 i could solve the problem. But still there is the question what happens here and why older ones are broken.
> 
> btw: unfortunally i overwrote the old "find" while installing new findutils, but today i tried to re-compile it from old sources and retry and i see exactly the same error behaviour.
> 
> Is that something already known?
> 

It's the first such report I've seen.

Could you please generate the strace output for the failing command so
we can see which syscall is failing?


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 18:59         ` Andrew Morton
@ 2009-01-13 19:17           ` handygewinnspiel
  2009-01-13 19:37             ` Andrew Morton
  0 siblings, 1 reply; 22+ messages in thread
From: handygewinnspiel @ 2009-01-13 19:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: rjw, HWerner4, viro, linux-kernel, linux-fsdevel, mchehab

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

> 
> It's the first such report I've seen.
> 
> Could you please generate the strace output for the failing command so
> we can see which syscall is failing?

Attached two strace logs, one for the failed version, one for the working version.

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

[-- Attachment #2: find-4.1.20.log --]
[-- Type: application/octet-stream, Size: 5070 bytes --]

execve("find/find", ["find/find", "../", "-name", "*.c"], [/* 21 vars */]) = 0
uname({sys="Linux", node="TopLap", ...}) = 0
brk(0)                                  = 0x9ade000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfeb1b40)     = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat64("/lib/tls", 0xbfeb1b40)          = -1 ENOENT (No such file or directory)
open("/lib/i686/libc.so.6", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfeb1b40)         = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PK\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=5277124, ...}) = 0
mmap2(NULL, 1137644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e83000
mmap2(0xb7f93000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f) = 0xb7f93000
mmap2(0xb7f97000, 7148, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f97000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e82000
mprotect(0xb7f93000, 8192, PROT_READ)   = 0
mprotect(0xb7fb1000, 4096, PROT_READ)   = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e824f0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=3187264, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7c82000
close(3)                                = 0
brk(0)                                  = 0x9ade000
brk(0x9aff000)                          = 0x9aff000
brk(0)                                  = 0x9aff000
time(NULL)                              = 1231873821
open(".", O_RDONLY|O_LARGEFILE)         = 3
fchdir(3)                               = 0
lstat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
lstat64("../", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
chdir("../")                            = 0
lstat64(".", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat64(".", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, /* 108 entries */, 4096)  = 4072
getdents64(4, /* 95 entries */, 4096)   = 4072
getdents64(4, /* 81 entries */, 4096)   = 3456
_llseek(4, 1604, [1604], SEEK_SET)      = 0
getdents64(4, /* 1 entries */, 4096)    = 40
close(4)                                = 0
write(2, "find/find: ", 11)             = 11
write(2, "../", 3)                      = 3
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c81000
read(4, "# Locale name alias data base.\n#"..., 4096) = 2586
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7c81000, 4096)                = 0
open("/usr/share/locale/de_DE/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de/LC_MESSAGES/libc.mo", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=90059, ...}) = 0
mmap2(NULL, 90059, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb7c6c000
close(4)                                = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=45501, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c6b000
read(4, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(4, "lias\tJS//\t\t\tJUS_I.B1.002//\nalias"..., 4096) = 4096
read(4, "ule\tINTERNAL\t\tISO-8859-3//\t\tISO8"..., 4096) = 4096
read(4, "s\tLATIN8//\t\tISO-8859-14//\nalias\t"..., 4096) = 4096
read(4, "/\t\tEBCDIC-ES//\nalias\tEBCDICES//\t"..., 4096) = 4096
read(4, "ias\tEBCDIC-CP-ES//\t\tIBM284//\nali"..., 4096) = 4096
read(4, "\tIBM864//\nalias\tCSIBM864//\t\tIBM8"..., 4096) = 4096
read(4, "module\tINTERNAL\t\tIBM937//\t\tIBM93"..., 4096) = 4096
read(4, "ule\tEUC-JP//\t\tINTERNAL\t\tEUC-JP\t\t"..., 4096) = 4096
read(4, "/\tIEC_P27-1//\nalias\tIEC_P271//\t\t"..., 4096) = 4096
read(4, "ERNAL\t\tISO_10367-BOX//\t\tISO_1036"..., 4096) = 4096
read(4, "le\t\tcost\nmodule\tShift_JISX0213//"..., 4096) = 445
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7c6b000, 4096)                = 0
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
fchdir(3)                               = 0
exit_group(1)                           = ?

[-- Attachment #3: find-4.4.0.log --]
[-- Type: application/octet-stream, Size: 8626 bytes --]

execve("/usr/bin/find", ["find", "../", "-name", "*.c"], [/* 21 vars */]) = 0
uname({sys="Linux", node="TopLap", ...}) = 0
brk(0)                                  = 0x936d000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfbc0f10)     = -1 ENOENT (No such file or directory)
open("/lib/tls/librt.so.1", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib/tls", 0xbfbc0f10)          = -1 ENOENT (No such file or directory)
open("/lib/i686/librt.so.1", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfbc0f10)         = -1 ENOENT (No such file or directory)
open("/lib/librt.so.1", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\36\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=140620, ...}) = 0
mmap2(NULL, 33384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb80a0000
mmap2(0xb80a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb80a7000
close(3)                                = 0
open("/lib/libm.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=519622, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb809f000
mmap2(NULL, 139424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb807c000
mmap2(0xb809d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0xb809d000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PK\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=5277124, ...}) = 0
mmap2(NULL, 1137644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f66000
mmap2(0xb8076000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f) = 0xb8076000
mmap2(0xb807a000, 7148, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb807a000
close(3)                                = 0
open("/lib/libpthread.so.0", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260G\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=500215, ...}) = 0
mmap2(NULL, 70124, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f54000
mmap2(0xb7f62000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0xb7f62000
mmap2(0xb7f64000, 4588, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f64000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f53000
mprotect(0xb7f62000, 4096, PROT_READ)   = 0
mprotect(0xb8076000, 8192, PROT_READ)   = 0
mprotect(0xb809d000, 4096, PROT_READ)   = 0
mprotect(0xb80a7000, 4096, PROT_READ)   = 0
mprotect(0xb80c1000, 4096, PROT_READ)   = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f53070, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
set_tid_address(0xb7f530b8)             = 3687
rt_sigaction(SIGRTMIN, {0xb7f58400, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfbc1688, 31, (nil), 0}) = 0
uname({sys="Linux", node="TopLap", ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
gettimeofday({1231873788, 100690}, NULL) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=3187264, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7d53000
close(3)                                = 0
brk(0)                                  = 0x936d000
brk(0x938e000)                          = 0x938e000
brk(0)                                  = 0x938e000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d52000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2586
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb7d52000, 4096)                = 0
open("/usr/share/locale/de_DE/LC_MESSAGES/findutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de/LC_MESSAGES/findutils.mo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=14609, ...}) = 0
mmap2(NULL, 14609, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7d4f000
close(3)                                = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=45501, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d4e000
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(3, "lias\tJS//\t\t\tJUS_I.B1.002//\nalias"..., 4096) = 4096
read(3, "ule\tINTERNAL\t\tISO-8859-3//\t\tISO8"..., 4096) = 4096
read(3, "s\tLATIN8//\t\tISO-8859-14//\nalias\t"..., 4096) = 4096
read(3, "/\t\tEBCDIC-ES//\nalias\tEBCDICES//\t"..., 4096) = 4096
read(3, "ias\tEBCDIC-CP-ES//\t\tIBM284//\nali"..., 4096) = 4096
read(3, "\tIBM864//\nalias\tCSIBM864//\t\tIBM8"..., 4096) = 4096
read(3, "module\tINTERNAL\t\tIBM937//\t\tIBM93"..., 4096) = 4096
read(3, "ule\tEUC-JP//\t\tINTERNAL\t\tEUC-JP\t\t"..., 4096) = 4096
read(3, "/\tIEC_P27-1//\nalias\tIEC_P271//\t\t"..., 4096) = 4096
read(3, "ERNAL\t\tISO_10367-BOX//\t\tISO_1036"..., 4096) = 4096
read(3, "le\t\tcost\nmodule\tShift_JISX0213//"..., 4096) = 445
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb7d4e000, 4096)                = 0
futex(0xb807912c, FUTEX_WAKE, 2147483647) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
open(".", O_RDONLY|O_LARGEFILE)         = 3
fchdir(3)                               = 0
lstat64("../", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW) = 4
fchdir(4)                               = 0
open("../", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fchdir(5)                               = 0
getdents64(5, /* 108 entries */, 4096)  = 4072
getdents64(5, /* 95 entries */, 4096)   = 4072
brk(0)                                  = 0x938e000
brk(0x93af000)                          = 0x93af000
getdents64(5, /* 81 entries */, 4096)   = 3456
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
lstat64("tmp", {st_mode=S_IFDIR|0755, st_size=79, ...}) = 0
open("tmp", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=79, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fchdir(5)                               = 0
getdents64(5, /* 5 entries */, 4096)    = 168
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
lstat64("vdr-pvrinput-0.1.1-pre1_ivtv-patch.tar.bz2", {st_mode=S_IFREG|0644, st_size=23614, ...}) = 0
lstat64("xorg7.1", {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
open("xorg7.1", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=55, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fchdir(5)                               = 0
getdents64(5, /* 6 entries */, 4096)    = 152
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
lstat64("download.sh", {st_mode=S_IFREG|0644, st_size=3209, ...}) = 0
lstat64("app", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("app", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
fchdir(5)                               = 0
getdents64(5, /* 79 entries */, 4096)   = 4080
getdents64(5, /* 15 entries */, 4096)   = 776
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
lstat64("xwud-X11R7.0-1.0.1.tar.bz2", {st_mode=S_IFREG|0744, st_size=83089, ...}) = 0
lstat64("appres-X11R7.0-1.0.0.tar.bz2", {st_mode=S_IFREG|0744, st_size=74597, ...}) = 0
lstat64("bdftopcf-X11R7.0-1.0.0.tar.bz2", {st_mode=S_IFREG|0744, st_size=74661, ...}) = 0
.....

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 19:17           ` handygewinnspiel
@ 2009-01-13 19:37             ` Andrew Morton
  2009-01-13 20:02               ` handygewinnspiel
  2009-01-13 20:38               ` Matthew Wilcox
  0 siblings, 2 replies; 22+ messages in thread
From: Andrew Morton @ 2009-01-13 19:37 UTC (permalink / raw)
  To: handygewinnspiel
  Cc: rjw, HWerner4, viro, linux-kernel, linux-fsdevel, mchehab

On Tue, 13 Jan 2009 20:17:57 +0100 handygewinnspiel@gmx.de wrote:

> > 
> > It's the first such report I've seen.
> > 
> > Could you please generate the strace output for the failing command so
> > we can see which syscall is failing?
> 
> Attached two strace logs, one for the failed version, one for the working version.
> 

I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.

googling around a bit seems to indcate that this might be a glibc issue:

http://sourceware.org/bugzilla/show_bug.cgi?id=1864
http://bugs.gentoo.org/show_bug.cgi?id=146951

But the traces are all using stat64() and fstat64().  And why would it
just start occurring now?


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 19:37             ` Andrew Morton
@ 2009-01-13 20:02               ` handygewinnspiel
  2009-01-13 20:38               ` Matthew Wilcox
  1 sibling, 0 replies; 22+ messages in thread
From: handygewinnspiel @ 2009-01-13 20:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: mchehab, linux-fsdevel, linux-kernel, viro, HWerner4, rjw

> > 
> > Attached two strace logs, one for the failed version, one for the
> working version.
> > 
> 
> I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
> 
> googling around a bit seems to indcate that this might be a glibc issue:
> 
> http://sourceware.org/bugzilla/show_bug.cgi?id=1864
> http://bugs.gentoo.org/show_bug.cgi?id=146951
> 
> But the traces are all using stat64() and fstat64().  And why would it
> just start occurring now?

If that would be glibc related i would expect that other programs will fail with the very same behaviour - but i didnt notice that up to now. Nearly all programs are using glibc.

Since the error doesnt come up with 2.6.27.9 what changed afterwards which may touch that source?

GNU C Library 2004-07-01 release version 2.3.4, by Roland McGrath et al.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.1.
Compiled on a Linux 2.6.8.1 system on 2005-06-03.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.



-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 19:37             ` Andrew Morton
  2009-01-13 20:02               ` handygewinnspiel
@ 2009-01-13 20:38               ` Matthew Wilcox
  2009-01-14 18:29                 ` Chris Mason
  1 sibling, 1 reply; 22+ messages in thread
From: Matthew Wilcox @ 2009-01-13 20:38 UTC (permalink / raw)
  To: Andrew Morton
  Cc: handygewinnspiel, rjw, HWerner4, viro, linux-kernel,
	linux-fsdevel, mchehab

On Tue, Jan 13, 2009 at 11:37:00AM -0800, Andrew Morton wrote:
> I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
> 
> googling around a bit seems to indcate that this might be a glibc issue:
> 
> http://sourceware.org/bugzilla/show_bug.cgi?id=1864
> http://bugs.gentoo.org/show_bug.cgi?id=146951
> 
> But the traces are all using stat64() and fstat64().  And why would it
> just start occurring now?

Maybe glibc is using the 64-bit stat calls and returning -EOVERFLOW to
the application when the results from the kernel turn out to be > 32-bit
in size?

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-13 20:38               ` Matthew Wilcox
@ 2009-01-14 18:29                 ` Chris Mason
  2009-01-14 21:19                   ` wk
  0 siblings, 1 reply; 22+ messages in thread
From: Chris Mason @ 2009-01-14 18:29 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Andrew Morton, handygewinnspiel, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab

On Tue, 2009-01-13 at 13:38 -0700, Matthew Wilcox wrote:
> On Tue, Jan 13, 2009 at 11:37:00AM -0800, Andrew Morton wrote:
> > I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
> > 
> > googling around a bit seems to indcate that this might be a glibc issue:
> > 
> > http://sourceware.org/bugzilla/show_bug.cgi?id=1864
> > http://bugs.gentoo.org/show_bug.cgi?id=146951
> > 
> > But the traces are all using stat64() and fstat64().  And why would it
> > just start occurring now?
> 
> Maybe glibc is using the 64-bit stat calls and returning -EOVERFLOW to
> the application when the results from the kernel turn out to be > 32-bit
> in size?
> 

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c31b93a14a453c8756ffd228e24910ffdf30c5d

I'd guess the commit above is related, although I don't see any way for
it to make things interesting without the user doing mount -o inode64.

strace -v should show us more, it would show if the inode numbers coming
out of stat64 are big.

-chris




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 18:29                 ` Chris Mason
@ 2009-01-14 21:19                   ` wk
  2009-01-14 21:24                     ` Chris Mason
  2009-01-14 22:30                     ` Dave Chinner
  0 siblings, 2 replies; 22+ messages in thread
From: wk @ 2009-01-14 21:19 UTC (permalink / raw)
  To: Chris Mason
  Cc: Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro, linux-kernel,
	linux-fsdevel, mchehab

[-- Attachment #1: Type: text/plain, Size: 1812 bytes --]

Chris Mason wrote:
> On Tue, 2009-01-13 at 13:38 -0700, Matthew Wilcox wrote:
>   
>> On Tue, Jan 13, 2009 at 11:37:00AM -0800, Andrew Morton wrote:
>>     
>>> I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
>>>
>>> googling around a bit seems to indcate that this might be a glibc issue:
>>>
>>> http://sourceware.org/bugzilla/show_bug.cgi?id=1864
>>> http://bugs.gentoo.org/show_bug.cgi?id=146951
>>>
>>> But the traces are all using stat64() and fstat64().  And why would it
>>> just start occurring now?
>>>       
>> Maybe glibc is using the 64-bit stat calls and returning -EOVERFLOW to
>> the application when the results from the kernel turn out to be > 32-bit
>> in size?
>>
>>     
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c31b93a14a453c8756ffd228e24910ffdf30c5d
>
> I'd guess the commit above is related, although I don't see any way for
> it to make things interesting without the user doing mount -o inode64.
>
> strace -v should show us more, it would show if the inode numbers coming
> out of stat64 are big.
>
> -chris
>
>   
I cannot fully understand what strace -v outputs (see attachment), but 
what i see is that 'find' stops after finding a file with d_off = 4294967295
4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
greater that 32bits, so this could be the reason for the message "value 
too large".



I also noticed that i cannot access these files through samba if i boot 
from 2.6.28 - really strange.
If i reboot older kernels these are visible in samba again and fully 
accessible.

Attached the log from stracing the command which was ivoked by the 
Makefile from v4l-dvb.
I guess this is all i could contribute to that problem. Thats stuff for 
xfs filesystem experts now..

-Winfried





[-- Attachment #2: find-4.1.20.log --]
[-- Type: text/plain, Size: 186799 bytes --]

execve("/usr/src/findutils-4.1.20/find/find", ["/usr/src/findutils-4.1.20/find/f"..., "../linux/drivers/media", "-name", "*.[ch]", "-type", "f", "-print0"], ["TERM=xterm", "SHELL=/bin/bash", "SSH_CLIENT=192.168.6.106 2197 22"..., "QTDIR=/opt/qt", "OLDPWD=/usr/src", "SSH_TTY=/dev/pts/0", "LC_ALL=de_DE", "USER=root", "LD_LIBRARY_PATH=/lib:/usr/lib:/u"..., "KDEDIR=/opt/kde",  "PATH=/usr/bin:/usr/sbin:/usr/loc"..., "INPUTRC=/etc/inputrc", "PWD=/usr/src/v4l-dvb-985ecd81d99"..., "LANG=de_DE", "SHLVL=1", "HOME=/root", "SSH_CONNECTION=192.168.6.106 219"..., "PKG_CONFIG_PATH=/usr/lib/pkgconf"..., "_=/usr/bin/strace"]) = 0
uname({sysname="Linux", nodename="TopLap", release="2.6.28", version="#5 Mon Jan 12 19:58:18 CET 2009", machine="i686"}) = 0
brk(0)                                  = 0x873c000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfbd4200)     = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat64("/lib/tls", 0xbfbd4200)          = -1 ENOENT (No such file or directory)
open("/lib/i686/libc.so.6", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfbd4200)         = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PK\1\000"..., 512) = 512
fstat64(3, {st_dev=makedev(3, 1), st_ino=46188823, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=10312, st_size=5277124, st_atime=2009/01/14-21:16:03, st_mtime=2005/06/04-01:45:19, st_ctime=2005/06/04-01:45:19}) = 0
mmap2(NULL, 1137644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ea6000
mmap2(0xb7fb6000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f) = 0xb7fb6000
mmap2(0xb7fba000, 7148, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fba000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ea5000
mprotect(0xb7fb6000, 8192, PROT_READ)   = 0
mprotect(0xb7fd4000, 4096, PROT_READ)   = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7ea54f0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_dev=makedev(3, 1), st_ino=29501697, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=6232, st_size=3187264, st_atime=2009/01/14-21:15:55, st_mtime=2005/06/04-01:45:38, st_ctime=2005/06/04-01:45:38}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ca5000
close(3)                                = 0
brk(0)                                  = 0x873c000
brk(0x875d000)                          = 0x875d000
brk(0)                                  = 0x875d000
time(NULL)                              = 1231964163
open(".", O_RDONLY|O_LARGEFILE)         = 3
fchdir(3)                               = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=61033319, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/12-20:30:32, st_mtime=2009/01/14-21:14:45, st_ctime=2009/01/14-21:14:45}) = 0
lstat64("../linux/drivers/media", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
chdir("../linux/drivers/media")         = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=64507419, d_off=4, d_type=DT_DIR, d_reclen=24, d_name="."} {d_ino=35039336, d_off=6, d_type=DT_DIR, d_reclen=24, d_name=".."} {d_ino=64507420, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=64507421, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=68767839, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="common"} {d_ino=3158162, d_off=17, d_type=DT_UNKNOWN, d_reclen=24, d_name="dvb"} {d_ino=48977814, d_off=19, d_type=DT_UNKNOWN, d_reclen=32, d_name="radio"} {d_ino=53193825, d_off=21, d_type=DT_UNKNOWN, d_reclen=32, d_name="video"} {d_ino=64570554, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=64570555, d_off=28, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=64583914, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 344
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
lstat64("Kconfig", {st_dev=makedev(3, 1), st_ino=64507420, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3391, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("Makefile", {st_dev=makedev(3, 1), st_ino=64507421, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=149, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("common", {st_dev=makedev(3, 1), st_ino=68767839, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:38:44, st_ctime=2009/01/08-19:38:44}) = 0
open("common", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=68767839, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:55, st_mtime=2009/01/08-19:38:44, st_ctime=2009/01/08-19:38:44}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=68767839, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=64507419, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=68769536, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=68769537, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=68769538, d_off=16, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-functions.c"} {d_ino=68769539, d_off=19, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-keymaps.c"} {d_ino=68769540, d_off=23, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_core.c"} {d_ino=68769541, d_off=27, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_fops.c"} {d_ino=68769542, d_off=30, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_hlp.c"} {d_ino=68769543, d_off=33, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_i2c.c"} {d_ino=68769544, d_off=36, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_vbi.c"} {d_ino=68769545, d_off=40, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_video.c"} {d_ino=72929321, d_off=43, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuners"} {d_ino=68801740, d_off=46, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=68801741, d_off=62, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=68804149, d_off=70, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-functions.o"} {d_ino=68804146, d_off=86, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-functions.o.cmd"} {d_ino=68804151, d_off=93, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-keymaps.o"} {d_ino=68804147, d_off=105, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-keymaps.o.cmd"} {d_ino=68804148, d_off=112, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_i2c.o"} {d_ino=68804152, d_off=128, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_i2c.o.cmd"} {d_ino=68804155, d_off=136, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_core.o"} {d_ino=68804150, d_off=152, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_core.o.cmd"} {d_ino=68804157, d_off=160, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_fops.o"} {d_ino=68804153, d_off=177, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_fops.o.cmd"} {d_ino=68804159, d_off=185, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_video.o"} {d_ino=68804154, d_off=201, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_video.o.cmd"} {d_ino=68804161, d_off=208, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_hlp.o"} {d_ino=68804156, d_off=220, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_hlp.o.cmd"} {d_ino=68804158, d_off=227, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_vbi.o"} {d_ino=68804162, d_off=231, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_vbi.o.cmd"} {d_ino=68804160, d_off=234, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7146.o"} {d_ino=68804163, d_off=238, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146.o.cmd"} {d_ino=68804164, d_off=241, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7146_vv.o"} {d_ino=68804165, d_off=245, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_vv.o.cmd"} {d_ino=68804166, d_off=248, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-common.o"} {d_ino=68804167, d_off=252, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-common.o.cmd"} {d_ino=68804168, d_off=255, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=68808070, d_off=259, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_vv.mod.c"} {d_ino=68808071, d_off=262, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146.mod.c"} {d_ino=68808072, d_off=266, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-common.mod.c"} {d_ino=68808078, d_off=278, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-common.mod.o"} {d_ino=68808080, d_off=282, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-common.mod.o.cmd"} {d_ino=68808079, d_off=285, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-common.ko"} {d_ino=68808081, d_off=289, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-common.ko.cmd"} {d_ino=68808082, d_off=300, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146.mod.o"} {d_ino=68808084, d_off=304, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146.mod.o.cmd"} {d_ino=68808083, d_off=307, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7146.ko"} {d_ino=68808085, d_off=311, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146.ko.cmd"} {d_ino=68808086, d_off=323, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_vv.mod.o"} {d_ino=68808088, d_off=327, d_type=DT_UNKNOWN, d_reclen=48, d_name=".saa7146_vv.mod.o.cmd"} {d_ino=68808087, d_off=330, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7146_vv.ko"} {d_ino=68808089, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7146_vv.ko.cmd"}}, 4096) = 2008
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("common")                         = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=68767839, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:38:44, st_ctime=2009/01/08-19:38:44}) = 0
lstat64("Kconfig", {st_dev=makedev(3, 1), st_ino=68769536, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=158, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("Makefile", {st_dev=makedev(3, 1), st_ino=68769537, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=317, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("ir-functions.c", {st_dev=makedev(3, 1), st_ino=68769538, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8506, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
fstat64(1, {st_dev=makedev(0, 9), st_ino=2, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=0, st_gid=4, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 0), st_atime=2009/01/14-21:16:03, st_mtime=2009/01/14-21:16:03, st_ctime=2009/01/14-20:01:53}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ca4000
lstat64("ir-keymaps.c", {st_dev=makedev(3, 1), st_ino=68769539, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=136, st_size=66130, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_core.c", {st_dev=makedev(3, 1), st_ino=68769540, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=15238, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_fops.c", {st_dev=makedev(3, 1), st_ino=68769541, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=15207, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_hlp.c", {st_dev=makedev(3, 1), st_ino=68769542, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=30652, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_i2c.c", {st_dev=makedev(3, 1), st_ino=68769543, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=13026, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_vbi.c", {st_dev=makedev(3, 1), st_ino=68769544, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14273, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("saa7146_video.c", {st_dev=makedev(3, 1), st_ino=68769545, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=80, st_size=37068, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:05}) = 0
lstat64("tuners", {st_dev=makedev(3, 1), st_ino=72929321, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8192, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:28, st_ctime=2009/01/12-20:03:28}) = 0
open("tuners", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=72929321, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8192, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:28, st_ctime=2009/01/12-20:03:28}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=72929321, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=68767839, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=72929322, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=72929323, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=72929324, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2060.c"} {d_ino=72929325, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2060.h"} {d_ino=72929326, d_off=21, d_type=DT_UNKNOWN, d_reclen=40, d_name="mt2060_priv.h"} {d_ino=72929327, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.c"} {d_ino=72929328, d_off=27, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.h"} {d_ino=72929329, d_off=30, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.c"} {d_ino=72929330, d_off=33, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.h"} {d_ino=72929331, d_off=36, d_type=DT_UNKNOWN, d_reclen=40, d_name="mt2131_priv.h"} {d_ino=72929332, d_off=39, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2266.c"} {d_ino=72929333, d_off=42, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2266.h"} {d_ino=72929334, d_off=45, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5005s.c"} {d_ino=72929335, d_off=48, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5005s.h"} {d_ino=72929336, d_off=51, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5007t.c"} {d_ino=72929337, d_off=54, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5007t.h"} {d_ino=72929338, d_off=57, d_type=DT_UNKNOWN, d_reclen=32, d_name="qt1010.c"} {d_ino=72929339, d_off=60, d_type=DT_UNKNOWN, d_reclen=32, d_name="qt1010.h"} {d_ino=72929340, d_off=63, d_type=DT_UNKNOWN, d_reclen=40, d_name="qt1010_priv.h"} {d_ino=72929341, d_off=67, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-common.c"} {d_ino=72929342, d_off=70, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-fe.c"} {d_ino=72929343, d_off=74, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-maps.c"} {d_ino=72931424, d_off=78, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-priv.h"} {d_ino=72931425, d_off=81, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda18271.h"} {d_ino=72931426, d_off=84, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda827x.c"} {d_ino=72931427, d_off=87, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda827x.h"} {d_ino=72931428, d_off=90, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8290.c"} {d_ino=72931429, d_off=93, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8290.h"} {d_ino=72931430, d_off=96, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9887.c"} {d_ino=72931431, d_off=99, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9887.h"} {d_ino=72931432, d_off=102, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5761.c"} {d_ino=72931433, d_off=105, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5761.h"} {d_ino=72931434, d_off=108, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5767.c"} {d_ino=72931435, d_off=111, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5767.h"} {d_ino=72931436, d_off=114, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner-i2c.h"} {d_ino=72931437, d_off=118, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.c"} {d_ino=72931438, d_off=122, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.h"} {d_ino=72931439, d_off=125, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-types.c"} {d_ino=72931440, d_off=129, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028-types.h"} {d_ino=72931441, d_off=133, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.c"} {d_ino=72931442, d_off=137, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.h"} {d_ino=72931443, d_off=140, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.c"} {d_ino=72931444, d_off=143, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.h"} {d_ino=72962935, d_off=146, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=72962936, d_off=150, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=72971076, d_off=153, d_type=DT_UNKNOWN, d_reclen=40, d_name=".xc5000.o.cmd"} {d_ino=72975470, d_off=157, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.mod.c"} {d_ino=72977907, d_off=161, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9887.ko.cmd"} {d_ino=72971045, d_off=165, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.o"} {d_ino=72977906, d_off=170, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea5767.mod.o"} {d_ino=72971056, d_off=174, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-xc2028.o.cmd"} {d_ino=72971089, d_off=177, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=72975471, d_off=180, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea5767.mod.c"} {d_ino=72977924, d_off=183, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.ko"} {d_ino=72971049, d_off=187, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.o"} {d_ino=72971059, d_off=190, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.o"} {d_ino=72977908, d_off=194, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5767.ko"} {d_ino=72971062, d_off=198, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-simple.o.cmd"} {d_ino=72971085, d_off=201, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda8290.mod.o"} {d_ino=72975472, d_off=204, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea5761.mod.c"} {d_ino=72977903, d_off=208, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8290.ko.cmd"} {d_ino=72971055, d_off=213, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-types.o"} {d_ino=72977915, d_off=217, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5767.ko.cmd"} {d_ino=72971064, d_off=221, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-types.o.cmd"} {d_ino=72975469, d_off=225, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-types.mod.c"} {d_ino=72975481, d_off=229, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8290.mod.o.cmd"} {d_ino=72971061, d_off=232, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5767.o"} {d_ino=72971063, d_off=237, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5761.o"} {d_ino=72971066, d_off=240, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt20xx.o.cmd"} {d_ino=72971087, d_off=244, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mxl5005s.o.cmd"} {d_ino=72977899, d_off=248, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda827x.ko.cmd"} {d_ino=72971071, d_off=251, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.ko"} {d_ino=72975480, d_off=254, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8290.ko"} {d_ino=72977909, d_off=258, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5767.mod.o.cmd"} {d_ino=72971068, d_off=262, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8290.o.cmd"} {d_ino=72971090, d_off=265, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.o"} {d_ino=72977892, d_off=269, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271.mod.o"} {d_ino=72977910, d_off=273, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.mod.o"} {d_ino=72971067, d_off=276, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.o"} {d_ino=72977919, d_off=280, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-simple.ko.cmd"} {d_ino=72971070, d_off=284, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5767.o.cmd"} {d_ino=72975467, d_off=287, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.mod.c"} {d_ino=72977893, d_off=293, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda18271.ko"} {d_ino=72971065, d_off=296, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9887.o"} {d_ino=72977912, d_off=302, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-simple.ko"} {d_ino=72971072, d_off=306, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5761.o.cmd"} {d_ino=72971092, d_off=309, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5005s.o"} {d_ino=72977895, d_off=313, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda18271.ko.cmd"} {d_ino=72977914, d_off=317, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-types.mod.o"} {d_ino=72975482, d_off=320, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9887.mod.o"} {d_ino=72977923, d_off=324, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-types.ko.cmd"} {d_ino=72971074, d_off=328, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9887.o.cmd"} {d_ino=72975468, d_off=332, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.mod.c"} {d_ino=72977916, d_off=339, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-types.ko"} {d_ino=72971078, d_off=342, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda827x.o"} {d_ino=72977918, d_off=346, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.mod.o"} {d_ino=72971073, d_off=350, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda827x.o.cmd"} {d_ino=72977894, d_off=354, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda18271.mod.o.cmd"} {d_ino=72977927, d_off=358, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-xc2028.ko.cmd"} {d_ino=72971075, d_off=362, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-maps.o"} {d_ino=72977920, d_off=366, d_type=DT_UNKNOWN, d_reclen=40, d_name="tuner-xc2028.ko"} {d_ino=72971079, d_off=370, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda18271-maps.o.cmd"} {d_ino=72975473, d_off=373, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9887.mod.c"} {d_ino=72977900, d_off=379, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9887.ko"} {d_ino=72971077, d_off=383, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-common.o"} {d_ino=72977902, d_off=388, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea5761.mod.o"} {d_ino=72971081, d_off=393, d_type=DT_UNKNOWN, d_reclen=48, d_name=".tda18271-common.o.cmd"} {d_ino=72971086, d_off=396, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt2131.o.cmd"} {d_ino=72975474, d_off=399, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda8290.mod.c"} {d_ino=72977901, d_off=405, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9887.mod.o.cmd"}}, 4096) = 4088
getdents64(4, {{d_ino=72971084, d_off=408, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271-fe.o"} {d_ino=72977922, d_off=412, d_type=DT_UNKNOWN, d_reclen=32, d_name="xc5000.mod.o"} {d_ino=72971080, d_off=416, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda18271-fe.o.cmd"} {d_ino=72971082, d_off=419, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda18271.o"} {d_ino=72971083, d_off=423, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda18271.o.cmd"} {d_ino=72975475, d_off=426, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda827x.mod.c"} {d_ino=72975476, d_off=430, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda18271.mod.c"} {d_ino=72975477, d_off=434, d_type=DT_UNKNOWN, d_reclen=40, d_name="mxl5005s.mod.c"} {d_ino=72975478, d_off=437, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.mod.c"} {d_ino=72975479, d_off=440, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.mod.c"} {d_ino=72971069, d_off=443, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt20xx.mod.o"} {d_ino=72977896, d_off=446, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda827x.mod.o"} {d_ino=72977905, d_off=451, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5761.mod.o.cmd"} {d_ino=72971088, d_off=455, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt20xx.mod.o.cmd"} {d_ino=72971060, d_off=458, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8290.o"} {d_ino=72975483, d_off=462, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt20xx.ko.cmd"} {d_ino=72975484, d_off=465, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.mod.o"} {d_ino=72977898, d_off=469, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda827x.mod.o.cmd"} {d_ino=72977925, d_off=473, d_type=DT_UNKNOWN, d_reclen=40, d_name=".xc5000.mod.o.cmd"} {d_ino=72975486, d_off=477, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt2131.mod.o.cmd"} {d_ino=72975485, d_off=480, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt2131.ko"} {d_ino=72975487, d_off=484, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt2131.ko.cmd"} {d_ino=72977888, d_off=488, d_type=DT_UNKNOWN, d_reclen=40, d_name="mxl5005s.mod.o"} {d_ino=72977897, d_off=491, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda827x.ko"} {d_ino=72977904, d_off=496, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea5761.ko"} {d_ino=72977890, d_off=500, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mxl5005s.mod.o.cmd"} {d_ino=72977889, d_off=503, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxl5005s.ko"} {d_ino=72977891, d_off=507, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mxl5005s.ko.cmd"} {d_ino=72977911, d_off=519, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea5761.ko.cmd"} {d_ino=72977913, d_off=529, d_type=DT_UNKNOWN, d_reclen=48, d_name=".tuner-simple.mod.o.cmd"} {d_ino=72977917, d_off=539, d_type=DT_UNKNOWN, d_reclen=48, d_name=".tuner-types.mod.o.cmd"} {d_ino=72977921, d_off=544, d_type=DT_UNKNOWN, d_reclen=48, d_name=".tuner-xc2028.mod.o.cmd"} {d_ino=72977931, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".xc5000.ko.cmd"}}, 4096) = 1256
_llseek(4, 544, [544], SEEK_SET)        = 0
getdents64(4, {{d_ino=72977931, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".xc5000.ko.cmd"}}, 4096) = 40
close(4)                                = 0
write(1, "../linux/drivers/media/common/ir"..., 356) = 356
write(2, "/usr/src/findutils-4.1.20/find/f"..., 37) = 37
write(2, "../linux/drivers/media/common/tu"..., 36) = 36
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=50401633, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2586, st_atime=2009/01/14-21:15:56, st_mtime=2005/06/04-01:43:07, st_ctime=2005/06/04-01:43:07}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ca3000
read(4, "# Locale name alias data base.\n#"..., 4096) = 2586
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7ca3000, 4096)                = 0
open("/usr/share/locale/de_DE/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de/LC_MESSAGES/libc.mo", O_RDONLY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=33633140, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=176, st_size=90059, st_atime=2009/01/14-21:15:56, st_mtime=2005/06/04-01:44:16, st_ctime=2005/06/04-01:44:16}) = 0
mmap2(NULL, 90059, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb7c8e000
close(4)                                = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=12640048, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=96, st_size=45501, st_atime=2009/01/14-21:15:56, st_mtime=2005/06/04-01:42:34, st_ctime=2005/06/04-01:42:34}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c8d000
read(4, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(4, "lias\tJS//\t\t\tJUS_I.B1.002//\nalias"..., 4096) = 4096
read(4, "ule\tINTERNAL\t\tISO-8859-3//\t\tISO8"..., 4096) = 4096
read(4, "s\tLATIN8//\t\tISO-8859-14//\nalias\t"..., 4096) = 4096
read(4, "/\t\tEBCDIC-ES//\nalias\tEBCDICES//\t"..., 4096) = 4096
read(4, "ias\tEBCDIC-CP-ES//\t\tIBM284//\nali"..., 4096) = 4096
read(4, "\tIBM864//\nalias\tCSIBM864//\t\tIBM8"..., 4096) = 4096
read(4, "module\tINTERNAL\t\tIBM937//\t\tIBM93"..., 4096) = 4096
read(4, "ule\tEUC-JP//\t\tINTERNAL\t\tEUC-JP\t\t"..., 4096) = 4096
read(4, "/\tIEC_P27-1//\nalias\tIEC_P271//\t\t"..., 4096) = 4096
read(4, "ERNAL\t\tISO_10367-BOX//\t\tISO_1036"..., 4096) = 4096
read(4, "le\t\tcost\nmodule\tShift_JISX0213//"..., 4096) = 445
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7c8d000, 4096)                = 0
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
lstat64("saa7146_vv.mod.c", {st_dev=makedev(3, 1), st_ino=68808070, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3114, st_atime=2009/01/08-19:38:44, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("saa7146.mod.c", {st_dev=makedev(3, 1), st_ino=68808071, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2149, st_atime=2009/01/08-19:38:44, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("ir-common.mod.c", {st_dev=makedev(3, 1), st_ino=68808072, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=791, st_atime=2009/01/08-19:38:44, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
lstat64("dvb", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
open("dvb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=3158162, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=64507419, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=3158163, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=3158164, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=3158165, d_off=14, d_type=DT_UNKNOWN, d_reclen=24, d_name="b2c2"} {d_ino=6862927, d_off=16, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt8xx"} {d_ino=9948257, d_off=19, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105"} {d_ino=15629739, d_off=22, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-core"} {d_ino=19537968, d_off=25, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-usb"} {d_ino=22601094, d_off=28, d_type=DT_UNKNOWN, d_reclen=32, d_name="frontends"} {d_ino=31869976, d_off=31, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2"} {d_ino=31869980, d_off=33, d_type=DT_UNKNOWN, d_reclen=32, d_name="siano"} {d_ino=35036777, d_off=35, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttpci"} {d_ino=41058301, d_off=38, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusb-budget"} {d_ino=43812597, d_off=41, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusb-dec"} {d_ino=3204243, d_off=44, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=3204244, d_off=48, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=3216983, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 568
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("dvb")                            = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("Kconfig", {st_dev=makedev(3, 1), st_ino=3158163, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1184, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("Makefile", {st_dev=makedev(3, 1), st_ino=3158164, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=172, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("b2c2", {st_dev=makedev(3, 1), st_ino=3158165, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:38:48, st_ctime=2009/01/08-19:38:48}) = 0
open("b2c2", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=3158165, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:38:48, st_ctime=2009/01/08-19:38:48}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=3158165, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=3158166, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=3158167, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=3158168, d_off=16, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-common.h"} {d_ino=3158169, d_off=19, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-dma.c"} {d_ino=3158170, d_off=23, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-eeprom.c"} {d_ino=3158171, d_off=27, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-fe-tuner.c"} {d_ino=3158172, d_off=31, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-hw-filter.c"} {d_ino=3158173, d_off=34, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-i2c.c"} {d_ino=3158174, d_off=38, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-misc.c"} {d_ino=3158175, d_off=41, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-pci.c"} {d_ino=3158208, d_off=44, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-reg.h"} {d_ino=3158209, d_off=48, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-sram.c"} {d_ino=3158210, d_off=51, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-usb.c"} {d_ino=3158211, d_off=54, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-usb.h"} {d_ino=3158212, d_off=57, d_type=DT_UNKNOWN, d_reclen=32, d_name="flexcop.c"} {d_ino=3158213, d_off=60, d_type=DT_UNKNOWN, d_reclen=32, d_name="flexcop.h"} {d_ino=3158214, d_off=65, d_type=DT_UNKNOWN, d_reclen=48, d_name="flexcop_ibi_value_be.h"} {d_ino=3158215, d_off=70, d_type=DT_UNKNOWN, d_reclen=48, d_name="flexcop_ibi_value_le.h"} {d_ino=3204241, d_off=73, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=3204242, d_off=85, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=3011304, d_off=92, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-pci.o"} {d_ino=3011306, d_off=107, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop-pci.o.cmd"} {d_ino=3011309, d_off=114, d_type=DT_UNKNOWN, d_reclen=32, d_name="flexcop.o"} {d_ino=3011305, d_off=127, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop.o.cmd"} {d_ino=3011307, d_off=136, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-fe-tuner.o"} {d_ino=3011310, d_off=153, d_type=DT_UNKNOWN, d_reclen=48, d_name=".flexcop-fe-tuner.o.cmd"} {d_ino=3011313, d_off=160, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-i2c.o"} {d_ino=3011308, d_off=176, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop-i2c.o.cmd"} {d_ino=3011315, d_off=184, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-sram.o"} {d_ino=3011311, d_off=201, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop-sram.o.cmd"} {d_ino=3011317, d_off=209, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-eeprom.o"} {d_ino=3011312, d_off=225, d_type=DT_UNKNOWN, d_reclen=48, d_name=".flexcop-eeprom.o.cmd"} {d_ino=3011319, d_off=233, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-misc.o"} {d_ino=3011314, d_off=247, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop-misc.o.cmd"} {d_ino=3011316, d_off=256, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-hw-filter.o"} {d_ino=3011320, d_off=273, d_type=DT_UNKNOWN, d_reclen=48, d_name=".flexcop-hw-filter.o.cmd"} {d_ino=3011323, d_off=280, d_type=DT_UNKNOWN, d_reclen=40, d_name="flexcop-dma.o"} {d_ino=3011318, d_off=284, d_type=DT_UNKNOWN, d_reclen=40, d_name=".flexcop-dma.o.cmd"} {d_ino=3011321, d_off=288, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop.o"} {d_ino=3011322, d_off=292, d_type=DT_UNKNOWN, d_reclen=40, d_name=".b2c2-flexcop.o.cmd"} {d_ino=3011325, d_off=296, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop-pci.o"} {d_ino=3011326, d_off=301, d_type=DT_UNKNOWN, d_reclen=48, d_name=".b2c2-flexcop-pci.o.cmd"} {d_ino=3216928, d_off=304, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=3727994, d_off=308, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop.mod.c"} {d_ino=3727995, d_off=313, d_type=DT_UNKNOWN, d_reclen=48, d_name="b2c2-flexcop-pci.mod.c"} {d_ino=3730594, d_off=328, d_type=DT_UNKNOWN, d_reclen=48, d_name="b2c2-flexcop-pci.mod.o"} {d_ino=3730596, d_off=333, d_type=DT_UNKNOWN, d_reclen=48, d_name=".b2c2-flexcop-pci.mod.o.cmd"} {d_ino=3730595, d_off=337, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop-pci.ko"} {d_ino=3730597, d_off=342, d_type=DT_UNKNOWN, d_reclen=48, d_name=".b2c2-flexcop-pci.ko.cmd"} {d_ino=3730598, d_off=355, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop.mod.o"} {d_ino=3730600, d_off=360, d_type=DT_UNKNOWN, d_reclen=48, d_name=".b2c2-flexcop.mod.o.cmd"} {d_ino=3730599, d_off=364, d_type=DT_UNKNOWN, d_reclen=40, d_name="b2c2-flexcop.ko"} {d_ino=3730601, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name=".b2c2-flexcop.ko.cmd"}}, 4096) = 2208
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("b2c2")                           = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158165, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:38:48, st_ctime=2009/01/08-19:38:48}) = 0
lstat64("flexcop-common.h", {st_dev=makedev(3, 1), st_ino=3158168, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=5720, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-dma.c", {st_dev=makedev(3, 1), st_ino=3158169, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4362, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-eeprom.c", {st_dev=makedev(3, 1), st_ino=3158170, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3452, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-fe-tuner.c", {st_dev=makedev(3, 1), st_ino=3158171, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=40, st_size=17145, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-hw-filter.c", {st_dev=makedev(3, 1), st_ino=3158172, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=6533, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-i2c.c", {st_dev=makedev(3, 1), st_ino=3158173, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=7650, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-misc.c", {st_dev=makedev(3, 1), st_ino=3158174, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2197, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-pci.c", {st_dev=makedev(3, 1), st_ino=3158175, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=12260, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-reg.h", {st_dev=makedev(3, 1), st_ino=3158208, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3703, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-sram.c", {st_dev=makedev(3, 1), st_ino=3158209, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8812, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-usb.c", {st_dev=makedev(3, 1), st_ino=3158210, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=40, st_size=16598, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop-usb.h", {st_dev=makedev(3, 1), st_ino=3158211, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3351, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop.c", {st_dev=makedev(3, 1), st_ino=3158212, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8800, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop.h", {st_dev=makedev(3, 1), st_ino=3158213, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=845, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop_ibi_value_be.h", {st_dev=makedev(3, 1), st_ino=3158214, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14146, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("flexcop_ibi_value_le.h", {st_dev=makedev(3, 1), st_ino=3158215, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14146, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("b2c2-flexcop.mod.c", {st_dev=makedev(3, 1), st_ino=3727994, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2684, st_atime=2009/01/08-19:38:48, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("b2c2-flexcop-pci.mod.c", {st_dev=makedev(3, 1), st_ino=3727995, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2074, st_atime=2009/01/08-19:38:47, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("bt8xx", {st_dev=makedev(3, 1), st_ino=6862927, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:38:49, st_ctime=2009/01/08-19:38:49}) = 0
open("bt8xx", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=6862927, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:38:49, st_ctime=2009/01/08-19:38:49}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=6862927, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=6862928, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=6862929, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=6862930, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.c"} {d_ino=6862931, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.h"} {d_ino=6862932, d_off=20, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst.c"} {d_ino=6862933, d_off=23, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.c"} {d_ino=6862934, d_off=26, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.h"} {d_ino=6862935, d_off=29, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_common.h"} {d_ino=6862936, d_off=32, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_priv.h"} {d_ino=6862937, d_off=35, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-bt8xx.c"} {d_ino=6862938, d_off=38, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-bt8xx.h"} {d_ino=6901731, d_off=41, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=6901732, d_off=55, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=7026444, d_off=61, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.o"} {d_ino=7026441, d_off=72, d_type=DT_UNKNOWN, d_reclen=32, d_name=".bt878.o.cmd"} {d_ino=7026442, d_off=79, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-bt8xx.o"} {d_ino=7026445, d_off=92, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-bt8xx.o.cmd"} {d_ino=7026448, d_off=97, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst.o"} {d_ino=7026443, d_off=110, d_type=DT_UNKNOWN, d_reclen=32, d_name=".dst.o.cmd"} {d_ino=7026450, d_off=116, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.o"} {d_ino=7026446, d_off=119, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dst_ca.o.cmd"} {d_ino=7026447, d_off=122, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=7026461, d_off=126, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-bt8xx.mod.c"} {d_ino=7026462, d_off=129, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.mod.c"} {d_ino=7026463, d_off=132, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst.mod.c"} {d_ino=7026464, d_off=135, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.mod.c"} {d_ino=7026480, d_off=146, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.mod.o"} {d_ino=7026482, d_off=150, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt878.mod.o.cmd"} {d_ino=7026481, d_off=153, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt878.ko"} {d_ino=7026483, d_off=156, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt878.ko.cmd"} {d_ino=7026484, d_off=166, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst.mod.o"} {d_ino=7026486, d_off=170, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dst.mod.o.cmd"} {d_ino=7026485, d_off=173, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst.ko"} {d_ino=7026487, d_off=176, d_type=DT_UNKNOWN, d_reclen=32, d_name=".dst.ko.cmd"} {d_ino=7026488, d_off=187, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.mod.o"} {d_ino=7026490, d_off=191, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dst_ca.mod.o.cmd"} {d_ino=7026489, d_off=194, d_type=DT_UNKNOWN, d_reclen=32, d_name="dst_ca.ko"} {d_ino=7026491, d_off=198, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dst_ca.ko.cmd"} {d_ino=7026492, d_off=210, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-bt8xx.mod.o"} {d_ino=7026494, d_off=214, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-bt8xx.mod.o.cmd"} {d_ino=7026493, d_off=217, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-bt8xx.ko"} {d_ino=7026495, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-bt8xx.ko.cmd"}}, 4096) = 1496
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("bt8xx")                          = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=6862927, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:38:49, st_ctime=2009/01/08-19:38:49}) = 0
lstat64("bt878.c", {st_dev=makedev(3, 1), st_ino=6862930, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=16180, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
write(1, "../linux/drivers/media/common/sa"..., 1024) = 1024
lstat64("bt878.h", {st_dev=makedev(3, 1), st_ino=6862931, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4113, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dst.c", {st_dev=makedev(3, 1), st_ino=6862932, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=104, st_size=50083, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dst_ca.c", {st_dev=makedev(3, 1), st_ino=6862933, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=48, st_size=21588, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dst_ca.h", {st_dev=makedev(3, 1), st_ino=6862934, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1591, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dst_common.h", {st_dev=makedev(3, 1), st_ino=6862935, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4277, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dst_priv.h", {st_dev=makedev(3, 1), st_ino=6862936, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=598, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb-bt8xx.c", {st_dev=makedev(3, 1), st_ino=6862937, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=56, st_size=28087, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb-bt8xx.h", {st_dev=makedev(3, 1), st_ino=6862938, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1816, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb-bt8xx.mod.c", {st_dev=makedev(3, 1), st_ino=7026461, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2514, st_atime=2009/01/08-19:38:49, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("dst_ca.mod.c", {st_dev=makedev(3, 1), st_ino=7026462, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1316, st_atime=2009/01/08-19:38:48, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("dst.mod.c", {st_dev=makedev(3, 1), st_ino=7026463, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1107, st_atime=2009/01/08-19:38:48, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
lstat64("bt878.mod.c", {st_dev=makedev(3, 1), st_ino=7026464, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2437, st_atime=2009/01/08-19:38:48, st_mtime=2009/01/08-19:38:27, st_ctime=2009/01/08-19:38:27}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("dm1105", {st_dev=makedev(3, 1), st_ino=9948257, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
open("dm1105", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=9948257, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=9948257, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=9948258, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=9948259, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=9948260, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105.c"} {d_ino=10008175, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=10008176, d_off=22, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=10008218, d_off=31, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=10015400, d_off=37, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105.o"} {d_ino=10015402, d_off=40, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dm1105.o.cmd"} {d_ino=10015401, d_off=43, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105.mod.c"} {d_ino=10015403, d_off=54, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105.mod.o"} {d_ino=10015405, d_off=58, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dm1105.mod.o.cmd"} {d_ino=10015404, d_off=61, d_type=DT_UNKNOWN, d_reclen=32, d_name="dm1105.ko"} {d_ino=10015406, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dm1105.ko.cmd"}}, 4096) = 504
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("dm1105")                         = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=9948257, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
lstat64("dm1105.c", {st_dev=makedev(3, 1), st_ino=9948260, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=48, st_size=23167, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dm1105.mod.c", {st_dev=makedev(3, 1), st_ino=10015401, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2964, st_atime=2009/01/09-18:14:49, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("dvb-core", {st_dev=makedev(3, 1), st_ino=15629739, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:29, st_ctime=2009/01/12-20:03:29}) = 0
open("dvb-core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=15629739, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:29, st_ctime=2009/01/12-20:03:29}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=15629739, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=15629740, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=15629741, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="demux.h"} {d_ino=15629742, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="dmxdev.c"} {d_ino=15629743, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="dmxdev.h"} {d_ino=15629744, d_off=22, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ca_en50221.c"} {d_ino=15629745, d_off=26, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ca_en50221.h"} {d_ino=15629746, d_off=29, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_demux.c"} {d_ino=15629747, d_off=32, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_demux.h"} {d_ino=15629748, d_off=35, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_filter.c"} {d_ino=15629749, d_off=38, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_filter.h"} {d_ino=15629750, d_off=42, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_frontend.c"} {d_ino=15629751, d_off=46, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_frontend.h"} {d_ino=15629752, d_off=49, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_math.c"} {d_ino=15629753, d_off=52, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_math.h"} {d_ino=15629754, d_off=55, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_net.c"} {d_ino=15629755, d_off=58, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_net.h"} {d_ino=15629756, d_off=62, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ringbuffer.c"} {d_ino=15629757, d_off=66, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ringbuffer.h"} {d_ino=15629758, d_off=69, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvbdev.c"} {d_ino=15629759, d_off=72, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvbdev.h"} {d_ino=15736135, d_off=75, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=15736136, d_off=95, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=15851944, d_off=114, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvbdev.o.cmd"} {d_ino=15851945, d_off=136, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dmxdev.o.cmd"} {d_ino=15740138, d_off=159, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb_demux.o.cmd"} {d_ino=15740135, d_off=184, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb_filter.o.cmd"} {d_ino=15737849, d_off=208, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb_ca_en50221.o.cmd"} {d_ino=15737851, d_off=230, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb_frontend.o.cmd"} {d_ino=15737853, d_off=255, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb_net.o.cmd"} {d_ino=15737855, d_off=277, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb_ringbuffer.o.cmd"} {d_ino=15737857, d_off=284, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb_math.o.cmd"} {d_ino=15737858, d_off=288, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-core.o.cmd"} {d_ino=15737860, d_off=291, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=15740158, d_off=307, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-core.mod.c"} {d_ino=15737880, d_off=314, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-core.mod.o.cmd"} {d_ino=15740167, d_off=358, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-core.ko.cmd"} {d_ino=15737843, d_off=361, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvbdev.o"} {d_ino=15737840, d_off=364, d_type=DT_UNKNOWN, d_reclen=32, d_name="dmxdev.o"} {d_ino=15737841, d_off=367, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_demux.o"} {d_ino=15737842, d_off=370, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_filter.o"} {d_ino=15737844, d_off=374, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ca_en50221.o"} {d_ino=15737845, d_off=378, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_frontend.o"} {d_ino=15737846, d_off=381, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_net.o"} {d_ino=15737847, d_off=385, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_ringbuffer.o"} {d_ino=15737848, d_off=388, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb_math.o"} {d_ino=15737850, d_off=391, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-core.o"} {d_ino=15737875, d_off=395, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-core.mod.o"} {d_ino=15737876, d_off=512, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-core.ko"}}, 4096) = 1800
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("dvb-core")                       = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=15629739, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/12-20:03:29, st_ctime=2009/01/12-20:03:29}) = 0
lstat64("demux.h", {st_dev=makedev(3, 1), st_ino=15629741, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=8791, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dmxdev.c", {st_dev=makedev(3, 1), st_ino=15629742, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=56, st_size=28645, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dmxdev.h", {st_dev=makedev(3, 1), st_ino=15629743, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2409, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_ca_en50221.c", {st_dev=makedev(3, 1), st_ino=15629744, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=96, st_size=45096, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_ca_en50221.h", {st_dev=makedev(3, 1), st_ino=15629745, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3998, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_demux.c", {st_dev=makedev(3, 1), st_ino=15629746, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=29517, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_demux.h", {st_dev=makedev(3, 1), st_ino=15629747, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3501, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_filter.c", {st_dev=makedev(3, 1), st_ino=15629748, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=12922, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
write(1, "/media/dvb/bt8xx/bt878.c\0../linu"..., 1024) = 1024
lstat64("dvb_filter.h", {st_dev=makedev(3, 1), st_ino=15629749, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=6064, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_frontend.c", {st_dev=makedev(3, 1), st_ino=15629750, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=104, st_size=52402, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_frontend.h", {st_dev=makedev(3, 1), st_ino=15629751, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=7486, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_math.c", {st_dev=makedev(3, 1), st_ino=15629752, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=5423, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_math.h", {st_dev=makedev(3, 1), st_ino=15629753, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1974, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_net.c", {st_dev=makedev(3, 1), st_ino=15629754, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=88, st_size=42969, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_net.h", {st_dev=makedev(3, 1), st_ino=15629755, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1379, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_ringbuffer.c", {st_dev=makedev(3, 1), st_ino=15629756, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=7188, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb_ringbuffer.h", {st_dev=makedev(3, 1), st_ino=15629757, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=6340, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvbdev.c", {st_dev=makedev(3, 1), st_ino=15629758, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=10746, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvbdev.h", {st_dev=makedev(3, 1), st_ino=15629759, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4047, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:06}) = 0
lstat64("dvb-core.mod.c", {st_dev=makedev(3, 1), st_ino=15740158, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=444, st_atime=2009/01/12-19:08:54, st_mtime=2009/01/12-19:08:46, st_ctime=2009/01/12-19:08:46}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("dvb-usb", {st_dev=makedev(3, 1), st_ino=19537968, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
open("dvb-usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=19537968, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=19537968, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=19537969, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=19537970, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=19537971, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="a800.c"} {d_ino=19537972, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9005-fe.c"} {d_ino=19537973, d_off=22, d_type=DT_UNKNOWN, d_reclen=40, d_name="af9005-remote.c"} {d_ino=19537974, d_off=26, d_type=DT_UNKNOWN, d_reclen=40, d_name="af9005-script.h"} {d_ino=19537975, d_off=29, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9005.c"} {d_ino=19537976, d_off=32, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9005.h"} {d_ino=19537977, d_off=35, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9015.c"} {d_ino=19537978, d_off=38, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9015.h"} {d_ino=19537979, d_off=41, d_type=DT_UNKNOWN, d_reclen=32, d_name="anysee.c"} {d_ino=19537980, d_off=44, d_type=DT_UNKNOWN, d_reclen=32, d_name="anysee.h"} {d_ino=19537981, d_off=47, d_type=DT_UNKNOWN, d_reclen=32, d_name="au6610.c"} {d_ino=19537982, d_off=50, d_type=DT_UNKNOWN, d_reclen=32, d_name="au6610.h"} {d_ino=19537983, d_off=54, d_type=DT_UNKNOWN, d_reclen=40, d_name="cinergyT2-core.c"} {d_ino=19537984, d_off=58, d_type=DT_UNKNOWN, d_reclen=40, d_name="cinergyT2-fe.c"} {d_ino=19537985, d_off=61, d_type=DT_UNKNOWN, d_reclen=32, d_name="cinergyT2.h"} {d_ino=19537986, d_off=64, d_type=DT_UNKNOWN, d_reclen=32, d_name="cxusb.c"} {d_ino=19537987, d_off=67, d_type=DT_UNKNOWN, d_reclen=32, d_name="cxusb.h"} {d_ino=19537988, d_off=70, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib0700.h"} {d_ino=19537989, d_off=74, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib0700_core.c"} {d_ino=19537990, d_off=78, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib0700_devices.c"} {d_ino=19537991, d_off=81, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib07x0.h"} {d_ino=19537992, d_off=85, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibusb-common.c"} {d_ino=19537993, d_off=88, d_type=DT_UNKNOWN, d_reclen=32, d_name="dibusb-mb.c"} {d_ino=19537994, d_off=91, d_type=DT_UNKNOWN, d_reclen=32, d_name="dibusb-mc.c"} {d_ino=19537995, d_off=94, d_type=DT_UNKNOWN, d_reclen=32, d_name="dibusb.h"} {d_ino=19537996, d_off=97, d_type=DT_UNKNOWN, d_reclen=32, d_name="digitv.c"} {d_ino=19537997, d_off=100, d_type=DT_UNKNOWN, d_reclen=32, d_name="digitv.h"} {d_ino=19537998, d_off=103, d_type=DT_UNKNOWN, d_reclen=32, d_name="dtt200u-fe.c"} {d_ino=19537999, d_off=106, d_type=DT_UNKNOWN, d_reclen=32, d_name="dtt200u.c"} {d_ino=19538000, d_off=109, d_type=DT_UNKNOWN, d_reclen=32, d_name="dtt200u.h"} {d_ino=19538001, d_off=112, d_type=DT_UNKNOWN, d_reclen=32, d_name="dtv5100.c"} {d_ino=19538002, d_off=115, d_type=DT_UNKNOWN, d_reclen=32, d_name="dtv5100.h"} {d_ino=19538003, d_off=119, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-common.h"} {d_ino=19538004, d_off=122, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-dvb.c"} {d_ino=19538005, d_off=126, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-firmware.c"} {d_ino=19538006, d_off=129, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-i2c.c"} {d_ino=19538007, d_off=132, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-ids.h"} {d_ino=19538008, d_off=136, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-init.c"} {d_ino=19538009, d_off=140, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-remote.c"} {d_ino=19538010, d_off=143, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-urb.c"} {d_ino=19538011, d_off=146, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-usb.h"} {d_ino=19538012, d_off=149, d_type=DT_UNKNOWN, d_reclen=32, d_name="dw2102.c"} {d_ino=19538013, d_off=152, d_type=DT_UNKNOWN, d_reclen=32, d_name="dw2102.h"} {d_ino=19538014, d_off=155, d_type=DT_UNKNOWN, d_reclen=32, d_name="gl861.c"} {d_ino=19538015, d_off=158, d_type=DT_UNKNOWN, d_reclen=32, d_name="gl861.h"} {d_ino=19548672, d_off=161, d_type=DT_UNKNOWN, d_reclen=32, d_name="gp8psk-fe.c"} {d_ino=19548673, d_off=164, d_type=DT_UNKNOWN, d_reclen=32, d_name="gp8psk.c"} {d_ino=19548674, d_off=167, d_type=DT_UNKNOWN, d_reclen=32, d_name="gp8psk.h"} {d_ino=19548675, d_off=170, d_type=DT_UNKNOWN, d_reclen=32, d_name="m920x.c"} {d_ino=19548676, d_off=173, d_type=DT_UNKNOWN, d_reclen=32, d_name="m920x.h"} {d_ino=19548677, d_off=176, d_type=DT_UNKNOWN, d_reclen=40, d_name="nova-t-usb2.c"} {d_ino=19548678, d_off=179, d_type=DT_UNKNOWN, d_reclen=32, d_name="opera1.c"} {d_ino=19548679, d_off=182, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusb2.c"} {d_ino=19548680, d_off=185, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusb2.h"} {d_ino=19548681, d_off=188, d_type=DT_UNKNOWN, d_reclen=32, d_name="umt-010.c"} {d_ino=19548682, d_off=191, d_type=DT_UNKNOWN, d_reclen=32, d_name="usb-urb.c"} {d_ino=19548683, d_off=194, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp702x-fe.c"} {d_ino=19548684, d_off=197, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp702x.c"} {d_ino=19548685, d_off=200, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp702x.h"} {d_ino=19548686, d_off=203, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp7045-fe.c"} {d_ino=19548687, d_off=206, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp7045.c"} {d_ino=19548688, d_off=209, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp7045.h"} {d_ino=19896429, d_off=212, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=19896430, d_off=220, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=19919111, d_off=230, d_type=DT_UNKNOWN, d_reclen=40, d_name="cinergyT2-fe.o"} {d_ino=19912166, d_off=239, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-firmware.o"} {d_ino=19912163, d_off=244, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb-usb-firmware.o.cmd"} {d_ino=19919110, d_off=248, d_type=DT_UNKNOWN, d_reclen=40, d_name="cinergyT2-core.o"} {d_ino=19919115, d_off=256, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb-usb-cinergyT2.o.cmd"} {d_ino=19912168, d_off=264, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-init.o"} {d_ino=19912164, d_off=268, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb-init.o.cmd"} {d_ino=19919114, d_off=272, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cinergyT2-fe.o.cmd"} {d_ino=19919116, d_off=280, d_type=DT_UNKNOWN, d_reclen=48, d_name="dvb-usb-cinergyT2.mod.c"} {d_ino=19912170, d_off=287, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-urb.o"} {d_ino=19912165, d_off=291, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb-urb.o.cmd"} {d_ino=19919117, d_off=299, d_type=DT_UNKNOWN, d_reclen=48, d_name="dvb-usb-cinergyT2.mod.o"} {d_ino=19912167, d_off=306, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-i2c.o"} {d_ino=19912171, d_off=310, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb-i2c.o.cmd"} {d_ino=19919119, d_off=318, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb-usb-cinergyT2.mod.o.cmd"} {d_ino=19912169, d_off=325, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-dvb.o"} {d_ino=19912173, d_off=329, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb-dvb.o.cmd"} {d_ino=19919112, d_off=333, d_type=DT_UNKNOWN, d_reclen=48, d_name=".cinergyT2-core.o.cmd"} {d_ino=19912175, d_off=342, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-usb.o"} {d_ino=19912176, d_off=350, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-remote.o"} {d_ino=19912172, d_off=361, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb-usb-remote.o.cmd"} {d_ino=19912174, d_off=368, d_type=DT_UNKNOWN, d_reclen=32, d_name="usb-urb.o"} {d_ino=19912177, d_off=375, d_type=DT_UNKNOWN, d_reclen=40, d_name=".usb-urb.o.cmd"} {d_ino=19912178, d_off=379, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb.o.cmd"} {d_ino=19912179, d_off=382, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=19915211, d_off=385, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb.mod.c"} {d_ino=19915217, d_off=388, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb.mod.o"} {d_ino=19919118, d_off=396, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-cinergyT2.ko"} {d_ino=19915219, d_off=403, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb.mod.o.cmd"} {d_ino=19915220, d_off=407, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-usb.ko.cmd"} {d_ino=19919113, d_off=411, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-usb-cinergyT2.o"} {d_ino=19919120, d_off=416, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dvb-usb-cinergyT2.ko.cmd"} {d_ino=19915218, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-usb.ko"}}, 4096) = 3656
_llseek(4, 416, [416], SEEK_SET)        = 0
getdents64(4, {{d_ino=19915218, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-usb.ko"}}, 4096) = 32
close(4)                                = 0
write(1, ".c\0../linux/drivers/media/dvb/dv"..., 587) = 587
write(2, "/usr/src/findutils-4.1.20/find/f"..., 37) = 37
write(2, "../linux/drivers/media/dvb/dvb-u"..., 34) = 34
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
lstat64("frontends", {st_dev=makedev(3, 1), st_ino=22601094, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=12288, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:50, st_ctime=2009/01/09-18:14:50}) = 0
open("frontends", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=22601094, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=12288, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:50, st_ctime=2009/01/09-18:14:50}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=22601094, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=22601095, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=22601096, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=22601097, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9013.c"} {d_ino=22601098, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="af9013.h"} {d_ino=22601099, d_off=21, d_type=DT_UNKNOWN, d_reclen=40, d_name="af9013_priv.h"} {d_ino=22601100, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="au8522.c"} {d_ino=22601101, d_off=27, d_type=DT_UNKNOWN, d_reclen=32, d_name="au8522.h"} {d_ino=22601102, d_off=30, d_type=DT_UNKNOWN, d_reclen=32, d_name="bcm3510.c"} {d_ino=22601103, d_off=33, d_type=DT_UNKNOWN, d_reclen=32, d_name="bcm3510.h"} {d_ino=22601104, d_off=37, d_type=DT_UNKNOWN, d_reclen=40, d_name="bcm3510_priv.h"} {d_ino=22601105, d_off=40, d_type=DT_UNKNOWN, d_reclen=32, d_name="bsbe1.h"} {d_ino=22601106, d_off=43, d_type=DT_UNKNOWN, d_reclen=32, d_name="bsru6.h"} {d_ino=22601107, d_off=46, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22700.c"} {d_ino=22601108, d_off=49, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22700.h"} {d_ino=22601109, d_off=52, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22702.c"} {d_ino=22601110, d_off=55, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22702.h"} {d_ino=22601111, d_off=58, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24110.c"} {d_ino=22601112, d_off=61, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24110.h"} {d_ino=22601113, d_off=64, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24113.h"} {d_ino=22601114, d_off=67, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24116.c"} {d_ino=22601115, d_off=70, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24116.h"} {d_ino=22601116, d_off=73, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24123.c"} {d_ino=22601117, d_off=76, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24123.h"} {d_ino=22601118, d_off=79, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib0070.c"} {d_ino=22601119, d_off=82, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib0070.h"} {d_ino=22601120, d_off=85, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000.h"} {d_ino=22601121, d_off=88, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mb.c"} {d_ino=22601122, d_off=92, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib3000mb_priv.h"} {d_ino=22601123, d_off=95, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mc.c"} {d_ino=22601124, d_off=98, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mc.h"} {d_ino=22601125, d_off=101, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000m.c"} {d_ino=22601126, d_off=104, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000m.h"} {d_ino=22601127, d_off=107, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000p.c"} {d_ino=22601128, d_off=110, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000p.h"} {d_ino=22601129, d_off=114, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.c"} {d_ino=22601130, d_off=118, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.h"} {d_ino=22601131, d_off=121, d_type=DT_UNKNOWN, d_reclen=32, d_name="drx397xD.c"} {d_ino=22601132, d_off=124, d_type=DT_UNKNOWN, d_reclen=32, d_name="drx397xD.h"} {d_ino=22601133, d_off=127, d_type=DT_UNKNOWN, d_reclen=40, d_name="drx397xD_fw.h"} {d_ino=22601134, d_off=130, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-pll.c"} {d_ino=22601135, d_off=133, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-pll.h"} {d_ino=22601136, d_off=137, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_dummy_fe.c"} {d_ino=22601137, d_off=141, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb_dummy_fe.h"} {d_ino=22601138, d_off=144, d_type=DT_UNKNOWN, d_reclen=32, d_name="eds1547.h"} {d_ino=22601139, d_off=147, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6405.c"} {d_ino=22601140, d_off=150, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6405.h"} {d_ino=22601141, d_off=153, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6421.c"} {d_ino=22601142, d_off=156, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6421.h"} {d_ino=22601143, d_off=159, d_type=DT_UNKNOWN, d_reclen=32, d_name="itd1000.c"} {d_ino=22601144, d_off=162, d_type=DT_UNKNOWN, d_reclen=32, d_name="itd1000.h"} {d_ino=22601145, d_off=166, d_type=DT_UNKNOWN, d_reclen=40, d_name="itd1000_priv.h"} {d_ino=22601146, d_off=169, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.c"} {d_ino=22601147, d_off=172, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.h"} {d_ino=22601148, d_off=175, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgdt330x.c"} {d_ino=22601149, d_off=178, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgdt330x.h"} {d_ino=22601150, d_off=182, d_type=DT_UNKNOWN, d_reclen=40, d_name="lgdt330x_priv.h"} {d_ino=22601151, d_off=185, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgs8gl5.c"} {d_ino=22627648, d_off=188, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgs8gl5.h"} {d_ino=22627649, d_off=191, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.c"} {d_ino=22627650, d_off=194, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.h"} {d_ino=22627651, d_off=197, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.c"} {d_ino=22627652, d_off=200, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.h"} {d_ino=22627653, d_off=203, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312_priv.h"} {d_ino=22627654, d_off=206, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.c"} {d_ino=22627655, d_off=209, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.h"} {d_ino=22627656, d_off=212, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352_priv.h"} {d_ino=22627657, d_off=215, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt200x.c"} {d_ino=22627658, d_off=218, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt200x.h"} {d_ino=22627659, d_off=221, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt6000.c"} {d_ino=22627660, d_off=224, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt6000.h"} {d_ino=22627661, d_off=228, d_type=DT_UNKNOWN, d_reclen=40, d_name="nxt6000_priv.h"} {d_ino=22627662, d_off=231, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51132.c"} {d_ino=22627663, d_off=234, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51132.h"} {d_ino=22627664, d_off=237, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51211.c"} {d_ino=22627665, d_off=240, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51211.h"} {d_ino=22627666, d_off=243, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1409.c"} {d_ino=22627667, d_off=246, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1409.h"} {d_ino=22627668, d_off=249, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1411.c"} {d_ino=22627669, d_off=252, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1411.h"} {d_ino=22627670, d_off=255, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1420.c"} {d_ino=22627671, d_off=258, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1420.h"} {d_ino=22627672, d_off=262, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1420_priv.h"} {d_ino=22627673, d_off=265, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.c"} {d_ino=22627674, d_off=268, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.h"} {d_ino=22627675, d_off=271, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.c"} {d_ino=22627676, d_off=274, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.h"} {d_ino=22627677, d_off=277, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.c"} {d_ino=22627678, d_off=280, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.h"} {d_ino=22627679, d_off=283, d_type=DT_UNKNOWN, d_reclen=32, d_name="stb6000.c"} {d_ino=22627680, d_off=286, d_type=DT_UNKNOWN, d_reclen=32, d_name="stb6000.h"} {d_ino=22627681, d_off=289, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0288.c"} {d_ino=22627682, d_off=292, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0288.h"} {d_ino=22627683, d_off=295, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0297.c"} {d_ino=22627684, d_off=298, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0297.h"} {d_ino=22627685, d_off=301, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0299.c"} {d_ino=22627686, d_off=304, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0299.h"} {d_ino=22627687, d_off=307, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10021.c"} {d_ino=22627688, d_off=310, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10023.c"} {d_ino=22627689, d_off=313, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda1002x.h"} {d_ino=22627690, d_off=316, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10048.c"} {d_ino=22627691, d_off=319, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10048.h"} {d_ino=22627692, d_off=322, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda1004x.c"} {d_ino=22627693, d_off=325, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda1004x.h"} {d_ino=22627694, d_off=328, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10086.c"} {d_ino=22627695, d_off=331, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10086.h"} {d_ino=22627696, d_off=334, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8083.c"} {d_ino=22627697, d_off=337, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8083.h"} {d_ino=22627698, d_off=340, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda826x.c"} {d_ino=22627699, d_off=343, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda826x.h"} {d_ino=22627700, d_off=346, d_type=DT_UNKNOWN, d_reclen=32, d_name="tdhd1.h"} {d_ino=22627701, d_off=349, d_type=DT_UNKNOWN, d_reclen=32, d_name="tua6100.c"} {d_ino=22627702, d_off=352, d_type=DT_UNKNOWN, d_reclen=32, d_name="tua6100.h"} {d_ino=22627703, d_off=355, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1820.c"} {d_ino=22627704, d_off=358, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1820.h"} {d_ino=22627705, d_off=361, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1x93.c"} {d_ino=22627706, d_off=364, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1x93.h"} {d_ino=22627707, d_off=367, d_type=DT_UNKNOWN, d_reclen=32, d_name="z0194a.h"} {d_ino=22627708, d_off=370, d_type=DT_UNKNOWN, d_reclen=32, d_name="zl10353.c"} {d_ino=22627709, d_off=373, d_type=DT_UNKNOWN, d_reclen=32, d_name="zl10353.h"} {d_ino=22627710, d_off=377, d_type=DT_UNKNOWN, d_reclen=40, d_name="zl10353_priv.h"} {d_ino=22718311, d_off=380, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=22718312, d_off=384, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=22729278, d_off=387, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8083.o"}}, 4096) = 4096
getdents64(4, {{d_ino=22729281, d_off=391, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dibx000_common.o.cmd"} {d_ino=22729290, d_off=395, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.o"} {d_ino=22729268, d_off=398, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-pll.o"} {d_ino=22729289, d_off=402, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1x93.o.cmd"} {d_ino=22729265, d_off=406, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-pll.o.cmd"} {d_ino=22729273, d_off=410, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8083.o.cmd"} {d_ino=22729293, d_off=414, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp887x.o.cmd"} {d_ino=22729296, d_off=417, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda1004x.o"} {d_ino=22729270, d_off=420, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0299.o"} {d_ino=22729292, d_off=424, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1820.o"} {d_ino=22729266, d_off=428, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0299.o.cmd"} {d_ino=22729277, d_off=432, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mb.o.cmd"} {d_ino=22729283, d_off=438, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib7000p.o.cmd"} {d_ino=22729272, d_off=441, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.o"} {d_ino=22729298, d_off=444, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.o"} {d_ino=22729267, d_off=447, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp8870.o.cmd"} {d_ino=22729280, d_off=450, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.o"} {d_ino=22729284, d_off=453, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mc.o"} {d_ino=22729288, d_off=458, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000p.o"} {d_ino=22729274, d_off=461, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22700.o"} {d_ino=22729291, d_off=465, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda1004x.o.cmd"} {d_ino=22729269, d_off=469, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22700.o.cmd"} {d_ino=22729294, d_off=473, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1x93.o"} {d_ino=22729286, d_off=477, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.o"} {d_ino=22729297, d_off=480, d_type=DT_UNKNOWN, d_reclen=32, d_name=".mt352.o.cmd"} {d_ino=22729276, d_off=483, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24110.o"} {d_ino=22731155, d_off=487, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda826x.o.cmd"} {d_ino=22729271, d_off=491, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24110.o.cmd"} {d_ino=22729279, d_off=495, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mc.o.cmd"} {d_ino=22729287, d_off=500, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1820.o.cmd"} {d_ino=22729275, d_off=503, d_type=DT_UNKNOWN, d_reclen=40, d_name=".l64781.o.cmd"} {d_ino=22729282, d_off=506, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mb.o"} {d_ino=22729285, d_off=509, d_type=DT_UNKNOWN, d_reclen=32, d_name=".mt312.o.cmd"} {d_ino=22729300, d_off=514, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt6000.o"} {d_ino=22729295, d_off=518, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt6000.o.cmd"} {d_ino=22740517, d_off=522, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mb.ko"} {d_ino=22729302, d_off=525, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.o"} {d_ino=22740492, d_off=528, d_type=DT_UNKNOWN, d_reclen=40, d_name="bcm3510.mod.o"} {d_ino=22740519, d_off=532, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mb.ko.cmd"} {d_ino=22729304, d_off=535, d_type=DT_UNKNOWN, d_reclen=32, d_name="zl10353.o"} {d_ino=22729299, d_off=539, d_type=DT_UNKNOWN, d_reclen=40, d_name=".zl10353.o.cmd"} {d_ino=22740493, d_off=542, d_type=DT_UNKNOWN, d_reclen=32, d_name="bcm3510.ko"} {d_ino=22740518, d_off=546, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mb.mod.o.cmd"} {d_ino=22729306, d_off=549, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22702.o"} {d_ino=22729301, d_off=553, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22702.o.cmd"} {d_ino=22740495, d_off=557, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bcm3510.ko.cmd"} {d_ino=22740537, d_off=560, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6421.ko"} {d_ino=22729308, d_off=563, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10021.o"} {d_ino=22729303, d_off=567, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10021.o.cmd"} {d_ino=22740494, d_off=571, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bcm3510.mod.o.cmd"} {d_ino=22740540, d_off=574, d_type=DT_UNKNOWN, d_reclen=40, d_name="itd1000.mod.o"} {d_ino=22729310, d_off=577, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10023.o"} {d_ino=22729305, d_off=581, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10023.o.cmd"} {d_ino=22740496, d_off=584, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx22700.mod.o"} {d_ino=22740520, d_off=588, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib3000mc.mod.o"} {d_ino=22731136, d_off=591, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0297.o"} {d_ino=22729307, d_off=595, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0297.o.cmd"} {d_ino=22740497, d_off=598, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22700.ko"} {d_ino=22740521, d_off=602, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib3000mc.ko"} {d_ino=22731138, d_off=605, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt200x.o"} {d_ino=22729309, d_off=609, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt200x.o.cmd"} {d_ino=22740499, d_off=613, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22700.ko.cmd"} {d_ino=22740541, d_off=616, d_type=DT_UNKNOWN, d_reclen=32, d_name="itd1000.ko"} {d_ino=22731140, d_off=619, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51211.o"} {d_ino=22729311, d_off=623, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51211.o.cmd"} {d_ino=22740498, d_off=627, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22700.mod.o.cmd"} {d_ino=22741824, d_off=630, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.mod.o"} {d_ino=22731142, d_off=633, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51132.o"} {d_ino=22731137, d_off=637, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51132.o.cmd"} {d_ino=22740500, d_off=640, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx22702.mod.o"} {d_ino=22740523, d_off=644, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mc.ko.cmd"} {d_ino=22731144, d_off=647, d_type=DT_UNKNOWN, d_reclen=32, d_name="bcm3510.o"} {d_ino=22731139, d_off=651, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bcm3510.o.cmd"} {d_ino=22740501, d_off=654, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx22702.ko"} {d_ino=22740522, d_off=658, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib3000mc.mod.o.cmd"} {d_ino=22731146, d_off=661, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1420.o"} {d_ino=22731141, d_off=665, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1420.o.cmd"} {d_ino=22740503, d_off=669, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22702.ko.cmd"} {d_ino=22741825, d_off=672, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.ko"} {d_ino=22731148, d_off=675, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgdt330x.o"} {d_ino=22731143, d_off=679, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lgdt330x.o.cmd"} {d_ino=22740502, d_off=683, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx22702.mod.o.cmd"} {d_ino=22741829, d_off=686, d_type=DT_UNKNOWN, d_reclen=32, d_name="lgdt330x.ko"} {d_ino=22731150, d_off=689, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24123.o"} {d_ino=22731145, d_off=693, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24123.o.cmd"} {d_ino=22740504, d_off=696, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24110.mod.o"} {d_ino=22740524, d_off=700, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib7000p.mod.o"} {d_ino=22731152, d_off=703, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.o"} {d_ino=22731147, d_off=706, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lnbp21.o.cmd"} {d_ino=22740505, d_off=709, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24110.ko"} {d_ino=22740525, d_off=713, d_type=DT_UNKNOWN, d_reclen=32, d_name="dib7000p.ko"} {d_ino=22731154, d_off=716, d_type=DT_UNKNOWN, d_reclen=32, d_name="isl6421.o"} {d_ino=22731149, d_off=720, d_type=DT_UNKNOWN, d_reclen=40, d_name=".isl6421.o.cmd"} {d_ino=22740507, d_off=724, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24110.ko.cmd"} {d_ino=22741832, d_off=727, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.mod.o"} {d_ino=22731156, d_off=730, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10086.o"} {d_ino=22731151, d_off=734, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10086.o.cmd"} {d_ino=22740482, d_off=737, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24116.mod.c"} {d_ino=22740512, d_off=742, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24123.mod.o"} {d_ino=22731158, d_off=745, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda826x.o"} {d_ino=22737049, d_off=748, d_type=DT_UNKNOWN, d_reclen=32, d_name="l64781.mod.c"} {d_ino=22740483, d_off=751, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24110.mod.c"} {d_ino=22740514, d_off=756, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24123.mod.o.cmd"} {d_ino=22731160, d_off=759, d_type=DT_UNKNOWN, d_reclen=32, d_name="tua6100.o"} {d_ino=22740527, d_off=763, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib7000p.ko.cmd"} {d_ino=22731153, d_off=767, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tua6100.o.cmd"} {d_ino=22737050, d_off=770, d_type=DT_UNKNOWN, d_reclen=40, d_name="itd1000.mod.c"} {d_ino=22740484, d_off=773, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx22702.mod.c"} {d_ino=22740513, d_off=778, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24123.ko"} {d_ino=22731162, d_off=781, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1409.o"} {d_ino=22740526, d_off=785, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dib7000p.mod.o.cmd"} {d_ino=22731157, d_off=789, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1409.o.cmd"}}, 4096) = 4080
getdents64(4, {{d_ino=22737051, d_off=792, d_type=DT_UNKNOWN, d_reclen=40, d_name="isl6421.mod.c"} {d_ino=22740485, d_off=795, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx22700.mod.c"} {d_ino=22740515, d_off=800, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24123.ko.cmd"} {d_ino=22731164, d_off=803, d_type=DT_UNKNOWN, d_reclen=32, d_name="itd1000.o"} {d_ino=22740528, d_off=807, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.mod.o"} {d_ino=22731159, d_off=811, d_type=DT_UNKNOWN, d_reclen=40, d_name=".itd1000.o.cmd"} {d_ino=22737052, d_off=814, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-pll.mod.c"} {d_ino=22740486, d_off=817, d_type=DT_UNKNOWN, d_reclen=40, d_name="bcm3510.mod.c"} {d_ino=22740516, d_off=822, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib3000mb.mod.o"} {d_ino=22731166, d_off=825, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10048.o"} {d_ino=22740529, d_off=829, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.ko"} {d_ino=22731161, d_off=833, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10048.o.cmd"} {d_ino=22737053, d_off=837, d_type=DT_UNKNOWN, d_reclen=40, d_name="dibx000_common.mod.c"} {d_ino=22740506, d_off=841, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24110.mod.o.cmd"} {d_ino=22741833, d_off=844, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.ko"} {d_ino=22731168, d_off=847, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1411.o"} {d_ino=22740532, d_off=851, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-pll.mod.o"} {d_ino=22731163, d_off=855, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1411.o.cmd"} {d_ino=22737054, d_off=859, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib7000p.mod.c"} {d_ino=22740508, d_off=862, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24116.mod.o"} {d_ino=22740533, d_off=866, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-pll.ko"} {d_ino=22731170, d_off=869, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24116.o"} {d_ino=22740535, d_off=873, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-pll.ko.cmd"} {d_ino=22731165, d_off=877, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24116.o.cmd"} {d_ino=22737055, d_off=881, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib3000mc.mod.c"} {d_ino=22740510, d_off=885, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24116.mod.o.cmd"} {d_ino=22741836, d_off=888, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.mod.o"} {d_ino=22731172, d_off=891, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0288.o"} {d_ino=22740534, d_off=895, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-pll.mod.o.cmd"} {d_ino=22731167, d_off=899, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0288.o.cmd"} {d_ino=22740480, d_off=903, d_type=DT_UNKNOWN, d_reclen=40, d_name="dib3000mb.mod.c"} {d_ino=22740509, d_off=906, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx24116.ko"} {d_ino=22740536, d_off=910, d_type=DT_UNKNOWN, d_reclen=40, d_name="isl6421.mod.o"} {d_ino=22731174, d_off=913, d_type=DT_UNKNOWN, d_reclen=32, d_name="stb6000.o"} {d_ino=22740538, d_off=917, d_type=DT_UNKNOWN, d_reclen=40, d_name=".isl6421.mod.o.cmd"} {d_ino=22731169, d_off=921, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stb6000.o.cmd"} {d_ino=22731171, d_off=924, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=22737021, d_off=927, d_type=DT_UNKNOWN, d_reclen=40, d_name="zl10353.mod.c"} {d_ino=22737022, d_off=930, d_type=DT_UNKNOWN, d_reclen=40, d_name="ves1x93.mod.c"} {d_ino=22737023, d_off=933, d_type=DT_UNKNOWN, d_reclen=40, d_name="ves1820.mod.c"} {d_ino=22737024, d_off=936, d_type=DT_UNKNOWN, d_reclen=40, d_name="tua6100.mod.c"} {d_ino=22737025, d_off=939, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda826x.mod.c"} {d_ino=22737026, d_off=942, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda8083.mod.c"} {d_ino=22737027, d_off=946, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10086.mod.c"} {d_ino=22737028, d_off=950, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda1004x.mod.c"} {d_ino=22737029, d_off=954, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10048.mod.c"} {d_ino=22737030, d_off=958, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10023.mod.c"} {d_ino=22737031, d_off=962, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10021.mod.c"} {d_ino=22737032, d_off=965, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0299.mod.c"} {d_ino=22737033, d_off=968, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0297.mod.c"} {d_ino=22737034, d_off=971, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0288.mod.c"} {d_ino=22737035, d_off=974, d_type=DT_UNKNOWN, d_reclen=40, d_name="stb6000.mod.c"} {d_ino=22737036, d_off=977, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.mod.c"} {d_ino=22737037, d_off=980, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.mod.c"} {d_ino=22737038, d_off=983, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1420.mod.c"} {d_ino=22737039, d_off=986, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1411.mod.c"} {d_ino=22737040, d_off=989, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1409.mod.c"} {d_ino=22737041, d_off=992, d_type=DT_UNKNOWN, d_reclen=40, d_name="or51211.mod.c"} {d_ino=22737042, d_off=995, d_type=DT_UNKNOWN, d_reclen=40, d_name="or51132.mod.c"} {d_ino=22737043, d_off=998, d_type=DT_UNKNOWN, d_reclen=40, d_name="nxt6000.mod.c"} {d_ino=22737044, d_off=1001, d_type=DT_UNKNOWN, d_reclen=40, d_name="nxt200x.mod.c"} {d_ino=22737045, d_off=1004, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.mod.c"} {d_ino=22737046, d_off=1007, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.mod.c"} {d_ino=22737047, d_off=1010, d_type=DT_UNKNOWN, d_reclen=32, d_name="lnbp21.mod.c"} {d_ino=22737048, d_off=1014, d_type=DT_UNKNOWN, d_reclen=40, d_name="lgdt330x.mod.c"} {d_ino=22740481, d_off=1017, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx24123.mod.c"} {d_ino=22740511, d_off=1021, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx24116.ko.cmd"} {d_ino=22741837, d_off=1026, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt312.ko"} {d_ino=22741911, d_off=1030, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda1004x.ko.cmd"} {d_ino=22741936, d_off=1036, d_type=DT_UNKNOWN, d_reclen=40, d_name="zl10353.mod.o"} {d_ino=22740530, d_off=1041, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dibx000_common.mod.o.cmd"} {d_ino=22740531, d_off=1046, d_type=DT_UNKNOWN, d_reclen=48, d_name=".dibx000_common.ko.cmd"} {d_ino=22740539, d_off=1050, d_type=DT_UNKNOWN, d_reclen=40, d_name=".isl6421.ko.cmd"} {d_ino=22741912, d_off=1058, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10086.mod.o"} {d_ino=22740542, d_off=1062, d_type=DT_UNKNOWN, d_reclen=40, d_name=".itd1000.mod.o.cmd"} {d_ino=22740543, d_off=1066, d_type=DT_UNKNOWN, d_reclen=40, d_name=".itd1000.ko.cmd"} {d_ino=22741913, d_off=1069, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10086.ko"} {d_ino=22741937, d_off=1074, d_type=DT_UNKNOWN, d_reclen=32, d_name="zl10353.ko"} {d_ino=22741826, d_off=1078, d_type=DT_UNKNOWN, d_reclen=40, d_name=".l64781.mod.o.cmd"} {d_ino=22741827, d_off=1082, d_type=DT_UNKNOWN, d_reclen=40, d_name=".l64781.ko.cmd"} {d_ino=22741828, d_off=1086, d_type=DT_UNKNOWN, d_reclen=40, d_name="lgdt330x.mod.o"} {d_ino=22741915, d_off=1094, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10086.ko.cmd"} {d_ino=22741830, d_off=1098, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lgdt330x.mod.o.cmd"} {d_ino=22741831, d_off=1102, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lgdt330x.ko.cmd"} {d_ino=22741914, d_off=1110, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10086.mod.o.cmd"} {d_ino=22741834, d_off=1114, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lnbp21.mod.o.cmd"} {d_ino=22741835, d_off=1118, d_type=DT_UNKNOWN, d_reclen=40, d_name=".lnbp21.ko.cmd"} {d_ino=22741916, d_off=1121, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda8083.mod.o"} {d_ino=22741939, d_off=1126, d_type=DT_UNKNOWN, d_reclen=40, d_name=".zl10353.ko.cmd"} {d_ino=22741838, d_off=1130, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt312.mod.o.cmd"} {d_ino=22741839, d_off=1133, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt312.ko.cmd"} {d_ino=22741840, d_off=1136, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.mod.o"} {d_ino=22741917, d_off=1139, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda8083.ko"} {d_ino=22741938, d_off=1144, d_type=DT_UNKNOWN, d_reclen=40, d_name=".zl10353.mod.o.cmd"} {d_ino=22741842, d_off=1148, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt352.mod.o.cmd"} {d_ino=22741841, d_off=1151, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt352.ko"} {d_ino=22741843, d_off=1154, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mt352.ko.cmd"} {d_ino=22741844, d_off=1157, d_type=DT_UNKNOWN, d_reclen=40, d_name="nxt200x.mod.o"} {d_ino=22741919, d_off=1165, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8083.ko.cmd"} {d_ino=22741846, d_off=1169, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt200x.mod.o.cmd"} {d_ino=22741845, d_off=1172, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt200x.ko"} {d_ino=22741847, d_off=1176, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt200x.ko.cmd"} {d_ino=22741848, d_off=1179, d_type=DT_UNKNOWN, d_reclen=40, d_name="nxt6000.mod.o"} {d_ino=22741918, d_off=1187, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda8083.mod.o.cmd"} {d_ino=22741850, d_off=1191, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt6000.mod.o.cmd"} {d_ino=22741849, d_off=1194, d_type=DT_UNKNOWN, d_reclen=32, d_name="nxt6000.ko"}}, 4096) = 4072
getdents64(4, {{d_ino=22741851, d_off=1198, d_type=DT_UNKNOWN, d_reclen=40, d_name=".nxt6000.ko.cmd"} {d_ino=22741852, d_off=1201, d_type=DT_UNKNOWN, d_reclen=40, d_name="or51132.mod.o"} {d_ino=22741920, d_off=1204, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda826x.mod.o"} {d_ino=22749297, d_off=1209, d_type=DT_UNKNOWN, d_reclen=40, d_name=".si21xx.o.cmd"} {d_ino=22741854, d_off=1213, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51132.mod.o.cmd"} {d_ino=22741853, d_off=1216, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51132.ko"} {d_ino=22741855, d_off=1220, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51132.ko.cmd"} {d_ino=22741856, d_off=1223, d_type=DT_UNKNOWN, d_reclen=40, d_name="or51211.mod.o"} {d_ino=22741921, d_off=1226, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda826x.ko"} {d_ino=22749298, d_off=1231, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.mod.c"} {d_ino=22741858, d_off=1235, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51211.mod.o.cmd"} {d_ino=22741857, d_off=1238, d_type=DT_UNKNOWN, d_reclen=32, d_name="or51211.ko"} {d_ino=22741859, d_off=1242, d_type=DT_UNKNOWN, d_reclen=40, d_name=".or51211.ko.cmd"} {d_ino=22741860, d_off=1245, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1409.mod.o"} {d_ino=22741923, d_off=1253, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda826x.ko.cmd"} {d_ino=22741862, d_off=1257, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1409.mod.o.cmd"} {d_ino=22741861, d_off=1260, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1409.ko"} {d_ino=22741863, d_off=1264, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1409.ko.cmd"} {d_ino=22741864, d_off=1267, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1411.mod.o"} {d_ino=22741922, d_off=1275, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda826x.mod.o.cmd"} {d_ino=22741866, d_off=1279, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1411.mod.o.cmd"} {d_ino=22741865, d_off=1282, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1411.ko"} {d_ino=22741867, d_off=1286, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1411.ko.cmd"} {d_ino=22741868, d_off=1289, d_type=DT_UNKNOWN, d_reclen=40, d_name="s5h1420.mod.o"} {d_ino=22741924, d_off=1292, d_type=DT_UNKNOWN, d_reclen=40, d_name="tua6100.mod.o"} {d_ino=22749299, d_off=1297, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.mod.o"} {d_ino=22741870, d_off=1301, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1420.mod.o.cmd"} {d_ino=22741869, d_off=1304, d_type=DT_UNKNOWN, d_reclen=32, d_name="s5h1420.ko"} {d_ino=22741871, d_off=1308, d_type=DT_UNKNOWN, d_reclen=40, d_name=".s5h1420.ko.cmd"} {d_ino=22741872, d_off=1311, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.mod.o"} {d_ino=22741925, d_off=1314, d_type=DT_UNKNOWN, d_reclen=32, d_name="tua6100.ko"} {d_ino=22749300, d_off=1319, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.o"} {d_ino=22741874, d_off=1323, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp8870.mod.o.cmd"} {d_ino=22741873, d_off=1326, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp8870.ko"} {d_ino=22741875, d_off=1330, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp8870.ko.cmd"} {d_ino=22741876, d_off=1333, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.mod.o"} {d_ino=22741927, d_off=1341, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tua6100.ko.cmd"} {d_ino=22741878, d_off=1345, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp887x.mod.o.cmd"} {d_ino=22741877, d_off=1348, d_type=DT_UNKNOWN, d_reclen=32, d_name="sp887x.ko"} {d_ino=22741879, d_off=1352, d_type=DT_UNKNOWN, d_reclen=40, d_name=".sp887x.ko.cmd"} {d_ino=22741880, d_off=1355, d_type=DT_UNKNOWN, d_reclen=40, d_name="stb6000.mod.o"} {d_ino=22741926, d_off=1363, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tua6100.mod.o.cmd"} {d_ino=22741882, d_off=1367, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stb6000.mod.o.cmd"} {d_ino=22741881, d_off=1370, d_type=DT_UNKNOWN, d_reclen=32, d_name="stb6000.ko"} {d_ino=22741883, d_off=1374, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stb6000.ko.cmd"} {d_ino=22741884, d_off=1377, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0288.mod.o"} {d_ino=22741928, d_off=1380, d_type=DT_UNKNOWN, d_reclen=40, d_name="ves1820.mod.o"} {d_ino=22749302, d_off=1385, d_type=DT_UNKNOWN, d_reclen=40, d_name=".si21xx.mod.o.cmd"} {d_ino=22741886, d_off=1389, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0288.mod.o.cmd"} {d_ino=22741885, d_off=1392, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0288.ko"} {d_ino=22741887, d_off=1396, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0288.ko.cmd"} {d_ino=22741888, d_off=1399, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0297.mod.o"} {d_ino=22741929, d_off=1402, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1820.ko"} {d_ino=22749301, d_off=1407, d_type=DT_UNKNOWN, d_reclen=32, d_name="si21xx.ko"} {d_ino=22741890, d_off=1411, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0297.mod.o.cmd"} {d_ino=22741889, d_off=1414, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0297.ko"} {d_ino=22741891, d_off=1418, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0297.ko.cmd"} {d_ino=22741892, d_off=1421, d_type=DT_UNKNOWN, d_reclen=40, d_name="stv0299.mod.o"} {d_ino=22741931, d_off=1429, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1820.ko.cmd"} {d_ino=22741894, d_off=1433, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0299.mod.o.cmd"} {d_ino=22741893, d_off=1436, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv0299.ko"} {d_ino=22741895, d_off=1440, d_type=DT_UNKNOWN, d_reclen=40, d_name=".stv0299.ko.cmd"} {d_ino=22741896, d_off=1444, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10021.mod.o"} {d_ino=22741930, d_off=1452, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1820.mod.o.cmd"} {d_ino=22741898, d_off=1456, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10021.mod.o.cmd"} {d_ino=22741897, d_off=1459, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10021.ko"} {d_ino=22741899, d_off=1463, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10021.ko.cmd"} {d_ino=22741900, d_off=1467, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10023.mod.o"} {d_ino=22741932, d_off=1470, d_type=DT_UNKNOWN, d_reclen=40, d_name="ves1x93.mod.o"} {d_ino=22749303, d_off=1475, d_type=DT_UNKNOWN, d_reclen=40, d_name=".si21xx.ko.cmd"} {d_ino=22741902, d_off=1479, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10023.mod.o.cmd"} {d_ino=22741901, d_off=1482, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10023.ko"} {d_ino=22741903, d_off=1486, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10023.ko.cmd"} {d_ino=22741904, d_off=1490, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda10048.mod.o"} {d_ino=22741934, d_off=1498, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1x93.mod.o.cmd"} {d_ino=22741906, d_off=1502, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10048.mod.o.cmd"} {d_ino=22741905, d_off=1505, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda10048.ko"} {d_ino=22741907, d_off=1509, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda10048.ko.cmd"} {d_ino=22741908, d_off=1513, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda1004x.mod.o"} {d_ino=22741933, d_off=1521, d_type=DT_UNKNOWN, d_reclen=32, d_name="ves1x93.ko"} {d_ino=22741910, d_off=1525, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda1004x.mod.o.cmd"} {d_ino=22741909, d_off=1528, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda1004x.ko"} {d_ino=22741935, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1x93.ko.cmd"}}, 4096) = 3120
_llseek(4, 1528, [1528], SEEK_SET)      = 0
getdents64(4, {{d_ino=22741935, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ves1x93.ko.cmd"}}, 4096) = 40
close(4)                                = 0
write(2, "/usr/src/findutils-4.1.20/find/f"..., 37) = 37
write(2, "../linux/drivers/media/dvb/front"..., 36) = 36
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
lstat64("pluto2", {st_dev=makedev(3, 1), st_ino=31869976, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:50, st_ctime=2009/01/09-18:14:50}) = 0
open("pluto2", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=31869976, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/09-18:14:50, st_ctime=2009/01/09-18:14:50}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=31869976, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=31869977, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=31869978, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=31869979, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2.c"} {d_ino=32013736, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=32013737, d_off=22, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=32048442, d_off=31, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=32062198, d_off=37, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2.o"} {d_ino=32062200, d_off=40, d_type=DT_UNKNOWN, d_reclen=40, d_name=".pluto2.o.cmd"} {d_ino=32062199, d_off=43, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2.mod.c"} {d_ino=32062201, d_off=54, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2.mod.o"} {d_ino=32062203, d_off=58, d_type=DT_UNKNOWN, d_reclen=40, d_name=".pluto2.mod.o.cmd"} {d_ino=32062202, d_off=61, d_type=DT_UNKNOWN, d_reclen=32, d_name="pluto2.ko"} {d_ino=32062204, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name=".pluto2.ko.cmd"}}, 4096) = 504
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("pluto2")                         = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=31869976, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/09-18:14:50, st_ctime=2009/01/09-18:14:50}) = 0
lstat64("pluto2.c", {st_dev=makedev(3, 1), st_ino=31869979, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=40, st_size=20122, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:08}) = 0
lstat64("pluto2.mod.c", {st_dev=makedev(3, 1), st_ino=32062199, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2132, st_atime=2009/01/09-18:14:50, st_mtime=2009/01/09-18:14:49, st_ctime=2009/01/09-18:14:49}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("siano", {st_dev=makedev(3, 1), st_ino=31869980, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:24, st_ctime=2009/01/08-19:34:24}) = 0
open("siano", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=31869980, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:24, st_ctime=2009/01/08-19:34:24}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=31869980, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=31869981, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=31869982, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=31869983, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="sms-cards.c"} {d_ino=31869984, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="sms-cards.h"} {d_ino=31869985, d_off=21, d_type=DT_UNKNOWN, d_reclen=32, d_name="smscoreapi.c"} {d_ino=31869986, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="smscoreapi.h"} {d_ino=31869987, d_off=27, d_type=DT_UNKNOWN, d_reclen=32, d_name="smsdvb.c"} {d_ino=31869988, d_off=30, d_type=DT_UNKNOWN, d_reclen=32, d_name="smsusb.c"} {d_ino=32013738, d_off=33, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=32013739, d_off=37, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=32048443, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 416
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("siano")                          = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=31869980, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:24, st_ctime=2009/01/08-19:34:24}) = 0
lstat64("sms-cards.c", {st_dev=makedev(3, 1), st_ino=31869983, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=3497, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:08}) = 0
lstat64("sms-cards.h", {st_dev=makedev(3, 1), st_ino=31869984, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1383, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:08}) = 0
lstat64("smscoreapi.c", {st_dev=makedev(3, 1), st_ino=31869985, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=32411, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("smscoreapi.h", {st_dev=makedev(3, 1), st_ino=31869986, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=12932, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("smsdvb.c", {st_dev=makedev(3, 1), st_ino=31869987, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11165, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("smsusb.c", {st_dev=makedev(3, 1), st_ino=31869988, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=10922, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("ttpci", {st_dev=makedev(3, 1), st_ino=35036777, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:39:00, st_ctime=2009/01/08-19:39:00}) = 0
open("ttpci", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=35036777, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:39:00, st_ctime=2009/01/08-19:39:00}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=35036777, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=35036778, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=35036779, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=35036780, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110.c"} {d_ino=35036781, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110.h"} {d_ino=35036782, d_off=21, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_av.c"} {d_ino=35036783, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_av.h"} {d_ino=35036784, d_off=27, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_ca.c"} {d_ino=35036785, d_off=30, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_ca.h"} {d_ino=35036786, d_off=33, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_hw.c"} {d_ino=35036787, d_off=36, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_hw.h"} {d_ino=35036788, d_off=40, d_type=DT_UNKNOWN, d_reclen=40, d_name="av7110_ipack.c"} {d_ino=35036789, d_off=44, d_type=DT_UNKNOWN, d_reclen=40, d_name="av7110_ipack.h"} {d_ino=35036790, d_off=47, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_ir.c"} {d_ino=35036791, d_off=50, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_v4l.c"} {d_ino=35036792, d_off=53, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-av.c"} {d_ino=35036793, d_off=56, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-ci.c"} {d_ino=35036794, d_off=59, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-core.c"} {d_ino=35036795, d_off=63, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-patch.c"} {d_ino=35036796, d_off=66, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.c"} {d_ino=35036797, d_off=69, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.h"} {d_ino=35036798, d_off=72, d_type=DT_UNKNOWN, d_reclen=32, d_name="fdump.c"} {d_ino=35036799, d_off=76, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.c"} {d_ino=36242368, d_off=80, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.h"} {d_ino=34980332, d_off=83, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=34980333, d_off=87, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=36324465, d_off=90, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.ko"} {d_ino=36324468, d_off=99, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-ttpci.mod.o"} {d_ino=34959865, d_off=107, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.o"} {d_ino=34959862, d_off=111, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ttpci-eeprom.o.cmd"} {d_ino=36324466, d_off=115, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget.mod.o.cmd"} {d_ino=36324471, d_off=123, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-ttpci.ko.cmd"} {d_ino=34959867, d_off=130, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-core.o"} {d_ino=34959863, d_off=140, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-core.o.cmd"} {d_ino=34959864, d_off=146, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.o"} {d_ino=34959868, d_off=149, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget.o.cmd"} {d_ino=36324469, d_off=157, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-ttpci.ko"} {d_ino=34959866, d_off=164, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-av.o"} {d_ino=34959870, d_off=168, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-av.o.cmd"} {d_ino=36324472, d_off=176, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.mod.o"} {d_ino=34959869, d_off=183, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-ci.o"} {d_ino=36324416, d_off=195, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-ci.o.cmd"} {d_ino=34959871, d_off=202, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_hw.o"} {d_ino=36324418, d_off=214, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_hw.o.cmd"} {d_ino=36324417, d_off=221, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_v4l.o"} {d_ino=36324420, d_off=233, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_v4l.o.cmd"} {d_ino=36324419, d_off=240, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_av.o"} {d_ino=36324422, d_off=252, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_av.o.cmd"} {d_ino=36324421, d_off=259, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_ca.o"} {d_ino=36324424, d_off=269, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_ca.o.cmd"} {d_ino=36324423, d_off=275, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110.o"} {d_ino=36324426, d_off=286, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110.o.cmd"} {d_ino=36324425, d_off=294, d_type=DT_UNKNOWN, d_reclen=40, d_name="av7110_ipack.o"} {d_ino=36324428, d_off=306, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_ipack.o.cmd"} {d_ino=36324427, d_off=313, d_type=DT_UNKNOWN, d_reclen=32, d_name="av7110_ir.o"} {d_ino=36324430, d_off=317, d_type=DT_UNKNOWN, d_reclen=40, d_name=".av7110_ir.o.cmd"} {d_ino=36324429, d_off=320, d_type=DT_UNKNOWN, d_reclen=32, d_name="dvb-ttpci.o"} {d_ino=36324431, d_off=324, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-ttpci.o.cmd"} {d_ino=36324432, d_off=327, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=36324441, d_off=331, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.mod.c"} {d_ino=36324442, d_off=335, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-ttpci.mod.c"} {d_ino=36324443, d_off=338, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.mod.c"} {d_ino=36324444, d_off=342, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-core.mod.c"} {d_ino=36324445, d_off=346, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-ci.mod.c"} {d_ino=36324446, d_off=350, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-av.mod.c"} {d_ino=36324452, d_off=362, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-av.mod.o"} {d_ino=36324454, d_off=366, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-av.mod.o.cmd"} {d_ino=36324453, d_off=369, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-av.ko"} {d_ino=36324455, d_off=373, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-av.ko.cmd"} {d_ino=36324456, d_off=385, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-ci.mod.o"} {d_ino=36324458, d_off=389, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-ci.mod.o.cmd"} {d_ino=36324457, d_off=392, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget-ci.ko"} {d_ino=36324459, d_off=396, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-ci.ko.cmd"} {d_ino=36324460, d_off=400, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-core.mod.o"} {d_ino=36324470, d_off=409, d_type=DT_UNKNOWN, d_reclen=40, d_name=".dvb-ttpci.mod.o.cmd"} {d_ino=36324462, d_off=414, d_type=DT_UNKNOWN, d_reclen=48, d_name=".budget-core.mod.o.cmd"} {d_ino=36324461, d_off=418, d_type=DT_UNKNOWN, d_reclen=40, d_name="budget-core.ko"} {d_ino=36324463, d_off=422, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget-core.ko.cmd"} {d_ino=36324464, d_off=425, d_type=DT_UNKNOWN, d_reclen=32, d_name="budget.mod.o"} {d_ino=36324467, d_off=434, d_type=DT_UNKNOWN, d_reclen=40, d_name=".budget.ko.cmd"} {d_ino=36324474, d_off=439, d_type=DT_UNKNOWN, d_reclen=48, d_name=".ttpci-eeprom.mod.o.cmd"} {d_ino=36324473, d_off=443, d_type=DT_UNKNOWN, d_reclen=40, d_name="ttpci-eeprom.ko"} {d_ino=36324475, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ttpci-eeprom.ko.cmd"}}, 4096) = 3072
_llseek(4, 443, [443], SEEK_SET)        = 0
getdents64(4, {{d_ino=36324475, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ttpci-eeprom.ko.cmd"}}, 4096) = 40
close(4)                                = 0
write(1, "../linux/drivers/media/dvb/pluto"..., 356) = 356
write(2, "/usr/src/findutils-4.1.20/find/f"..., 37) = 37
write(2, "../linux/drivers/media/dvb/ttpci", 32) = 32
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
lstat64("ttusb-budget", {st_dev=makedev(3, 1), st_ino=41058301, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=119, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
open("ttusb-budget", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=41058301, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=119, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=41058301, d_off=4, d_type=DT_DIR, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_DIR, d_reclen=24, d_name=".."} {d_ino=41058302, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=41058303, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=41068064, d_off=16, d_type=DT_UNKNOWN, d_reclen=40, d_name="dvb-ttusb-budget.c"} {d_ino=41094742, d_off=19, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=41094743, d_off=23, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=41097852, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 264
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("ttusb-budget")                   = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=41058301, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=119, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("dvb-ttusb-budget.c", {st_dev=makedev(3, 1), st_ino=41068064, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=88, st_size=44105, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("ttusb-dec", {st_dev=makedev(3, 1), st_ino=43812597, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=150, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
open("ttusb-dec", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=43812597, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=150, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=43812597, d_off=4, d_type=DT_DIR, d_reclen=24, d_name="."} {d_ino=3158162, d_off=6, d_type=DT_DIR, d_reclen=24, d_name=".."} {d_ino=43812598, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=43812599, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=43812600, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusb_dec.c"} {d_ino=43812601, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusbdecfe.c"} {d_ino=43812602, d_off=21, d_type=DT_UNKNOWN, d_reclen=32, d_name="ttusbdecfe.h"} {d_ino=43839898, d_off=24, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=43839899, d_off=28, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=43843381, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 320
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("ttusb-dec")                      = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=43812597, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=150, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("ttusb_dec.c", {st_dev=makedev(3, 1), st_ino=43812600, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=88, st_size=41068, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("ttusbdecfe.c", {st_dev=makedev(3, 1), st_ino=43812601, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=7875, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("ttusbdecfe.h", {st_dev=makedev(3, 1), st_ino=43812602, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=1265, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=3158162, st_mode=S_IFDIR|0755, st_nlink=13, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
lstat64("radio", {st_dev=makedev(3, 1), st_ino=48977814, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
open("radio", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=48977814, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=48977814, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=64507419, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=48977815, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=48977816, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=48977817, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="dsbr100.c"} {d_ino=48977818, d_off=19, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-aimslab.c"} {d_ino=48977819, d_off=23, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-aztech.c"} {d_ino=48977820, d_off=26, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-cadet.c"} {d_ino=48977821, d_off=30, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-gemtek-pci.c"} {d_ino=48977822, d_off=34, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-gemtek.c"} {d_ino=48977823, d_off=38, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-maestro.c"} {d_ino=48977824, d_off=42, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-maxiradio.c"} {d_ino=48977825, d_off=45, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-mr800.c"} {d_ino=48977826, d_off=49, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-rtrack2.c"} {d_ino=48977827, d_off=53, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-sf16fmi.c"} {d_ino=48977828, d_off=57, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-sf16fmr2.c"} {d_ino=48977829, d_off=61, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-si470x.c"} {d_ino=48977830, d_off=65, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-terratec.c"} {d_ino=48977831, d_off=68, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-trust.c"} {d_ino=48977832, d_off=72, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-typhoon.c"} {d_ino=48977833, d_off=76, d_type=DT_UNKNOWN, d_reclen=40, d_name="radio-zoltrix.c"} {d_ino=49035935, d_off=79, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=49050400, d_off=83, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=49050433, d_off=512, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"}}, 4096) = 896
getdents64(4, {}, 4096)                 = 0
close(4)                                = 0
chdir("radio")                          = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=48977814, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:34:37, st_ctime=2009/01/08-19:34:37}) = 0
lstat64("dsbr100.c", {st_dev=makedev(3, 1), st_ino=48977817, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14504, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-aimslab.c", {st_dev=makedev(3, 1), st_ino=48977818, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11576, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-aztech.c", {st_dev=makedev(3, 1), st_ino=48977819, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=10225, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-cadet.c", {st_dev=makedev(3, 1), st_ino=48977820, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=15252, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-gemtek-pci.c", {st_dev=makedev(3, 1), st_ino=48977821, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=12043, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-gemtek.c", {st_dev=makedev(3, 1), st_ino=48977822, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=16263, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-maestro.c", {st_dev=makedev(3, 1), st_ino=48977823, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11550, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-maxiradio.c", {st_dev=makedev(3, 1), st_ino=48977824, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11271, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-mr800.c", {st_dev=makedev(3, 1), st_ino=48977825, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=16045, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-rtrack2.c", {st_dev=makedev(3, 1), st_ino=48977826, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=16, st_size=8010, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-sf16fmi.c", {st_dev=makedev(3, 1), st_ino=48977827, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=9712, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-sf16fmr2.c", {st_dev=makedev(3, 1), st_ino=48977828, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11468, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-si470x.c", {st_dev=makedev(3, 1), st_ino=48977829, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=96, st_size=48012, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-terratec.c", {st_dev=makedev(3, 1), st_ino=48977830, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=10302, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-trust.c", {st_dev=makedev(3, 1), st_ino=48977831, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=9816, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-typhoon.c", {st_dev=makedev(3, 1), st_ino=48977832, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=12949, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
lstat64("radio-zoltrix.c", {st_dev=makedev(3, 1), st_ino=48977833, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11254, st_atime=2009/01/08-18:34:03, st_mtime=2008/12/25-00:26:37, st_ctime=2009/01/08-18:35:09}) = 0
chdir("..")                             = 0
lstat64(".", {st_dev=makedev(3, 1), st_ino=64507419, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=141, st_atime=2009/01/14-21:16:03, st_mtime=2009/01/08-19:36:31, st_ctime=2009/01/08-19:36:31}) = 0
lstat64("video", {st_dev=makedev(3, 1), st_ino=53193825, st_mode=S_IFDIR|0755, st_nlink=23, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=16384, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:30, st_ctime=2009/01/12-20:03:30}) = 0
open("video", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_dev=makedev(3, 1), st_ino=53193825, st_mode=S_IFDIR|0755, st_nlink=23, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=16384, st_atime=2009/01/14-21:15:56, st_mtime=2009/01/12-20:03:30, st_ctime=2009/01/12-20:03:30}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, {{d_ino=53193825, d_off=4, d_type=DT_UNKNOWN, d_reclen=24, d_name="."} {d_ino=64507419, d_off=6, d_type=DT_UNKNOWN, d_reclen=24, d_name=".."} {d_ino=53193826, d_off=9, d_type=DT_UNKNOWN, d_reclen=32, d_name="Kconfig"} {d_ino=53193827, d_off=12, d_type=DT_UNKNOWN, d_reclen=32, d_name="Makefile"} {d_ino=53193828, d_off=15, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7170.c"} {d_ino=53193829, d_off=18, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7175.c"} {d_ino=53193830, d_off=20, d_type=DT_UNKNOWN, d_reclen=32, d_name="arv.c"} {d_ino=56082392, d_off=23, d_type=DT_UNKNOWN, d_reclen=32, d_name="au0828"} {d_ino=53193831, d_off=26, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt819.c"} {d_ino=53193832, d_off=29, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt856.c"} {d_ino=53193833, d_off=32, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt866.c"} {d_ino=60972636, d_off=34, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt8xx"} {d_ino=53193834, d_off=37, d_type=DT_UNKNOWN, d_reclen=32, d_name="btcx-risc.c"} {d_ino=53193835, d_off=40, d_type=DT_UNKNOWN, d_reclen=32, d_name="btcx-risc.h"} {d_ino=53193836, d_off=43, d_type=DT_UNKNOWN, d_reclen=32, d_name="bw-qcam.c"} {d_ino=53193837, d_off=46, d_type=DT_UNKNOWN, d_reclen=32, d_name="bw-qcam.h"} {d_ino=53193838, d_off=49, d_type=DT_UNKNOWN, d_reclen=32, d_name="c-qcam.c"} {d_ino=53193839, d_off=53, d_type=DT_UNKNOWN, d_reclen=40, d_name="cafe_ccic-regs.h"} {d_ino=53193840, d_off=56, d_type=DT_UNKNOWN, d_reclen=32, d_name="cafe_ccic.c"} {d_ino=53193841, d_off=60, d_type=DT_UNKNOWN, d_reclen=40, d_name="compat_ioctl32.c"} {d_ino=53193842, d_off=63, d_type=DT_UNKNOWN, d_reclen=32, d_name="cpia.c"} {d_ino=53193843, d_off=66, d_type=DT_UNKNOWN, d_reclen=32, d_name="cpia.h"} {d_ino=64507422, d_off=68, d_type=DT_UNKNOWN, d_reclen=32, d_name="cpia2"} {d_ino=53193844, d_off=71, d_type=DT_UNKNOWN, d_reclen=32, d_name="cpia_pp.c"} {d_ino=53193845, d_off=74, d_type=DT_UNKNOWN, d_reclen=32, d_name="cpia_usb.c"} {d_ino=53193846, d_off=77, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs5345.c"} {d_ino=53193847, d_off=80, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs53l32a.c"} {d_ino=53193848, d_off=83, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs8420.h"} {d_ino=68769546, d_off=85, d_type=DT_UNKNOWN, d_reclen=24, d_name="cx18"} {d_ino=53193849, d_off=88, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx2341x.c"} {d_ino=72931445, d_off=91, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx23885"} {d_ino=3158216, d_off=94, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx25840"} {d_ino=3158224, d_off=96, d_type=DT_UNKNOWN, d_reclen=24, d_name="cx88"} {d_ino=53193850, d_off=99, d_type=DT_UNKNOWN, d_reclen=32, d_name="dabusb.c"} {d_ino=53193851, d_off=102, d_type=DT_UNKNOWN, d_reclen=32, d_name="dabusb.h"} {d_ino=6862939, d_off=105, d_type=DT_UNKNOWN, d_reclen=32, d_name="em28xx"} {d_ino=9948261, d_off=108, d_type=DT_UNKNOWN, d_reclen=32, d_name="et61x251"} {d_ino=53193852, d_off=111, d_type=DT_UNKNOWN, d_reclen=32, d_name="font.h"} {d_ino=15634880, d_off=113, d_type=DT_UNKNOWN, d_reclen=32, d_name="gspca"} {d_ino=53193853, d_off=117, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_gemini.c"} {d_ino=53193854, d_off=121, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_orion.c"} {d_ino=53193855, d_off=124, d_type=DT_UNKNOWN, d_reclen=32, d_name="ibmmpeg2.h"} {d_ino=53193856, d_off=127, d_type=DT_UNKNOWN, d_reclen=32, d_name="indycam.c"} {d_ino=53193857, d_off=130, d_type=DT_UNKNOWN, d_reclen=32, d_name="indycam.h"} {d_ino=53193858, d_off=133, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-kbd-i2c.c"} {d_ino=22627711, d_off=135, d_type=DT_UNKNOWN, d_reclen=24, d_name="ivtv"} {d_ino=53193859, d_off=138, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.c"} {d_ino=53193860, d_off=141, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.h"} {d_ino=53193861, d_off=144, d_type=DT_UNKNOWN, d_reclen=32, d_name="m52790.c"} {d_ino=53193862, d_off=147, d_type=DT_UNKNOWN, d_reclen=32, d_name="meye.c"} {d_ino=53193863, d_off=150, d_type=DT_UNKNOWN, d_reclen=32, d_name="meye.h"} {d_ino=53193864, d_off=154, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400-driver.c"} {d_ino=53193865, d_off=158, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400-driver.h"} {d_ino=53193866, d_off=162, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400-kthreads.c"} {d_ino=53193867, d_off=165, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt9m001.c"} {d_ino=53193868, d_off=168, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt9m111.c"} {d_ino=53193869, d_off=171, d_type=DT_UNKNOWN, d_reclen=32, d_name="mt9v022.c"} {d_ino=53193870, d_off=173, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.c"} {d_ino=53193871, d_off=175, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.h"} {d_ino=53193872, d_off=178, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov511.c"} {d_ino=53193873, d_off=181, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov511.h"} {d_ino=53193874, d_off=184, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov7670.c"} {d_ino=31869989, d_off=187, d_type=DT_UNKNOWN, d_reclen=32, d_name="ovcamchip"} {d_ino=53193875, d_off=189, d_type=DT_UNKNOWN, d_reclen=32, d_name="pms.c"} {d_ino=31869998, d_off=192, d_type=DT_UNKNOWN, d_reclen=32, d_name="pvrusb2"} {d_ino=36242369, d_off=194, d_type=DT_UNKNOWN, d_reclen=24, d_name="pwc"} {d_ino=53193876, d_off=197, d_type=DT_UNKNOWN, d_reclen=32, d_name="pxa_camera.c"} {d_ino=53193877, d_off=200, d_type=DT_UNKNOWN, d_reclen=32, d_name="s2255drv.c"} {d_ino=53193878, d_off=203, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5246a.c"} {d_ino=53193879, d_off=206, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5249.c"} {d_ino=53193880, d_off=209, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa6588.c"} {d_ino=53193881, d_off=212, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7110.c"} {d_ino=53193882, d_off=215, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7111.c"} {d_ino=53193883, d_off=218, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7114.c"} {d_ino=53193884, d_off=221, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7115.c"} {d_ino=53193885, d_off=225, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa711x_regs.h"} {d_ino=53193886, d_off=228, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7121.h"} {d_ino=53193887, d_off=231, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7127.c"} {d_ino=41068065, d_off=234, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7134"} {d_ino=53197344, d_off=237, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7146.h"} {d_ino=53197345, d_off=240, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7146reg.h"} {d_ino=53197346, d_off=243, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa717x.c"} {d_ino=53197347, d_off=246, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7185.c"} {d_ino=53197348, d_off=249, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7191.c"} {d_ino=53197349, d_off=252, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7191.h"} {d_ino=53197350, d_off=255, d_type=DT_UNKNOWN, d_reclen=32, d_name="se401.c"} {d_ino=53197351, d_off=258, d_type=DT_UNKNOWN, d_reclen=32, d_name="se401.h"} {d_ino=53197352, d_off=263, d_type=DT_UNKNOWN, d_reclen=48, d_name="sh_mobile_ceu_camera.c"} {d_ino=43812603, d_off=266, d_type=DT_UNKNOWN, d_reclen=32, d_name="sn9c102"} {d_ino=53197353, d_off=269, d_type=DT_UNKNOWN, d_reclen=32, d_name="soc_camera.c"} {d_ino=53197354, d_off=273, d_type=DT_UNKNOWN, d_reclen=48, d_name="soc_camera_platform.c"} {d_ino=53197355, d_off=276, d_type=DT_UNKNOWN, d_reclen=32, d_name="stk-sensor.c"} {d_ino=53197356, d_off=279, d_type=DT_UNKNOWN, d_reclen=32, d_name="stk-webcam.c"} {d_ino=53197357, d_off=282, d_type=DT_UNKNOWN, d_reclen=32, d_name="stk-webcam.h"} {d_ino=53197358, d_off=285, d_type=DT_UNKNOWN, d_reclen=32, d_name="stradis.c"} {d_ino=53197359, d_off=288, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv680.c"} {d_ino=53197360, d_off=291, d_type=DT_UNKNOWN, d_reclen=32, d_name="stv680.h"} {d_ino=53197361, d_off=294, d_type=DT_UNKNOWN, d_reclen=32, d_name="tcm825x.c"} {d_ino=53197362, d_off=297, d_type=DT_UNKNOWN, d_reclen=32, d_name="tcm825x.h"} {d_ino=53197363, d_off=300, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda7432.c"} {d_ino=53197364, d_off=303, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9840.c"} {d_ino=53197365, d_off=306, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9840.h"} {d_ino=53197366, d_off=309, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9875.c"} {d_ino=53197367, d_off=312, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6415c.c"} {d_ino=53197368, d_off=315, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6415c.h"} {d_ino=53197369, d_off=318, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6420.c"} {d_ino=53197370, d_off=321, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6420.h"} {d_ino=53197371, d_off=325, d_type=DT_UNKNOWN, d_reclen=40, d_name="tlv320aic23b.c"} {d_ino=53197372, d_off=328, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner-core.c"} {d_ino=53197373, d_off=331, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvaudio.c"} {d_ino=53197374, d_off=334, d_type=DT_UNKNOWN, d_reclen=32, d_name="tveeprom.c"} {d_ino=53197375, d_off=337, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvp5150.c"} {d_ino=53197376, d_off=340, d_type=DT_UNKNOWN, d_reclen=40, d_name="tvp5150_reg.h"} {d_ino=53197377, d_off=343, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64031a.c"} {d_ino=53197378, d_off=346, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64083.c"} {d_ino=48977834, d_off=349, d_type=DT_UNKNOWN, d_reclen=32, d_name="usbvideo"} {d_ino=53197379, d_off=352, d_type=DT_UNKNOWN, d_reclen=32, d_name="usbvision"} {d_ino=56085730, d_off=354, d_type=DT_UNKNOWN, d_reclen=24, d_name="uvc"} {d_ino=53197388, d_off=357, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.c"} {d_ino=53197389, d_off=360, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-common.c"} {d_ino=53197390, d_off=363, d_type=DT_UNKNOWN, d_reclen=32, d_name="v4l2-dev.c"} {d_ino=53197391, d_off=367, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-int-device.c"} {d_ino=53197392, d_off=370, d_type=DT_UNKNOWN, d_reclen=32, d_name="v4l2-ioctl.c"} {d_ino=53197393, d_off=374, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-core.c"}}, 4096) = 4056
getdents64(4, {{d_ino=53197394, d_off=378, d_type=DT_UNKNOWN, d_reclen=48, d_name="videobuf-dma-contig.c"} {d_ino=53197395, d_off=382, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dma-sg.c"} {d_ino=53197396, d_off=386, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dvb.c"} {d_ino=53197397, d_off=390, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-vmalloc.c"} {d_ino=53197398, d_off=393, d_type=DT_UNKNOWN, d_reclen=32, d_name="vino.c"} {d_ino=53197399, d_off=396, d_type=DT_UNKNOWN, d_reclen=32, d_name="vino.h"} {d_ino=53197400, d_off=399, d_type=DT_UNKNOWN, d_reclen=32, d_name="vivi.c"} {d_ino=53197401, d_off=402, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp27smpx.c"} {d_ino=53197402, d_off=405, d_type=DT_UNKNOWN, d_reclen=32, d_name="vpx3220.c"} {d_ino=53197403, d_off=408, d_type=DT_UNKNOWN, d_reclen=32, d_name="w9966.c"} {d_ino=53197404, d_off=411, d_type=DT_UNKNOWN, d_reclen=32, d_name="w9968cf.c"} {d_ino=53197405, d_off=414, d_type=DT_UNKNOWN, d_reclen=32, d_name="w9968cf.h"} {d_ino=53197406, d_off=418, d_type=DT_UNKNOWN, d_reclen=40, d_name="w9968cf_decoder.h"} {d_ino=53197407, d_off=421, d_type=DT_UNKNOWN, d_reclen=40, d_name="w9968cf_vpp.h"} {d_ino=53197440, d_off=424, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8739.c"} {d_ino=53197441, d_off=427, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8775.c"} {d_ino=60994766, d_off=430, d_type=DT_UNKNOWN, d_reclen=32, d_name="zc0301"} {d_ino=64507431, d_off=432, d_type=DT_UNKNOWN, d_reclen=32, d_name="zoran"} {d_ino=53197442, d_off=435, d_type=DT_UNKNOWN, d_reclen=32, d_name="zr364xx.c"} {d_ino=53240963, d_off=438, d_type=DT_UNKNOWN, d_reclen=32, d_name="built-in.o"} {d_ino=53240964, d_off=442, d_type=DT_UNKNOWN, d_reclen=40, d_name=".built-in.o.cmd"} {d_ino=53258865, d_off=446, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l2-ioctl.o.cmd"} {d_ino=53244787, d_off=450, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l2-common.o.cmd"} {d_ino=53244770, d_off=454, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400-driver.o"} {d_ino=53244778, d_off=458, d_type=DT_UNKNOWN, d_reclen=40, d_name="compat_ioctl32.o"} {d_ino=53244772, d_off=462, d_type=DT_UNKNOWN, d_reclen=48, d_name=".msp3400-driver.o.cmd"} {d_ino=53244777, d_off=465, d_type=DT_UNKNOWN, d_reclen=32, d_name="videodev.o"} {d_ino=53244780, d_off=469, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videodev.o.cmd"} {d_ino=53247513, d_off=471, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.o"} {d_ino=53244771, d_off=475, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400-kthreads.o"} {d_ino=53244775, d_off=480, d_type=DT_UNKNOWN, d_reclen=32, d_name="v4l2-ioctl.o"} {d_ino=53244774, d_off=485, d_type=DT_UNKNOWN, d_reclen=48, d_name=".msp3400-kthreads.o.cmd"} {d_ino=53258864, d_off=489, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l2-dev.o.cmd"} {d_ino=53385325, d_off=493, d_type=DT_UNKNOWN, d_reclen=48, d_name=".compat_ioctl32.o.cmd"} {d_ino=53244773, d_off=496, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner-core.o"} {d_ino=53244779, d_off=500, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-int-device.o"} {d_ino=53244776, d_off=504, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner-core.o.cmd"} {d_ino=53240983, d_off=507, d_type=DT_UNKNOWN, d_reclen=32, d_name="v4l2-dev.o"} {d_ino=53244788, d_off=514, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner.o"} {d_ino=53244785, d_off=519, d_type=DT_UNKNOWN, d_reclen=48, d_name=".v4l2-int-device.o.cmd"} {d_ino=53247538, d_off=522, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ov7670.o.cmd"} {d_ino=53244781, d_off=526, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-common.o"} {d_ino=53247504, d_off=530, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs53l32a.o.cmd"} {d_ino=53247533, d_off=534, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx2341x.o.cmd"} {d_ino=53244782, d_off=537, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.o"} {d_ino=53244789, d_off=541, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l1-compat.o.cmd"} {d_ino=53244790, d_off=544, d_type=DT_UNKNOWN, d_reclen=32, d_name=".tuner.o.cmd"} {d_ino=53247506, d_off=547, d_type=DT_UNKNOWN, d_reclen=40, d_name=".m52790.o.cmd"} {d_ino=53247534, d_off=552, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64083.o.cmd"} {d_ino=53244792, d_off=555, d_type=DT_UNKNOWN, d_reclen=32, d_name="ir-kbd-i2c.o"} {d_ino=53247540, d_off=559, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tcm825x.o.cmd"} {d_ino=53244794, d_off=563, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-kbd-i2c.o.cmd"} {d_ino=53247503, d_off=566, d_type=DT_UNKNOWN, d_reclen=32, d_name="m52790.o"} {d_ino=53247537, d_off=570, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx2341x.o"} {d_ino=53244793, d_off=573, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvaudio.o"} {d_ino=53247535, d_off=577, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov7670.o"} {d_ino=53244796, d_off=581, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvaudio.o.cmd"} {d_ino=53247522, d_off=585, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videobuf-dvb.o.cmd"} {d_ino=53256773, d_off=588, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7191.mod.c"} {d_ino=53244795, d_off=591, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda7432.o"} {d_ino=53247539, d_off=595, d_type=DT_UNKNOWN, d_reclen=40, d_name="modules.order"} {d_ino=53244798, d_off=599, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda7432.o.cmd"} {d_ino=53247505, d_off=603, d_type=DT_UNKNOWN, d_reclen=40, d_name="tlv320aic23b.o"} {d_ino=53256774, d_off=606, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7185.mod.c"} {d_ino=53244797, d_off=609, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9875.o"} {d_ino=53247536, d_off=613, d_type=DT_UNKNOWN, d_reclen=32, d_name="tcm825x.o"} {d_ino=53247456, d_off=617, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9875.o.cmd"} {d_ino=53247508, d_off=621, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tlv320aic23b.o.cmd"} {d_ino=53256775, d_off=624, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa717x.mod.c"} {d_ino=53244799, d_off=627, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5246a.o"} {d_ino=53247565, d_off=631, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8775.mod.c"} {d_ino=53247458, d_off=635, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5246a.o.cmd"} {d_ino=53247507, d_off=638, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8775.o"} {d_ino=53247566, d_off=642, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8739.mod.c"} {d_ino=53247457, d_off=645, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5249.o"} {d_ino=53247567, d_off=649, d_type=DT_UNKNOWN, d_reclen=40, d_name="vpx3220.mod.c"} {d_ino=53247460, d_off=653, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5249.o.cmd"} {d_ino=53247510, d_off=656, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8775.o.cmd"} {d_ino=53247568, d_off=660, d_type=DT_UNKNOWN, d_reclen=40, d_name="vp27smpx.mod.c"} {d_ino=53247459, d_off=663, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9840.o"} {d_ino=53247569, d_off=667, d_type=DT_UNKNOWN, d_reclen=40, d_name="videodev.mod.c"} {d_ino=53247462, d_off=671, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9840.o.cmd"} {d_ino=53247509, d_off=674, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8739.o"} {d_ino=53247570, d_off=678, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dvb.mod.c"} {d_ino=53247461, d_off=681, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6415c.o"} {d_ino=53247571, d_off=685, d_type=DT_UNKNOWN, d_reclen=48, d_name="videobuf-dma-sg.mod.c"} {d_ino=53247464, d_off=689, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6415c.o.cmd"} {d_ino=53247512, d_off=692, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8739.o.cmd"} {d_ino=53247572, d_off=696, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-core.mod.c"} {d_ino=53247463, d_off=699, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6420.o"} {d_ino=53247573, d_off=703, d_type=DT_UNKNOWN, d_reclen=48, d_name="v4l2-int-device.mod.c"} {d_ino=53247466, d_off=707, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6420.o.cmd"} {d_ino=53247511, d_off=710, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp27smpx.o"} {d_ino=53247574, d_off=714, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-common.mod.c"} {d_ino=53247465, d_off=717, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7110.o"} {d_ino=53247575, d_off=721, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.mod.c"} {d_ino=53247468, d_off=725, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7110.o.cmd"} {d_ino=53247514, d_off=729, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vp27smpx.o.cmd"} {d_ino=53256776, d_off=732, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7127.mod.c"} {d_ino=53247467, d_off=735, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7111.o"} {d_ino=53247576, d_off=739, d_type=DT_UNKNOWN, d_reclen=40, d_name="upd64083.mod.c"} {d_ino=53247470, d_off=743, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7111.o.cmd"} {d_ino=53247516, d_off=746, d_type=DT_UNKNOWN, d_reclen=32, d_name=".mxb.o.cmd"} {d_ino=53247577, d_off=750, d_type=DT_UNKNOWN, d_reclen=40, d_name="upd64031a.mod.c"} {d_ino=53247469, d_off=753, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7114.o"} {d_ino=53247578, d_off=757, d_type=DT_UNKNOWN, d_reclen=40, d_name="tvp5150.mod.c"} {d_ino=53247472, d_off=761, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7114.o.cmd"} {d_ino=53247515, d_off=765, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_orion.o"} {d_ino=53256777, d_off=768, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7115.mod.c"}}, 4096) = 4072
getdents64(4, {{d_ino=53247471, d_off=771, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7115.o"} {d_ino=53247579, d_off=775, d_type=DT_UNKNOWN, d_reclen=40, d_name="tveeprom.mod.c"} {d_ino=53247474, d_off=779, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7115.o.cmd"} {d_ino=53247518, d_off=783, d_type=DT_UNKNOWN, d_reclen=40, d_name=".hexium_orion.o.cmd"} {d_ino=53256778, d_off=786, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7114.mod.c"} {d_ino=53247473, d_off=789, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa717x.o"} {d_ino=53247580, d_off=793, d_type=DT_UNKNOWN, d_reclen=40, d_name="tvaudio.mod.c"} {d_ino=53247476, d_off=797, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa717x.o.cmd"} {d_ino=53247517, d_off=801, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_gemini.o"} {d_ino=53256779, d_off=804, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7111.mod.c"} {d_ino=53247475, d_off=807, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7127.o"} {d_ino=53247581, d_off=811, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner.mod.c"} {d_ino=53247478, d_off=815, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7127.o.cmd"} {d_ino=53247520, d_off=819, d_type=DT_UNKNOWN, d_reclen=40, d_name=".hexium_gemini.o.cmd"} {d_ino=53256780, d_off=822, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7110.mod.c"} {d_ino=53247477, d_off=825, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7185.o"} {d_ino=53247582, d_off=829, d_type=DT_UNKNOWN, d_reclen=40, d_name="tlv320aic23b.mod.c"} {d_ino=53247480, d_off=833, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7185.o.cmd"} {d_ino=53247519, d_off=837, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videobuf-core.o.cmd"} {d_ino=53256781, d_off=840, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa5249.mod.c"} {d_ino=53247479, d_off=843, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7191.o"} {d_ino=53247583, d_off=847, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea6420.mod.c"} {d_ino=53247482, d_off=851, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7191.o.cmd"} {d_ino=53247523, d_off=855, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-core.o"} {d_ino=53256783, d_off=858, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov7670.mod.c"} {d_ino=53247481, d_off=861, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7170.o"} {d_ino=53256768, d_off=865, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea6415c.mod.c"} {d_ino=53247484, d_off=869, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7170.o.cmd"} {d_ino=53247521, d_off=876, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-dma-sg.o.cmd"} {d_ino=53247483, d_off=879, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7175.o"} {d_ino=53256769, d_off=883, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9875.mod.c"} {d_ino=53247486, d_off=887, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7175.o.cmd"} {d_ino=53247525, d_off=891, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dma-sg.o"} {d_ino=53256784, d_off=894, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.mod.c"} {d_ino=53247485, d_off=897, d_type=DT_UNKNOWN, d_reclen=32, d_name="vpx3220.o"} {d_ino=53256770, d_off=901, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9840.mod.c"} {d_ino=53247488, d_off=905, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vpx3220.o.cmd"} {d_ino=53247526, d_off=911, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tveeprom.o.cmd"} {d_ino=53247487, d_off=914, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt819.o"} {d_ino=53256785, d_off=917, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400.mod.c"} {d_ino=53247490, d_off=920, d_type=DT_UNKNOWN, d_reclen=32, d_name=".bt819.o.cmd"} {d_ino=53247529, d_off=923, d_type=DT_UNKNOWN, d_reclen=32, d_name="btcx-risc.o"} {d_ino=53256786, d_off=926, d_type=DT_UNKNOWN, d_reclen=32, d_name="m52790.mod.c"} {d_ino=53247489, d_off=929, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt856.o"} {d_ino=53256787, d_off=932, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.mod.c"} {d_ino=53247492, d_off=935, d_type=DT_UNKNOWN, d_reclen=32, d_name=".bt856.o.cmd"} {d_ino=53247532, d_off=941, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64031a.o.cmd"} {d_ino=53247491, d_off=944, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt866.o"} {d_ino=53256791, d_off=947, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx2341x.mod.c"} {d_ino=53247494, d_off=950, d_type=DT_UNKNOWN, d_reclen=32, d_name=".bt866.o.cmd"} {d_ino=53247531, d_off=953, d_type=DT_UNKNOWN, d_reclen=32, d_name="tveeprom.o"} {d_ino=53256793, d_off=956, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs5345.mod.c"} {d_ino=53247493, d_off=959, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.o"} {d_ino=53256796, d_off=962, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt866.mod.c"} {d_ino=53247496, d_off=965, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ks0127.o.cmd"} {d_ino=53247524, d_off=969, d_type=DT_UNKNOWN, d_reclen=40, d_name=".btcx-risc.o.cmd"} {d_ino=53256797, d_off=972, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt856.mod.c"} {d_ino=53247495, d_off=975, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvp5150.o"} {d_ino=53256771, d_off=979, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda7432.mod.c"} {d_ino=53247498, d_off=983, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvp5150.o.cmd"} {d_ino=53247497, d_off=986, d_type=DT_UNKNOWN, d_reclen=32, d_name="msp3400.o"} {d_ino=53247499, d_off=990, d_type=DT_UNKNOWN, d_reclen=40, d_name=".msp3400.o.cmd"} {d_ino=53247528, d_off=993, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64031a.o"} {d_ino=53256798, d_off=996, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt819.mod.c"} {d_ino=53247500, d_off=999, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs5345.o"} {d_ino=53256799, d_off=1002, d_type=DT_UNKNOWN, d_reclen=40, d_name="adv7175.mod.c"} {d_ino=53247502, d_off=1005, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs5345.o.cmd"} {d_ino=53247527, d_off=1009, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dvb.o"} {d_ino=53256800, d_off=1012, d_type=DT_UNKNOWN, d_reclen=40, d_name="adv7170.mod.c"} {d_ino=53247501, d_off=1015, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs53l32a.o"} {d_ino=53256772, d_off=1019, d_type=DT_UNKNOWN, d_reclen=40, d_name="tcm825x.mod.c"} {d_ino=53247530, d_off=1026, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64083.o"} {d_ino=53256782, d_off=1030, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa5246a.mod.c"} {d_ino=53256788, d_off=1034, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-kbd-i2c.mod.c"} {d_ino=53256789, d_off=1038, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_orion.mod.c"} {d_ino=53256790, d_off=1042, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_gemini.mod.c"} {d_ino=53256792, d_off=1046, d_type=DT_UNKNOWN, d_reclen=40, d_name="cs53l32a.mod.c"} {d_ino=53256794, d_off=1050, d_type=DT_UNKNOWN, d_reclen=40, d_name="compat_ioctl32.mod.c"} {d_ino=53256795, d_off=1054, d_type=DT_UNKNOWN, d_reclen=40, d_name="btcx-risc.mod.c"} {d_ino=53256811, d_off=1057, d_type=DT_UNKNOWN, d_reclen=40, d_name="adv7170.mod.o"} {d_ino=53258658, d_off=1061, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7111.ko.cmd"} {d_ino=53258688, d_off=1065, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda7432.ko"} {d_ino=53256813, d_off=1069, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7170.mod.o.cmd"} {d_ino=53256812, d_off=1072, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7170.ko"} {d_ino=53256814, d_off=1076, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7170.ko.cmd"} {d_ino=53256815, d_off=1079, d_type=DT_UNKNOWN, d_reclen=40, d_name="adv7175.mod.o"} {d_ino=53258659, d_off=1082, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7114.mod.o"} {d_ino=53258680, d_off=1087, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7191.ko"} {d_ino=53256817, d_off=1091, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7175.mod.o.cmd"} {d_ino=53256816, d_off=1094, d_type=DT_UNKNOWN, d_reclen=32, d_name="adv7175.ko"} {d_ino=53256818, d_off=1098, d_type=DT_UNKNOWN, d_reclen=40, d_name=".adv7175.ko.cmd"} {d_ino=53256819, d_off=1101, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt819.mod.o"} {d_ino=53258660, d_off=1104, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7114.ko"} {d_ino=53258682, d_off=1109, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7191.ko.cmd"} {d_ino=53256821, d_off=1113, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt819.mod.o.cmd"} {d_ino=53256820, d_off=1116, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt819.ko"} {d_ino=53256822, d_off=1119, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt819.ko.cmd"} {d_ino=53256823, d_off=1122, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt856.mod.o"} {d_ino=53258662, d_off=1126, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7114.ko.cmd"} {d_ino=53258690, d_off=1130, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda7432.ko.cmd"} {d_ino=53256825, d_off=1134, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt856.mod.o.cmd"} {d_ino=53256824, d_off=1137, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt856.ko"} {d_ino=53256826, d_off=1140, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt856.ko.cmd"} {d_ino=53256827, d_off=1143, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt866.mod.o"} {d_ino=53258661, d_off=1147, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7114.mod.o.cmd"} {d_ino=53258689, d_off=1151, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda7432.mod.o.cmd"} {d_ino=53256829, d_off=1155, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt866.mod.o.cmd"} {d_ino=53256828, d_off=1158, d_type=DT_UNKNOWN, d_reclen=32, d_name="bt866.ko"} {d_ino=53256830, d_off=1161, d_type=DT_UNKNOWN, d_reclen=40, d_name=".bt866.ko.cmd"} {d_ino=53256831, d_off=1165, d_type=DT_UNKNOWN, d_reclen=40, d_name="btcx-risc.mod.o"}}, 4096) = 4064
getdents64(4, {{d_ino=53258663, d_off=1168, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7115.mod.o"} {d_ino=53258681, d_off=1173, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7191.mod.o.cmd"} {d_ino=53258593, d_off=1177, d_type=DT_UNKNOWN, d_reclen=40, d_name=".btcx-risc.mod.o.cmd"} {d_ino=53258592, d_off=1180, d_type=DT_UNKNOWN, d_reclen=32, d_name="btcx-risc.ko"} {d_ino=53258594, d_off=1184, d_type=DT_UNKNOWN, d_reclen=40, d_name=".btcx-risc.ko.cmd"} {d_ino=53256809, d_off=1188, d_type=DT_UNKNOWN, d_reclen=40, d_name="compat_ioctl32.mod.o"} {d_ino=53258654, d_off=1192, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7110.ko.cmd"} {d_ino=53258676, d_off=1195, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7185.ko"} {d_ino=53258700, d_off=1198, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6415c.ko"} {d_ino=53392039, d_off=1203, d_type=DT_UNKNOWN, d_reclen=48, d_name=".compat_ioctl32.mod.o.cmd"} {d_ino=53258595, d_off=1207, d_type=DT_UNKNOWN, d_reclen=40, d_name="compat_ioctl32.ko"} {d_ino=53258598, d_off=1212, d_type=DT_UNKNOWN, d_reclen=48, d_name=".compat_ioctl32.ko.cmd"} {d_ino=53258599, d_off=1215, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs5345.mod.o"} {d_ino=53258664, d_off=1218, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7115.ko"} {d_ino=53258683, d_off=1223, d_type=DT_UNKNOWN, d_reclen=40, d_name="tcm825x.mod.o"} {d_ino=53258601, d_off=1227, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs5345.mod.o.cmd"} {d_ino=53258600, d_off=1230, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs5345.ko"} {d_ino=53258602, d_off=1234, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs5345.ko.cmd"} {d_ino=53258603, d_off=1238, d_type=DT_UNKNOWN, d_reclen=40, d_name="cs53l32a.mod.o"} {d_ino=53258666, d_off=1242, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7115.ko.cmd"} {d_ino=53258691, d_off=1246, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9840.mod.o"} {d_ino=53258605, d_off=1250, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs53l32a.mod.o.cmd"} {d_ino=53258604, d_off=1253, d_type=DT_UNKNOWN, d_reclen=32, d_name="cs53l32a.ko"} {d_ino=53258606, d_off=1257, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cs53l32a.ko.cmd"} {d_ino=53258607, d_off=1260, d_type=DT_UNKNOWN, d_reclen=40, d_name="cx2341x.mod.o"} {d_ino=53258665, d_off=1264, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7115.mod.o.cmd"} {d_ino=53258692, d_off=1268, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9840.ko"} {d_ino=53258609, d_off=1272, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx2341x.mod.o.cmd"} {d_ino=53258608, d_off=1275, d_type=DT_UNKNOWN, d_reclen=32, d_name="cx2341x.ko"} {d_ino=53258610, d_off=1279, d_type=DT_UNKNOWN, d_reclen=40, d_name=".cx2341x.ko.cmd"} {d_ino=53258611, d_off=1283, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_gemini.mod.o"} {d_ino=53258655, d_off=1286, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7111.mod.o"} {d_ino=53258675, d_off=1289, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7185.mod.o"} {d_ino=53258694, d_off=1293, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9840.ko.cmd"} {d_ino=53258613, d_off=1298, d_type=DT_UNKNOWN, d_reclen=48, d_name=".hexium_gemini.mod.o.cmd"} {d_ino=53258612, d_off=1302, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_gemini.ko"} {d_ino=53258614, d_off=1306, d_type=DT_UNKNOWN, d_reclen=48, d_name=".hexium_gemini.ko.cmd"} {d_ino=53258615, d_off=1310, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_orion.mod.o"} {d_ino=53258656, d_off=1313, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7111.ko"} {d_ino=53258678, d_off=1319, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7185.ko.cmd"} {d_ino=53258617, d_off=1324, d_type=DT_UNKNOWN, d_reclen=48, d_name=".hexium_orion.mod.o.cmd"} {d_ino=53258616, d_off=1328, d_type=DT_UNKNOWN, d_reclen=40, d_name="hexium_orion.ko"} {d_ino=53258618, d_off=1332, d_type=DT_UNKNOWN, d_reclen=40, d_name=".hexium_orion.ko.cmd"} {d_ino=53258619, d_off=1336, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-kbd-i2c.mod.o"} {d_ino=53258667, d_off=1339, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7127.mod.o"} {d_ino=53258685, d_off=1344, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tcm825x.mod.o.cmd"} {d_ino=53258621, d_off=1348, d_type=DT_UNKNOWN, d_reclen=48, d_name=".ir-kbd-i2c.mod.o.cmd"} {d_ino=53258620, d_off=1351, d_type=DT_UNKNOWN, d_reclen=40, d_name="ir-kbd-i2c.ko"} {d_ino=53258622, d_off=1355, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ir-kbd-i2c.ko.cmd"} {d_ino=53258623, d_off=1358, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.mod.o"} {d_ino=53258668, d_off=1361, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7127.ko"} {d_ino=53258684, d_off=1366, d_type=DT_UNKNOWN, d_reclen=32, d_name="tcm825x.ko"} {d_ino=53258625, d_off=1370, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ks0127.mod.o.cmd"} {d_ino=53258624, d_off=1373, d_type=DT_UNKNOWN, d_reclen=32, d_name="ks0127.ko"} {d_ino=53258626, d_off=1377, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ks0127.ko.cmd"} {d_ino=53258627, d_off=1380, d_type=DT_UNKNOWN, d_reclen=32, d_name="m52790.mod.o"} {d_ino=53258670, d_off=1384, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7127.ko.cmd"} {d_ino=53258693, d_off=1388, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9840.mod.o.cmd"} {d_ino=53258629, d_off=1392, d_type=DT_UNKNOWN, d_reclen=40, d_name=".m52790.mod.o.cmd"} {d_ino=53258628, d_off=1395, d_type=DT_UNKNOWN, d_reclen=32, d_name="m52790.ko"} {d_ino=53258630, d_off=1399, d_type=DT_UNKNOWN, d_reclen=40, d_name=".m52790.ko.cmd"} {d_ino=53258631, d_off=1402, d_type=DT_UNKNOWN, d_reclen=40, d_name="msp3400.mod.o"} {d_ino=53258669, d_off=1406, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7127.mod.o.cmd"} {d_ino=53258695, d_off=1410, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda9875.mod.o"} {d_ino=53258633, d_off=1414, d_type=DT_UNKNOWN, d_reclen=40, d_name=".msp3400.mod.o.cmd"} {d_ino=53258632, d_off=1417, d_type=DT_UNKNOWN, d_reclen=32, d_name="msp3400.ko"} {d_ino=53258634, d_off=1421, d_type=DT_UNKNOWN, d_reclen=40, d_name=".msp3400.ko.cmd"} {d_ino=53258635, d_off=1424, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.mod.o"} {d_ino=53258677, d_off=1428, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7185.mod.o.cmd"} {d_ino=53258703, d_off=1431, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea6420.mod.o"} {d_ino=53258637, d_off=1435, d_type=DT_UNKNOWN, d_reclen=40, d_name=".mxb.mod.o.cmd"} {d_ino=53258636, d_off=1438, d_type=DT_UNKNOWN, d_reclen=32, d_name="mxb.ko"} {d_ino=53258638, d_off=1441, d_type=DT_UNKNOWN, d_reclen=32, d_name=".mxb.ko.cmd"} {d_ino=53258639, d_off=1444, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov7670.mod.o"} {d_ino=53258671, d_off=1447, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa717x.mod.o"} {d_ino=53258686, d_off=1452, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tcm825x.ko.cmd"} {d_ino=53258641, d_off=1456, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ov7670.mod.o.cmd"} {d_ino=53258640, d_off=1459, d_type=DT_UNKNOWN, d_reclen=32, d_name="ov7670.ko"} {d_ino=53258642, d_off=1463, d_type=DT_UNKNOWN, d_reclen=40, d_name=".ov7670.ko.cmd"} {d_ino=53258643, d_off=1467, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa5246a.mod.o"} {d_ino=53258673, d_off=1471, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa717x.mod.o.cmd"} {d_ino=53258697, d_off=1475, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9875.mod.o.cmd"} {d_ino=53258645, d_off=1479, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5246a.mod.o.cmd"} {d_ino=53258644, d_off=1482, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5246a.ko"} {d_ino=53258646, d_off=1486, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5246a.ko.cmd"} {d_ino=53258647, d_off=1489, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa5249.mod.o"} {d_ino=53258672, d_off=1492, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa717x.ko"} {d_ino=53258687, d_off=1497, d_type=DT_UNKNOWN, d_reclen=40, d_name="tda7432.mod.o"} {d_ino=53258649, d_off=1501, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5249.mod.o.cmd"} {d_ino=53258648, d_off=1504, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa5249.ko"} {d_ino=53258650, d_off=1508, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa5249.ko.cmd"} {d_ino=53258651, d_off=1511, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7110.mod.o"} {d_ino=53258674, d_off=1515, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa717x.ko.cmd"} {d_ino=53258696, d_off=1519, d_type=DT_UNKNOWN, d_reclen=32, d_name="tda9875.ko"} {d_ino=53258653, d_off=1523, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7110.mod.o.cmd"} {d_ino=53258652, d_off=1526, d_type=DT_UNKNOWN, d_reclen=32, d_name="saa7110.ko"} {d_ino=53258657, d_off=1530, d_type=DT_UNKNOWN, d_reclen=40, d_name=".saa7111.mod.o.cmd"} {d_ino=53258679, d_off=1533, d_type=DT_UNKNOWN, d_reclen=40, d_name="saa7191.mod.o"} {d_ino=53258704, d_off=1538, d_type=DT_UNKNOWN, d_reclen=32, d_name="tea6420.ko"} {d_ino=53258698, d_off=1542, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tda9875.ko.cmd"} {d_ino=53258699, d_off=1554, d_type=DT_UNKNOWN, d_reclen=40, d_name="tea6415c.mod.o"} {d_ino=53258701, d_off=1558, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6415c.mod.o.cmd"} {d_ino=53258702, d_off=1570, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6415c.ko.cmd"} {d_ino=53258705, d_off=1574, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6420.mod.o.cmd"} {d_ino=53258706, d_off=1578, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tea6420.ko.cmd"} {d_ino=53258707, d_off=1591, d_type=DT_UNKNOWN, d_reclen=40, d_name="tlv320aic23b.mod.o"}}, 4096) = 4064
getdents64(4, {{d_ino=53258709, d_off=1596, d_type=DT_UNKNOWN, d_reclen=48, d_name=".tlv320aic23b.mod.o.cmd"} {d_ino=53258708, d_off=1600, d_type=DT_UNKNOWN, d_reclen=40, d_name="tlv320aic23b.ko"} {d_ino=53258710, d_off=1604, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tlv320aic23b.ko.cmd"} {d_ino=53258711, d_off=1615, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner.mod.o"} {d_ino=53258713, d_off=1619, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner.mod.o.cmd"} {d_ino=53258712, d_off=1622, d_type=DT_UNKNOWN, d_reclen=32, d_name="tuner.ko"} {d_ino=53258714, d_off=1625, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tuner.ko.cmd"} {d_ino=53258715, d_off=1636, d_type=DT_UNKNOWN, d_reclen=40, d_name="tvaudio.mod.o"} {d_ino=53258717, d_off=1640, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvaudio.mod.o.cmd"} {d_ino=53258716, d_off=1643, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvaudio.ko"} {d_ino=53258718, d_off=1647, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvaudio.ko.cmd"} {d_ino=53258719, d_off=1659, d_type=DT_UNKNOWN, d_reclen=40, d_name="tveeprom.mod.o"} {d_ino=53258753, d_off=1663, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tveeprom.mod.o.cmd"} {d_ino=53258752, d_off=1666, d_type=DT_UNKNOWN, d_reclen=32, d_name="tveeprom.ko"} {d_ino=53258754, d_off=1670, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tveeprom.ko.cmd"} {d_ino=53258755, d_off=1681, d_type=DT_UNKNOWN, d_reclen=40, d_name="tvp5150.mod.o"} {d_ino=53258757, d_off=1685, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvp5150.mod.o.cmd"} {d_ino=53258756, d_off=1688, d_type=DT_UNKNOWN, d_reclen=32, d_name="tvp5150.ko"} {d_ino=53258758, d_off=1692, d_type=DT_UNKNOWN, d_reclen=40, d_name=".tvp5150.ko.cmd"} {d_ino=53258759, d_off=1704, d_type=DT_UNKNOWN, d_reclen=40, d_name="upd64031a.mod.o"} {d_ino=53258761, d_off=1708, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64031a.mod.o.cmd"} {d_ino=53258760, d_off=1711, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64031a.ko"} {d_ino=53258762, d_off=1715, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64031a.ko.cmd"} {d_ino=53258763, d_off=1727, d_type=DT_UNKNOWN, d_reclen=40, d_name="upd64083.mod.o"} {d_ino=53258765, d_off=1731, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64083.mod.o.cmd"} {d_ino=53258764, d_off=1734, d_type=DT_UNKNOWN, d_reclen=32, d_name="upd64083.ko"} {d_ino=53258766, d_off=1738, d_type=DT_UNKNOWN, d_reclen=40, d_name=".upd64083.ko.cmd"} {d_ino=53258775, d_off=1751, d_type=DT_UNKNOWN, d_reclen=32, d_name="videodev.ko"} {d_ino=53392040, d_off=1760, d_type=DT_UNKNOWN, d_reclen=48, d_name=".v4l1-compat.mod.o.cmd"} {d_ino=53258770, d_off=1764, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l1-compat.ko.cmd"} {d_ino=53258596, d_off=1777, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.mod.o"} {d_ino=53392037, d_off=1786, d_type=DT_UNKNOWN, d_reclen=48, d_name=".v4l2-common.mod.o.cmd"} {d_ino=53258774, d_off=1790, d_type=DT_UNKNOWN, d_reclen=40, d_name=".v4l2-common.ko.cmd"} {d_ino=53258773, d_off=1804, d_type=DT_UNKNOWN, d_reclen=40, d_name="videodev.mod.o"} {d_ino=53258772, d_off=1813, d_type=DT_UNKNOWN, d_reclen=48, d_name=".v4l2-int-device.mod.o.cmd"} {d_ino=53258778, d_off=1818, d_type=DT_UNKNOWN, d_reclen=48, d_name=".v4l2-int-device.ko.cmd"} {d_ino=53258779, d_off=1832, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-core.mod.o"} {d_ino=53258781, d_off=1837, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-core.mod.o.cmd"} {d_ino=53258780, d_off=1841, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-core.ko"} {d_ino=53258782, d_off=1845, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-core.ko.cmd"} {d_ino=53258783, d_off=1859, d_type=DT_UNKNOWN, d_reclen=48, d_name="videobuf-dma-sg.mod.o"} {d_ino=53258785, d_off=1864, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-dma-sg.mod.o.cmd"} {d_ino=53258784, d_off=1868, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dma-sg.ko"} {d_ino=53258786, d_off=1873, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-dma-sg.ko.cmd"} {d_ino=53258787, d_off=1886, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dvb.mod.o"} {d_ino=53258789, d_off=1891, d_type=DT_UNKNOWN, d_reclen=48, d_name=".videobuf-dvb.mod.o.cmd"} {d_ino=53258788, d_off=1895, d_type=DT_UNKNOWN, d_reclen=40, d_name="videobuf-dvb.ko"} {d_ino=53258790, d_off=1899, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videobuf-dvb.ko.cmd"} {d_ino=53258767, d_off=1911, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-common.mod.o"} {d_ino=53258776, d_off=1918, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videodev.mod.o.cmd"} {d_ino=53258794, d_off=1922, d_type=DT_UNKNOWN, d_reclen=40, d_name=".videodev.ko.cmd"} {d_ino=53258795, d_off=1934, d_type=DT_UNKNOWN, d_reclen=40, d_name="vp27smpx.mod.o"} {d_ino=53258797, d_off=1938, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vp27smpx.mod.o.cmd"} {d_ino=53258796, d_off=1941, d_type=DT_UNKNOWN, d_reclen=32, d_name="vp27smpx.ko"} {d_ino=53258798, d_off=1945, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vp27smpx.ko.cmd"} {d_ino=53258799, d_off=1956, d_type=DT_UNKNOWN, d_reclen=40, d_name="vpx3220.mod.o"} {d_ino=53258801, d_off=1960, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vpx3220.mod.o.cmd"} {d_ino=53258800, d_off=1963, d_type=DT_UNKNOWN, d_reclen=32, d_name="vpx3220.ko"} {d_ino=53258802, d_off=1967, d_type=DT_UNKNOWN, d_reclen=40, d_name=".vpx3220.ko.cmd"} {d_ino=53258803, d_off=1978, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8739.mod.o"} {d_ino=53258805, d_off=1982, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8739.mod.o.cmd"} {d_ino=53258804, d_off=1985, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8739.ko"} {d_ino=53258806, d_off=1989, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8739.ko.cmd"} {d_ino=53258807, d_off=2000, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8775.mod.o"} {d_ino=53258809, d_off=2004, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8775.mod.o.cmd"} {d_ino=53258808, d_off=2007, d_type=DT_UNKNOWN, d_reclen=32, d_name="wm8775.ko"} {d_ino=53258810, d_off=2011, d_type=DT_UNKNOWN, d_reclen=40, d_name=".wm8775.ko.cmd"} {d_ino=53258768, d_off=2015, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-common.ko"} {d_ino=53258769, d_off=2019, d_type=DT_UNKNOWN, d_reclen=48, d_name="v4l2-int-device.mod.o"} {d_ino=53258771, d_off=2035, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l2-int-device.ko"} {d_ino=53258597, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.ko"}}, 4096) = 2824
_llseek(4, 2035, [2035], SEEK_SET)      = 0
getdents64(4, {{d_ino=53258597, d_off=4294967295, d_type=DT_UNKNOWN, d_reclen=40, d_name="v4l1-compat.ko"}}, 4096) = 40
close(4)                                = 0
write(1, "../linux/drivers/media/dvb/ttusb"..., 965) = 965
write(2, "/usr/src/findutils-4.1.20/find/f"..., 37) = 37
write(2, "../linux/drivers/media/video", 28) = 28
write(2, ": Der Wert ist zu gro\337 f\374r den d"..., 51) = 51
write(2, "\n", 1)                       = 1
fchdir(3)                               = 0
munmap(0xb7ca4000, 4096)                = 0
exit_group(1)                           = ?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:19                   ` wk
@ 2009-01-14 21:24                     ` Chris Mason
  2009-01-14 21:35                       ` Eric Sandeen
  2009-01-14 21:41                       ` wk
  2009-01-14 22:30                     ` Dave Chinner
  1 sibling, 2 replies; 22+ messages in thread
From: Chris Mason @ 2009-01-14 21:24 UTC (permalink / raw)
  To: wk
  Cc: Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro, linux-kernel,
	linux-fsdevel, mchehab

On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
> Chris Mason wrote:
> > On Tue, 2009-01-13 at 13:38 -0700, Matthew Wilcox wrote:
> >   
> >> On Tue, Jan 13, 2009 at 11:37:00AM -0800, Andrew Morton wrote:
> >>     
> >>> I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
> >>>
> >>> googling around a bit seems to indcate that this might be a glibc issue:
> >>>
> >>> http://sourceware.org/bugzilla/show_bug.cgi?id=1864
> >>> http://bugs.gentoo.org/show_bug.cgi?id=146951
> >>>
> >>> But the traces are all using stat64() and fstat64().  And why would it
> >>> just start occurring now?
> >>>       
> >> Maybe glibc is using the 64-bit stat calls and returning -EOVERFLOW to
> >> the application when the results from the kernel turn out to be > 32-bit
> >> in size?
> >>
> >>     
> >
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c31b93a14a453c8756ffd228e24910ffdf30c5d
> >
> > I'd guess the commit above is related, although I don't see any way for
> > it to make things interesting without the user doing mount -o inode64.
> >
> > strace -v should show us more, it would show if the inode numbers coming
> > out of stat64 are big.
> >
> > -chris
> >
> >   
> I cannot fully understand what strace -v outputs (see attachment), but 
> what i see is that 'find' stops after finding a file with d_off = 4294967295
> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
> greater that 32bits, so this could be the reason for the message "value 
> too large".
> 
> 
> 
> I also noticed that i cannot access these files through samba if i boot 
> from 2.6.28 - really strange.
> If i reboot older kernels these are visible in samba again and fully 
> accessible.
> 
> Attached the log from stracing the command which was ivoked by the 
> Makefile from v4l-dvb.
> I guess this is all i could contribute to that problem. Thats stuff for 
> xfs filesystem experts now..

Seems suspect indeed.  Could you please attach the strace for the run
that works on the older kernel?

-chris



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:24                     ` Chris Mason
@ 2009-01-14 21:35                       ` Eric Sandeen
  2009-01-14 21:40                         ` Chris Mason
                                           ` (2 more replies)
  2009-01-14 21:41                       ` wk
  1 sibling, 3 replies; 22+ messages in thread
From: Eric Sandeen @ 2009-01-14 21:35 UTC (permalink / raw)
  To: Chris Mason
  Cc: wk, Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab

Chris Mason wrote:
> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
...
>> I cannot fully understand what strace -v outputs (see attachment), but 
>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
>> greater that 32bits, so this could be the reason for the message "value 
>> too large".
>>
>>
>>
>> I also noticed that i cannot access these files through samba if i boot 
>> from 2.6.28 - really strange.
>> If i reboot older kernels these are visible in samba again and fully 
>> accessible.
>>
>> Attached the log from stracing the command which was ivoked by the 
>> Makefile from v4l-dvb.
>> I guess this is all i could contribute to that problem. Thats stuff for 
>> xfs filesystem experts now..
> 
> Seems suspect indeed.  Could you please attach the strace for the run
> that works on the older kernel?

Chris got my attention on this one; you probably want this fix from hch:

http://oss.sgi.com/archives/xfs/2009-01/msg00158.html

-Eric

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:35                       ` Eric Sandeen
@ 2009-01-14 21:40                         ` Chris Mason
  2009-01-14 23:00                           ` Kay Sievers
  2009-01-14 21:41                         ` Eric Sandeen
  2009-01-14 21:44                         ` Andrew Morton
  2 siblings, 1 reply; 22+ messages in thread
From: Chris Mason @ 2009-01-14 21:40 UTC (permalink / raw)
  To: Eric Sandeen
  Cc: wk, Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab

On Wed, 2009-01-14 at 15:35 -0600, Eric Sandeen wrote:

> >> Attached the log from stracing the command which was ivoked by the 
> >> Makefile from v4l-dvb.
> >> I guess this is all i could contribute to that problem. Thats stuff for 
> >> xfs filesystem experts now..
> > 
> > Seems suspect indeed.  Could you please attach the strace for the run
> > that works on the older kernel?
> 
> Chris got my attention on this one; you probably want this fix from hch:
> 
> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
> 
> -Eric

Seems like this one should get queued for -stable as well if it isn't
already.

-chris



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:24                     ` Chris Mason
  2009-01-14 21:35                       ` Eric Sandeen
@ 2009-01-14 21:41                       ` wk
  1 sibling, 0 replies; 22+ messages in thread
From: wk @ 2009-01-14 21:41 UTC (permalink / raw)
  To: Chris Mason
  Cc: Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro, linux-kernel,
	linux-fsdevel, mchehab

[-- Attachment #1: Type: text/plain, Size: 2584 bytes --]

Chris Mason schrieb:
> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
>   
>> Chris Mason wrote:
>>     
>>> On Tue, 2009-01-13 at 13:38 -0700, Matthew Wilcox wrote:
>>>   
>>>       
>>>> On Tue, Jan 13, 2009 at 11:37:00AM -0800, Andrew Morton wrote:
>>>>     
>>>>         
>>>>> I'd have expected to see stat() returning -EOVERFLOW, but it isn't there.
>>>>>
>>>>> googling around a bit seems to indcate that this might be a glibc issue:
>>>>>
>>>>> http://sourceware.org/bugzilla/show_bug.cgi?id=1864
>>>>> http://bugs.gentoo.org/show_bug.cgi?id=146951
>>>>>
>>>>> But the traces are all using stat64() and fstat64().  And why would it
>>>>> just start occurring now?
>>>>>       
>>>>>           
>>>> Maybe glibc is using the 64-bit stat calls and returning -EOVERFLOW to
>>>> the application when the results from the kernel turn out to be > 32-bit
>>>> in size?
>>>>
>>>>     
>>>>         
>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c31b93a14a453c8756ffd228e24910ffdf30c5d
>>>
>>> I'd guess the commit above is related, although I don't see any way for
>>> it to make things interesting without the user doing mount -o inode64.
>>>
>>> strace -v should show us more, it would show if the inode numbers coming
>>> out of stat64 are big.
>>>
>>> -chris
>>>
>>>   
>>>       
>> I cannot fully understand what strace -v outputs (see attachment), but 
>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
>> greater that 32bits, so this could be the reason for the message "value 
>> too large".
>>
>>
>>
>> I also noticed that i cannot access these files through samba if i boot 
>> from 2.6.28 - really strange.
>> If i reboot older kernels these are visible in samba again and fully 
>> accessible.
>>
>> Attached the log from stracing the command which was ivoked by the 
>> Makefile from v4l-dvb.
>> I guess this is all i could contribute to that problem. Thats stuff for 
>> xfs filesystem experts now..
>>     
>
> Seems suspect indeed.  Could you please attach the strace for the run
> that works on the older kernel?
>
> -chris
>
>
>   
Shure, is attached. Please note:

2.6.28:   {d_ino=53258597, d_off=4294967295, d_type=DT_UNKNOWN, 
d_reclen=40, d_name="v4l1-compat.ko"}
2.6.26.3: {d_ino=53258597, d_off=2147483647, d_type=DT_UNKNOWN, 
d_reclen=40, d_name="v4l1-compat.ko"}

Please also note: 0x7FFFFFFF = 2147483647 -> 0xFFFFFFFF = 4294967295

I think i will go back to < 2.6.28, i don't want to risk my files. :-(((

-Winfried

[-- Attachment #2: find-4.1.20_old_kernel.log.bz2 --]
[-- Type: application/octet-stream, Size: 28316 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:35                       ` Eric Sandeen
  2009-01-14 21:40                         ` Chris Mason
@ 2009-01-14 21:41                         ` Eric Sandeen
  2009-01-14 21:44                         ` Andrew Morton
  2 siblings, 0 replies; 22+ messages in thread
From: Eric Sandeen @ 2009-01-14 21:41 UTC (permalink / raw)
  To: Chris Mason
  Cc: wk, Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab, xfs mailing list

Eric Sandeen wrote:
> Chris Mason wrote:
>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
> ...
>>> I cannot fully understand what strace -v outputs (see attachment), but 
>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
>>> greater that 32bits, so this could be the reason for the message "value 
>>> too large".
>>>
>>>
>>>
>>> I also noticed that i cannot access these files through samba if i boot 
>>> from 2.6.28 - really strange.
>>> If i reboot older kernels these are visible in samba again and fully 
>>> accessible.
>>>
>>> Attached the log from stracing the command which was ivoked by the 
>>> Makefile from v4l-dvb.
>>> I guess this is all i could contribute to that problem. Thats stuff for 
>>> xfs filesystem experts now..
>> Seems suspect indeed.  Could you please attach the strace for the run
>> that works on the older kernel?
> 
> Chris got my attention on this one; you probably want this fix from hch:
> 
> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html

I should have referenced the sgi git tree commit:

http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commitdiff;h=15440319767942a363f282d6585303d3d75088ba

and should have also cc'd the xfs list, doing so now.

-Eric

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:35                       ` Eric Sandeen
  2009-01-14 21:40                         ` Chris Mason
  2009-01-14 21:41                         ` Eric Sandeen
@ 2009-01-14 21:44                         ` Andrew Morton
  2009-01-14 21:48                           ` Eric Sandeen
  2 siblings, 1 reply; 22+ messages in thread
From: Andrew Morton @ 2009-01-14 21:44 UTC (permalink / raw)
  To: Eric Sandeen
  Cc: chris.mason, handygewinnspiel, matthew, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab, stable, Christoph Hellwig,
	Lachlan McIlroy, Timothy Shimmin

On Wed, 14 Jan 2009 15:35:46 -0600
Eric Sandeen <sandeen@sandeen.net> wrote:

> Chris Mason wrote:
> > On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
> ...
> >> I cannot fully understand what strace -v outputs (see attachment), but 
> >> what i see is that 'find' stops after finding a file with d_off = 4294967295
> >> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
> >> greater that 32bits, so this could be the reason for the message "value 
> >> too large".
> >>
> >>
> >>
> >> I also noticed that i cannot access these files through samba if i boot 
> >> from 2.6.28 - really strange.
> >> If i reboot older kernels these are visible in samba again and fully 
> >> accessible.
> >>
> >> Attached the log from stracing the command which was ivoked by the 
> >> Makefile from v4l-dvb.
> >> I guess this is all i could contribute to that problem. Thats stuff for 
> >> xfs filesystem experts now..
> > 
> > Seems suspect indeed.  Could you please attach the strace for the run
> > that works on the older kernel?
> 
> Chris got my attention on this one; you probably want this fix from hch:
> 
> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
> 

Looks likely.  It is below, for anyone who would like to test it.


It is in linux-next.  Guys, do we plan to merge this into 2.6.29?

(cc's stable@kernel.org)

This patch applies OK to 2.6.27 and 2.6.28.  Is it also needed there? 
If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
that it doesn't get lost.





commit 15440319767942a363f282d6585303d3d75088ba
Author:     Christoph Hellwig <hch@infradead.org>
AuthorDate: Thu Jan 8 14:00:00 2009 -0500
Commit:     Lachlan McIlroy <lachlan@redback.melbourne.sgi.com>
CommitDate: Fri Jan 9 16:18:24 2009 +1100

    [XFS] truncate readdir offsets to signed 32 bit values
    
    John Stanley reported EOVERFLOW errors in readdir from his self-build
    glibc.  I traced this down to glibc enabling d_off overflow checks
    in one of the about five million different getdents implementations.
    
    In 2.6.28 Dave Woodhouse moved our readdir double buffering required
    for NFS4 readdirplus into nfsd and at that point we lost the capping
    of the directory offsets to 32 bit signed values.  Johns glibc used
    getdents64 to even implement readdir for normal 32 bit offset dirents,
    and failed with EOVERFLOW only if this happens on the first dirent in
    a getdents call.  I managed to come up with a testcase that uses
    raw getdents and does the EOVERFLOW check manually.  We always hit
    it with our last entry due to the special end of directory marker.
    
    The patch below is a dumb version of just putting back the masking,
    to make sure we have the same behavior as in 2.6.27 and earlier.
    
    I will work on a better and cleaner fix for 2.6.30.
    
    Reported-by: John Stanley <jpsinthemix@verizon.net>
    Tested-by: John Stanley <jpsinthemix@verizon.net>
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: Dave Chinner <david@fromorbit.com>
    Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>

diff --git a/fs/xfs/xfs_dir2_block.c b/fs/xfs/xfs_dir2_block.c
index e2fa0a1..e1f0a06 100644
--- a/fs/xfs/xfs_dir2_block.c
+++ b/fs/xfs/xfs_dir2_block.c
@@ -517,9 +517,9 @@ xfs_dir2_block_getdents(
 		/*
 		 * If it didn't fit, set the final offset to here & return.
 		 */
-		if (filldir(dirent, dep->name, dep->namelen, cook,
+		if (filldir(dirent, dep->name, dep->namelen, cook & 0x7fffffff,
 			    ino, DT_UNKNOWN)) {
-			*offset = cook;
+			*offset = cook & 0x7fffffff;
 			xfs_da_brelse(NULL, bp);
 			return 0;
 		}
@@ -529,7 +529,8 @@ xfs_dir2_block_getdents(
 	 * Reached the end of the block.
 	 * Set the offset to a non-existent block 1 and return.
 	 */
-	*offset = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk + 1, 0);
+	*offset = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk + 1, 0) &
+			0x7fffffff;
 	xfs_da_brelse(NULL, bp);
 	return 0;
 }
diff --git a/fs/xfs/xfs_dir2_leaf.c b/fs/xfs/xfs_dir2_leaf.c
index 9353599..ef805a3 100644
--- a/fs/xfs/xfs_dir2_leaf.c
+++ b/fs/xfs/xfs_dir2_leaf.c
@@ -1092,7 +1092,7 @@ xfs_dir2_leaf_getdents(
 		 * Won't fit.  Return to caller.
 		 */
 		if (filldir(dirent, dep->name, dep->namelen,
-			    xfs_dir2_byte_to_dataptr(mp, curoff),
+			    xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff,
 			    ino, DT_UNKNOWN))
 			break;
 
@@ -1108,9 +1108,9 @@ xfs_dir2_leaf_getdents(
 	 * All done.  Set output offset value to current offset.
 	 */
 	if (curoff > xfs_dir2_dataptr_to_byte(mp, XFS_DIR2_MAX_DATAPTR))
-		*offset = XFS_DIR2_MAX_DATAPTR;
+		*offset = XFS_DIR2_MAX_DATAPTR & 0x7fffffff;
 	else
-		*offset = xfs_dir2_byte_to_dataptr(mp, curoff);
+		*offset = xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff;
 	kmem_free(map);
 	if (bp)
 		xfs_da_brelse(NULL, bp);
diff --git a/fs/xfs/xfs_dir2_sf.c b/fs/xfs/xfs_dir2_sf.c
index b46af00..a8a8a6e 100644
--- a/fs/xfs/xfs_dir2_sf.c
+++ b/fs/xfs/xfs_dir2_sf.c
@@ -752,8 +752,8 @@ xfs_dir2_sf_getdents(
 #if XFS_BIG_INUMS
 		ino += mp->m_inoadd;
 #endif
-		if (filldir(dirent, ".", 1, dot_offset, ino, DT_DIR)) {
-			*offset = dot_offset;
+		if (filldir(dirent, ".", 1, dot_offset & 0x7fffffff, ino, DT_DIR)) {
+			*offset = dot_offset & 0x7fffffff;
 			return 0;
 		}
 	}
@@ -766,8 +766,8 @@ xfs_dir2_sf_getdents(
 #if XFS_BIG_INUMS
 		ino += mp->m_inoadd;
 #endif
-		if (filldir(dirent, "..", 2, dotdot_offset, ino, DT_DIR)) {
-			*offset = dotdot_offset;
+		if (filldir(dirent, "..", 2, dotdot_offset & 0x7fffffff, ino, DT_DIR)) {
+			*offset = dotdot_offset & 0x7fffffff;
 			return 0;
 		}
 	}
@@ -791,14 +791,15 @@ xfs_dir2_sf_getdents(
 #endif
 
 		if (filldir(dirent, sfep->name, sfep->namelen,
-					    off, ino, DT_UNKNOWN)) {
-			*offset = off;
+			    off & 0x7fffffff, ino, DT_UNKNOWN)) {
+			*offset = off & 0x7fffffff;
 			return 0;
 		}
 		sfep = xfs_dir2_sf_nextentry(sfp, sfep);
 	}
 
-	*offset = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk + 1, 0);
+	*offset = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk + 1, 0) &
+			0x7fffffff;
 	return 0;
 }
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:44                         ` Andrew Morton
@ 2009-01-14 21:48                           ` Eric Sandeen
  2009-01-14 22:57                             ` Lachlan McIlroy
  2009-01-18 22:06                             ` Christoph Hellwig
  0 siblings, 2 replies; 22+ messages in thread
From: Eric Sandeen @ 2009-01-14 21:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: handygewinnspiel, matthew, linux-kernel, mchehab, rjw, viro,
	linux-fsdevel, HWerner4, xfs mailing list, Christoph Hellwig,
	stable, chris.mason

Andrew Morton wrote:
> On Wed, 14 Jan 2009 15:35:46 -0600
> Eric Sandeen <sandeen@sandeen.net> wrote:
> 
>> Chris Mason wrote:
>>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
>> ...
>>>> I cannot fully understand what strace -v outputs (see attachment), but 
>>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
>>>> greater that 32bits, so this could be the reason for the message "value 
>>>> too large".
>>>>
>>>>
>>>>
>>>> I also noticed that i cannot access these files through samba if i boot 
>>>> from 2.6.28 - really strange.
>>>> If i reboot older kernels these are visible in samba again and fully 
>>>> accessible.
>>>>
>>>> Attached the log from stracing the command which was ivoked by the 
>>>> Makefile from v4l-dvb.
>>>> I guess this is all i could contribute to that problem. Thats stuff for 
>>>> xfs filesystem experts now..
>>> Seems suspect indeed.  Could you please attach the strace for the run
>>> that works on the older kernel?
>> Chris got my attention on this one; you probably want this fix from hch:
>>
>> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
>>
> 
> Looks likely.  It is below, for anyone who would like to test it.
> 
> 
> It is in linux-next.  Guys, do we plan to merge this into 2.6.29?

It should be merged there, yes.  Was hoping that sgi would request that
soon....

> (cc's stable@kernel.org)
> 
> This patch applies OK to 2.6.27 and 2.6.28.  Is it also needed there? 
> If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
> that it doesn't get lost.
> 

It is needed for .28, but should not be needed for .27 AFAIK.

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:19                   ` wk
  2009-01-14 21:24                     ` Chris Mason
@ 2009-01-14 22:30                     ` Dave Chinner
  2009-01-15 19:41                       ` wk
  1 sibling, 1 reply; 22+ messages in thread
From: Dave Chinner @ 2009-01-14 22:30 UTC (permalink / raw)
  To: wk
  Cc: Chris Mason, Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab

On Wed, Jan 14, 2009 at 10:19:39PM +0100, wk wrote:
> Chris Mason wrote:
> I cannot fully understand what strace -v outputs (see attachment), but  
> what i see is that 'find' stops after finding a file with d_off = 
> 4294967295
> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be  
> greater that 32bits, so this could be the reason for the message "value  
> too large".
>
>
>
> I also noticed that i cannot access these files through samba if i boot  
> from 2.6.28 - really strange.
> If i reboot older kernels these are visible in samba again and fully  
> accessible.
>
> Attached the log from stracing the command which was ivoked by the  
> Makefile from v4l-dvb.
> I guess this is all i could contribute to that problem. Thats stuff for  
> xfs filesystem experts now..

It's obviously the regression fixed by:

http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commit;h=15440319767942a363f282d6585303d3d75088ba

It needs to be pushed to Linus, then into 2.6.28-stable.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:48                           ` Eric Sandeen
@ 2009-01-14 22:57                             ` Lachlan McIlroy
  2009-01-18 22:06                             ` Christoph Hellwig
  1 sibling, 0 replies; 22+ messages in thread
From: Lachlan McIlroy @ 2009-01-14 22:57 UTC (permalink / raw)
  To: Eric Sandeen
  Cc: Andrew Morton, chris.mason, handygewinnspiel, matthew, rjw,
	HWerner4, viro, linux-kernel, linux-fsdevel, mchehab, stable,
	Christoph Hellwig, xfs mailing list

Eric Sandeen wrote:
> Andrew Morton wrote:
>> On Wed, 14 Jan 2009 15:35:46 -0600
>> Eric Sandeen <sandeen@sandeen.net> wrote:
>>
>>> Chris Mason wrote:
>>>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
>>> ...
>>>>> I cannot fully understand what strace -v outputs (see attachment), but 
>>>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>>>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be 
>>>>> greater that 32bits, so this could be the reason for the message "value 
>>>>> too large".
>>>>>
>>>>>
>>>>>
>>>>> I also noticed that i cannot access these files through samba if i boot 
>>>>> from 2.6.28 - really strange.
>>>>> If i reboot older kernels these are visible in samba again and fully 
>>>>> accessible.
>>>>>
>>>>> Attached the log from stracing the command which was ivoked by the 
>>>>> Makefile from v4l-dvb.
>>>>> I guess this is all i could contribute to that problem. Thats stuff for 
>>>>> xfs filesystem experts now..
>>>> Seems suspect indeed.  Could you please attach the strace for the run
>>>> that works on the older kernel?
>>> Chris got my attention on this one; you probably want this fix from hch:
>>>
>>> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
>>>
>> Looks likely.  It is below, for anyone who would like to test it.
>>
>>
>> It is in linux-next.  Guys, do we plan to merge this into 2.6.29?
> 
> It should be merged there, yes.  Was hoping that sgi would request that
> soon....
I was going to do it yesterday after merging in another patch series but
there was problem with one of the patches.  I'll get a pull request out
real soon.

> 
>> (cc's stable@kernel.org)
>>
>> This patch applies OK to 2.6.27 and 2.6.28.  Is it also needed there? 
>> If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
>> that it doesn't get lost.
>>
> 
> It is needed for .28, but should not be needed for .27 AFAIK.
> 
> -Eric
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:40                         ` Chris Mason
@ 2009-01-14 23:00                           ` Kay Sievers
  2009-01-15  1:54                             ` Chris Mason
  0 siblings, 1 reply; 22+ messages in thread
From: Kay Sievers @ 2009-01-14 23:00 UTC (permalink / raw)
  To: Chris Mason
  Cc: Eric Sandeen, wk, Matthew Wilcox, Andrew Morton, rjw, HWerner4,
	viro, linux-kernel, linux-fsdevel, mchehab

On Wed, Jan 14, 2009 at 22:40, Chris Mason <chris.mason@oracle.com> wrote:
> On Wed, 2009-01-14 at 15:35 -0600, Eric Sandeen wrote:
>
>> >> Attached the log from stracing the command which was ivoked by the
>> >> Makefile from v4l-dvb.
>> >> I guess this is all i could contribute to that problem. Thats stuff for
>> >> xfs filesystem experts now..
>> >
>> > Seems suspect indeed.  Could you please attach the strace for the run
>> > that works on the older kernel?
>>
>> Chris got my attention on this one; you probably want this fix from hch:
>>
>> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
>
> Seems like this one should get queued for -stable as well if it isn't
> already.

Chris, is this similar to the thing we've seen with btrfs? Is this fixed?

 "> I see the same issue on x86 32 bit, with the additional __llseek()
  > between the getdents64(), and the last entry returned by readdir
  > ignored.
  >
  > If I change the returned LLONG_MAX to LONG_MAX in inode.c, it all
  > works fine, and the __llseek() disappears.

  Ok, thanks I'll work up a patch."

  http://article.gmane.org/gmane.comp.file-systems.btrfs/1774

Thanks,
Kay

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 23:00                           ` Kay Sievers
@ 2009-01-15  1:54                             ` Chris Mason
  0 siblings, 0 replies; 22+ messages in thread
From: Chris Mason @ 2009-01-15  1:54 UTC (permalink / raw)
  To: Kay Sievers
  Cc: Eric Sandeen, wk, Matthew Wilcox, Andrew Morton, rjw, HWerner4,
	viro, linux-kernel, linux-fsdevel, mchehab

On Thu, 2009-01-15 at 00:00 +0100, Kay Sievers wrote:
> On Wed, Jan 14, 2009 at 22:40, Chris Mason <chris.mason@oracle.com> wrote:
> > On Wed, 2009-01-14 at 15:35 -0600, Eric Sandeen wrote:
> >
> >> >> Attached the log from stracing the command which was ivoked by the
> >> >> Makefile from v4l-dvb.
> >> >> I guess this is all i could contribute to that problem. Thats stuff for
> >> >> xfs filesystem experts now..
> >> >
> >> > Seems suspect indeed.  Could you please attach the strace for the run
> >> > that works on the older kernel?
> >>
> >> Chris got my attention on this one; you probably want this fix from hch:
> >>
> >> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
> >
> > Seems like this one should get queued for -stable as well if it isn't
> > already.
> 
> Chris, is this similar to the thing we've seen with btrfs? Is this fixed?

Similar yes, although I can't blame my bug on David Woodhouse.  Not
fixed yet, but I'll jump on it this week.

-chris



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 22:30                     ` Dave Chinner
@ 2009-01-15 19:41                       ` wk
  2009-01-15 22:23                         ` Dave Chinner
  0 siblings, 1 reply; 22+ messages in thread
From: wk @ 2009-01-15 19:41 UTC (permalink / raw)
  To: wk, Chris Mason, Matthew Wilcox, Andrew Morton, rjw, HWerner4,
	viro

Dave Chinner wrote:
> On Wed, Jan 14, 2009 at 10:19:39PM +0100, wk wrote:
>   
>> Chris Mason wrote:
>> I cannot fully understand what strace -v outputs (see attachment), but  
>> what i see is that 'find' stops after finding a file with d_off = 
>> 4294967295
>> 4294967295  =  0xFFFFFFFF, adding any number greater that zero will be  
>> greater that 32bits, so this could be the reason for the message "value  
>> too large".
>>
>>
>>
>> I also noticed that i cannot access these files through samba if i boot  
>> from 2.6.28 - really strange.
>> If i reboot older kernels these are visible in samba again and fully  
>> accessible.
>>
>> Attached the log from stracing the command which was ivoked by the  
>> Makefile from v4l-dvb.
>> I guess this is all i could contribute to that problem. Thats stuff for  
>> xfs filesystem experts now..
>>     
>
> It's obviously the regression fixed by:
>
> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commit;h=15440319767942a363f282d6585303d3d75088ba
>
> It needs to be pushed to Linus, then into 2.6.28-stable.
>
> Cheers,
>
> Dave.
>   

Yes, that solves the problems as expected. But may i kindly ask the xfs 
fs developers to put some more readable patch here,
so that its better understandable by looking at the source code? I think 
some macro would be better here, for example i used

#define TRUNC_TO_SIGNED32(x) (x & 0x7FFFFFFF)

inside xfs.h and replaced all "foo & 0x7fffffff" with 
"TRUNC_TO_SIGNED32(foo)".

Thanks for your help,
Winfried

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-15 19:41                       ` wk
@ 2009-01-15 22:23                         ` Dave Chinner
  0 siblings, 0 replies; 22+ messages in thread
From: Dave Chinner @ 2009-01-15 22:23 UTC (permalink / raw)
  To: wk
  Cc: Chris Mason, Matthew Wilcox, Andrew Morton, rjw, HWerner4, viro,
	linux-kernel, linux-fsdevel, mchehab

On Thu, Jan 15, 2009 at 08:41:40PM +0100, wk wrote:
> Dave Chinner wrote:
>> It's obviously the regression fixed by:
>>
>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commit;h=15440319767942a363f282d6585303d3d75088ba
>>
>> It needs to be pushed to Linus, then into 2.6.28-stable.
>
> Yes, that solves the problems as expected. But may i kindly ask the xfs  
> fs developers to put some more readable patch here,
> so that its better understandable by looking at the source code? I think  
> some macro would be better here, for example i used
>
> #define TRUNC_TO_SIGNED32(x) (x & 0x7FFFFFFF)
>
> inside xfs.h and replaced all "foo & 0x7fffffff" with  
> "TRUNC_TO_SIGNED32(foo)".

>From the commit description:

"The patch below is a dumb version of just putting back the masking,
 to make sure we have the same behavior as in 2.6.27 and earlier.

 I will work on a better and cleaner fix for 2.6.30."

And in more detail, read the review thread:

http://oss.sgi.com/archives/xfs/2008-12/msg01168.html

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [linux-dvb] compiling on 2.6.28 broken?
  2009-01-14 21:48                           ` Eric Sandeen
  2009-01-14 22:57                             ` Lachlan McIlroy
@ 2009-01-18 22:06                             ` Christoph Hellwig
  1 sibling, 0 replies; 22+ messages in thread
From: Christoph Hellwig @ 2009-01-18 22:06 UTC (permalink / raw)
  To: Eric Sandeen
  Cc: Andrew Morton, chris.mason, handygewinnspiel, matthew, rjw,
	HWerner4, viro, linux-kernel, linux-fsdevel, mchehab, stable,
	Christoph Hellwig, Lachlan McIlroy, xfs mailing list

On Wed, Jan 14, 2009 at 03:48:40PM -0600, Eric Sandeen wrote:
> > This patch applies OK to 2.6.27 and 2.6.28.  Is it also needed there? 
> > If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
> > that it doesn't get lost.
> > 
> 
> It is needed for .28, but should not be needed for .27 AFAIK.

That's correct.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2009-01-18 22:07 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20090112190420.51f75853@pedra.chehab.org>
     [not found] ` <20090112132130.6c932b85.akpm@linux-foundation.org>
     [not found]   ` <20090112220624.4fbfee34@pedra.chehab.org>
     [not found]     ` <20090112162337.318dd61d.akpm@linux-foundation.org>
2009-01-13 18:47       ` [linux-dvb] compiling on 2.6.28 broken? handygewinnspiel
2009-01-13 18:59         ` Andrew Morton
2009-01-13 19:17           ` handygewinnspiel
2009-01-13 19:37             ` Andrew Morton
2009-01-13 20:02               ` handygewinnspiel
2009-01-13 20:38               ` Matthew Wilcox
2009-01-14 18:29                 ` Chris Mason
2009-01-14 21:19                   ` wk
2009-01-14 21:24                     ` Chris Mason
2009-01-14 21:35                       ` Eric Sandeen
2009-01-14 21:40                         ` Chris Mason
2009-01-14 23:00                           ` Kay Sievers
2009-01-15  1:54                             ` Chris Mason
2009-01-14 21:41                         ` Eric Sandeen
2009-01-14 21:44                         ` Andrew Morton
2009-01-14 21:48                           ` Eric Sandeen
2009-01-14 22:57                             ` Lachlan McIlroy
2009-01-18 22:06                             ` Christoph Hellwig
2009-01-14 21:41                       ` wk
2009-01-14 22:30                     ` Dave Chinner
2009-01-15 19:41                       ` wk
2009-01-15 22:23                         ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).