search for: __s_iflnk

Displaying 2 results from an estimated 2 matches for "__s_iflnk".

2008 Sep 01
0
Feature request: preallocation of directories
...<string.h> #include <errno.h> #include <sys/param.h> #include <sys/stat.h> #include "ext2fs/ext2_fs.h" #ifdef __GNUC__ #define EXT2FS_ATTR(x) __attribute__(x) #else #define EXT2FS_ATTR(x) #endif #ifndef S_ISLNK /* So we can compile even with gcc-warn */ # ifdef __S_IFLNK # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) # else # define S_ISLNK(mode) 0 # endif #endif #include "et/com_err.h" #include "e2p/e2p.h" static const char * program_name = "copy_dirstruct"; #ifdef _LFS64_LARGEFILE #define LSTAT lstat64 #define STRUCT_ST...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>