aboutsummaryrefslogtreecommitdiffstats
path: root/test/stracedecode.c
AgeCommit message (Collapse)AuthorLines
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo-0/+1
This patch implements readdirplus support in FUSE usersapce. It adds a new fuse lowlevel operations fuse_lowleve_ops::readdir_plus, corespoding mount options and helper functions to maintain buffer. [From: Eric Wong <normalperson@yhbt.net>] This makes our terminology consistent with NFS and our kernel module, as well as reducing user/developer confusion in the command-line. Note: I'm keeping "fuse_add_direntry_plus" since that is less standardized in its use than "readdirplus" for now. Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
2007-12-12change indentingMiklos Szeredi-174/+174
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-0/+197