Searched refs:common_getxattr (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 2341 static int common_getxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, in common_getxattr() function 2373 res = common_getxattr(f, req, ino, name, value, size); in fuse_lib_getxattr() 2380 res = common_getxattr(f, req, ino, name, NULL, 0); in fuse_lib_getxattr()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 3827 static int common_getxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, in common_getxattr() function 3856 res = common_getxattr(f, req, ino, name, value, size); in fuse_lib_getxattr() 3863 res = common_getxattr(f, req, ino, name, NULL, 0); in fuse_lib_getxattr()
|
Completed in 12 milliseconds