Home | History | Annotate | Download | only in refuse

Lines Matching defs:shim

774 /* Translate dirent DT_* to mode_t. Needed by shim functions. */
793 /* This is a shim function that satisfies the type of
797 struct fuse_fill_dir_v23_shim* shim = handle;
804 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
808 /* This is a shim function that satisfies the type of
812 struct fuse_fill_dir_v23_shim* shim = handle;
820 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
829 /* This is a shim function that satisfies the type of
835 struct fuse_fill_dir_v30_shim* shim = buf;
837 return shim->fill_dir_v30(shim->dirh, name, stat, off, (enum fuse_fill_dir_flags)0);