getattr
int (*getattr)(const char *, struct stat *);
void (*getattr)(fuse_req_t, fuse_ino_t, struct fuse_file_info *);
err = f->op.getattr(realname, attr);
.getattr = ifuse_ops_getattr,
if (se->llops.getattr) {
se->llops.getattr(req, fbuf->fb_ino, NULL);
struct fuse_getattr_in getattr;
struct fuse_getattr_in getattr;
if (getattr(csline, &t) == FALSE)
static int getattr(char *, struct cstokens *);
WORD { $$ = getattr($1); };
attrs = newnv(dev->d_name, NULL, getattr(dev->d_name), 0,
nv->nv_ptr = a = getattr(nv->nv_name);
struct attr *getattr(const char *name);