Lines Matching refs:entry
1031 struct fuse_entry_param entry;
1061 &security,&entry,iref);
1071 fuse_reply_entry(req, &entry);
1304 * causes Darwin/Mac OS X to bug out and skip the entry.
1357 " directory entry (inode %lld)\n",
2544 struct fuse_entry_param entry;
2547 0, &entry, NULL, fi);
2551 fuse_reply_create(req, &entry, fi);
2572 struct fuse_entry_param entry;
2575 &entry, target, (struct fuse_file_info*)NULL);
2579 fuse_reply_entry(req, &entry);
2677 struct fuse_entry_param entry;
2680 res = ntfs_fuse_newlink(req, ino, newparent, newname, &entry);
2684 fuse_reply_entry(req, &entry);
3157 struct fuse_entry_param entry;
3160 0, &entry, (char*)NULL, (struct fuse_file_info*)NULL);
3164 fuse_reply_entry(req, &entry);