search for: statfs64

Displaying 15 results from an estimated 15 matches for "statfs64".

Did you mean: statvfs64
2010 Jun 17
4
[PATCH] Improve support for exporting btrfs subvolumes.
If you export two subvolumes of a btrfs filesystem, they will both be given the same uuid so lookups will be confused. blkid cannot differentiate the two, so we must use the fsid from statfs64 to identify the filesystem. We cannot tell if blkid or statfs is best without knowing internal details of the filesystem in question, so we need to encode specific knowledge of btrfs in mountd. This is unfortunate. To ensure smooth handling of this and possible future changes in uuid generation,...
2005 Dec 17
2
[patch] fix defintion of struct statfs64
From: Steve Langasek <vorlon@debian.org> Fix the definition of struct statfs64, required for run-init to work on alpha. verified to have no regressions on amd64. Signed-off-by: maximilian attems <janitor@sternwelten.at> Signed-off-by: Frederik Sch?ler <fschueler-guest@costa.debian.org> --- klibc-1.1.1.orig/include/sys/vfs.h +++ klibc-1.1.1/include/sys/vfs.h @@...
2004 Jun 07
1
klibc-0.124 released with 64-bit off_t and struct statfs64
It's checked in, it seems to work, it didn't bloat the system significantly, but it makes life a lot easier... I just released klibc-0.124 with the 64-bit off_t and statfs64 changes. The API shouldn't have changed, but the ABI is now 64 bits in (hopefully) all the right places. It's probably buggy... beat me up or (better) send a patch... -hpa
2006 Feb 19
2
[patch] statfs64 sparc64 fix
...'t define __sparc64__ :) It does define __arch64__ though. Signed-off-by: maximilian attems <maks@sternwelten.at> --- klibc-1.2.2.orig/include/sys/vfs.h 2006-02-15 18:32:10.000000000 +0100 +++ klibc-1.2.2/include/sys/vfs.h 2006-02-15 18:32:35.000000000 +0100 @@ -13,7 +13,7 @@ /* struct statfs64 -- there seems to be two standards - one for 32 and one for 64 bits, and they're incompatible... */ -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc64__) +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__arch64__) struct st...
2006 Apr 04
0
[patch] statfs64 sparc_v9 fix
...ch by Sjoerd Simons <sjoerd@spring.luon.net> Signed-off-by: maximilian attems <maks@sternwelten.at> --- resend --- klibc-1.2.2.orig/include/sys/vfs.h 2006-02-15 18:32:10.000000000 +0100 +++ klibc-1.2.2/include/sys/vfs.h 2006-02-15 18:32:35.000000000 +0100 @@ -13,7 +13,7 @@ /* struct statfs64 -- there seems to be two standards - one for 32 and one for 64 bits, and they're incompatible... */ -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc64__) +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc_v9__) struct...
2015 Apr 22
3
Samba 4 slow write
Hi Louis, On Wed, Apr 22, 2015 at 01:15:21PM +0200, L.P.H. van Belle wrote: > Or.. > get the sources and recompile agains 14.04 > > use the following commands. > enable the deb-src in /etc/apt/sources.list > and run : > > apt-get build-dep sernet-samba > apt-get source sernet-samba -b > > you wil end up with .deb files ;-) yep, thanks - I'll check it
2015 Apr 23
0
Samba 4 slow write
...3 brk 0.00 0.000000 0 1 ioctl 0.00 0.000000 0 8 dup2 0.00 0.000000 0 3 getcwd 0.00 0.000000 0 58 getdents64 0.00 0.000000 0 1 statfs64 ------ ----------- ----------- --------- --------- ---------------- 100.00 0.668419 14370748 335972 total [B] % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 43.37 0.179108 1 165094...
2015 Apr 23
2
Samba 4 slow write
...00 0.000000 0 1 ioctl > 0.00 0.000000 0 8 dup2 > 0.00 0.000000 0 3 getcwd > 0.00 0.000000 0 58 getdents64 > 0.00 0.000000 0 1 statfs64 > ------ ----------- ----------- --------- --------- ---------------- > 100.00 0.668419 14370748 335972 total > > [B] > % time seconds usecs/call calls errors syscall > ------ ----------- ----------- --------- --------- ---------------- > 43.37...
2013 Oct 09
0
[PATCH 1/1] Porting klibc to AArch64
...c,sparc64,ia64,aarch64> pid_t fork(); <sparc,sparc64> pid_t fork at forkish(); #endif #if _KLIBC_REAL_VFORK @@ -91,7 +91,7 @@ int mount(const char *, const char *, const char *, unsigned long, const void *) <?> int pivot_root(const char *, const char *); int sync(); #ifdef __NR_statfs64 -int statfs64::__statfs64(const char *, size_t, struct statfs *); +int statfs64::__statfs64(const char *, struct statfs *); #else int statfs(const char *, struct statfs *); #endif @@ -109,7 +109,7 @@ int swapoff(const char *); <!aarch64> int access(const char *, int); int faccessat(int,...
2004 Jun 07
0
Massive code drop
I have released a patch for klibc which changes off_t to 64 bits, and hopefully deals with most of the rest of the fallout. We shouldn't be using any obsolescent types anymore, except for struct statfs (I intend to hack that next so we use statfs64() and fstatfs64()). We're still using some older system calls, like sigaction() instead of rt_sigaction() where available, but that's a pure convenience. -hpa
2013 Aug 27
0
Latest chromium i686 - Illegal Instruction
...ated version or the botched 64-bit pepperflash installation, the script doesn't seem to do anything other than create /opt/chromium/PepperFlash and update the .desktop file. I ran an strace of /opt/chromium/chrome-wrapper and put it here: http://pastie.org/8272854 - it's always crashing on statfs64("/selinux", ....) - not sure what that means though. /selinux exists, selinux is actually disabled. Anyone else having issues like this? Thank you, Josh
2010 Jun 02
2
NFS exporting btrfs subvolumes.
NFS needs a unique identifier for a filesystem to be able to export it. This can be set by the admin (fsid= in /etc/exports) but that is a hassle and it is best to set it automatically. nfs-utils currently uses the UUID returned by libblkid if that works, or the fsid returned by statfs64 if libblkid finds nothings and fsid is non-zero. Otherwise it uses device major/minor. This doesn''t work well for btrfs as all subvolumes are mounted from the same device and so report the same UUID. But the fsid provides better uniqueness (despite being only half as many bits), at leas...
2018 Jul 02
0
Samba 4.3.11 accessing disk every minute
...fd=31, revents=POLLIN}]) readv(31, [{"\0\0\0h", 4}], 1) = 4 readv(31, [{"\376SMB@\0\1\0\0\0\0\0\20\0\1\0000\0\0\0\0\0\0\0W\1\0\0\0\0\0\0"..., 104}], 1) = 104 gettimeofday({1530539063, 72650}, NULL) = 0 stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 statfs64(".", 88, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=1451469082, f_bfree=912073125, f_bavail=897438740, f_files=182882304, f_ffree=182881143, f_fsid={2141529791, -1094344988}, f_namelen=255, f_frsize=4096}) = 0 stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, .....
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...FOUND: bdflush SYSCALL FOUND: readv SYSCALL FOUND: remap_file_pages SYSCALL FOUND: sendfile64 SYSCALL FOUND: setgroups SYSCALL FOUND: sched_getscheduler SYSCALL FOUND: sysfs SYSCALL FOUND: chdir SYSCALL FOUND: stat64 SYSCALL FOUND: uname SYSCALL FOUND: setfsuid SYSCALL FOUND: getsid SYSCALL FOUND: fstatfs64 SYSCALL FOUND: brk SYSCALL FOUND: mpx SYSCALL FOUND: clock_nanosleep SYSCALL FOUND: setxattr SYSCALL FOUND: adjtimex SYSCALL FOUND: getpgid SYSCALL FOUND: fstat SYSCALL FOUND: getgroups SYSCALL FOUND: sigaltstack SYSCALL FOUND: sys_debug_setcontext SYSCALL FOUND: chown SYSCALL FOUND: timer_getoverr...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux