Displaying 3 results from an estimated 3 matches for "f_freesp".
2006 May 15
1
Sparse file support in Java?
Does anyone know if there is support in Java for creating holes in a
sparse file (like one can do via fcntl(F_FREESP) in C)? Would like to
avoid writing JNI code if there is already support for this somewhere in
the JDK.
Chuck
2015 Nov 03
26
[Bug 11588] New: missing option: preallocate for all files except for sparse
https://bugzilla.samba.org/show_bug.cgi?id=11588
Bug ID: 11588
Summary: missing option: preallocate for all files except for
sparse
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
2003 Aug 01
0
FW: winbind on Solaris 2.5.1 not working.
...amba/var/locks/winbindd_cache.tdb",
O_RDWR|O_CREAT|O_TRUNC, 0600) = 6
550: fcntl(6, F_SETLKW, 0xEFFFECA0) = 0
550: fcntl(6, F_SETLK, 0xEFFFECA0) = 0
550: read(6, 0x00133F8C, 168) = 0
550: brk(0x00176D70) = 0
550: brk(0x0017CD70) = 0
550: lseek(6, 0, SEEK_SET) = 0
550: fcntl(6, F_FREESP, 0xEFFFEC44) = 0
550: write(6, " T D B f i l e\n\0\0\0".., 20172) = 20172
550: fstat(6, 0xEFFFED38) = 0
550: brk(0x0017CD70) = 0
550: brk(0x00180D70) = 0
550: mmap(0x00000000, 20172, PROT_READ|PROT_WRITE, MAP_SHARED, 6, 0) =
0xEF630000
550: lseek(6, 40, SEEK_SET) = 40
55...