HomeSort by: relevance | last modified time | path
    Searched refs:getattr (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/lib/librefuse/refuse/
v11.h 51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v11
v21.h 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v21
v22.h 51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v22
v23.h 51 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v23
v25.h 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v25
v28.h 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v28
v29.h 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v29
v34.h 47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v34
v35.h 47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v35
v26.h 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v26
v30.h 55 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v30
v38.h 47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v38
fs.c 135 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
136 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); \
151 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
152 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf, fi); \
170 * 3.0. Fall back to getattr() if it's missing. */
182 else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
183 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); \
  /src/usr.bin/config/
sem.h 59 struct attr *getattr(const char *);
sem.c 414 a = getattr(name);
445 a = getattr(name);
485 if ((a = getattr(attr)) == NULL)
542 attrs = attrlist_cons(attrs, getattr(dev->d_name));
717 nv->nv_ptr = a = getattr(nv->nv_name);
799 getattr(const char *name) function
  /src/share/examples/puffs/pgfs/
pgfs_subs.h 57 int getattr(struct Xconn *, fileid_t, struct vattr *, unsigned int);
pgfs_puffs.c 94 xc = begin_readonly(pu, "getattr");
95 error = getattr(xc, fileid, va, GETATTR_ALL);
307 error = getattr(xc, parent_fileid, &dva,
351 error = getattr(xc, child_fileid, &cva, GETATTR_TYPE|GETATTR_SIZE);
601 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
642 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
681 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
784 error = getattr(xc, fileid, &ova, attrs);
967 error = getattr(xc, fileid_src, &va_src, GETATTR_TYPE);
978 error = getattr(xc, fileid_targ, &va_targ
    [all...]
mount.c 135 PUFFSOP_SET(pops, pgfs, node, getattr);
  /src/share/examples/refuse/dbfs/
dbfs.c 175 .getattr = dbfs_getattr,
  /src/share/examples/refuse/id3fs/
id3fs.c 144 .getattr = id3fs_getattr,
  /src/share/examples/refuse/pcifs/
pcifs.c 140 .getattr = pcifs_getattr,
  /src/sbin/mount_qemufwcfg/
fwcfg.c 185 .getattr = fwcfg_getattr,
  /src/share/examples/refuse/ian/ian/
ian.c 243 .getattr = ian_getattr,
  /src/tests/fs/puffs/h_dtfs/
dtfs.c 192 PUFFSOP_SET(pops, puffs_genfs, node, getattr);
  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 231 PUFFSOP_SET(pops, puffs9p, node, getattr);

Completed in 29 milliseconds

1 2