/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
|
v26.h | 47 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_v26
|
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
|
v30.h | 55 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v30
|
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
|
v38.h | 47 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); member in struct:fuse_operations_v38
|
/src/share/examples/puffs/pgfs/ |
pgfs_subs.c | 112 * currently we do this locking only for SETATTR, GETATTR, and WRITE as 115 * SETATTR/WRITE requests, vnode lock doesn't prevent GETATTR from seeing 438 getattr(struct Xconn *xc, fileid_t fileid, struct vattr *va, unsigned int mask) function in typeref:typename:int
|
/src/usr.bin/config/ |
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)); 713 nv->nv_ptr = a = getattr(nv->nv_name); 794 getattr(const char *name) function in typeref:struct:attr *
|