Searched refs:fattr (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.h82 struct fattr;
86 extern const struct fattr *fattr_bogus;
91 struct fattr *fattr_new(int, time_t);
92 struct fattr *fattr_default(int);
93 struct fattr *fattr_fromstat(struct stat *);
94 struct fattr *fattr_frompath(const char *, int);
95 struct fattr *fattr_fromfd(int);
96 struct fattr *fattr_decode(char *);
97 struct fattr *fattr_forcheckout(const struct fattr *, mode_
[all...]
H A Dattrstack.h31 struct fattr;
35 void attrstack_push(struct attrstack *, struct fattr *);
36 struct fattr *attrstack_pop(struct attrstack *);
H A Dstatus.h34 struct fattr;
59 struct fattr *sr_serverattr;
60 struct fattr *sr_clientattr;
H A Dattrstack.c33 #include "fattr.h"
39 struct fattr **stack;
50 as->stack = xmalloc(sizeof(struct fattr *) * ATTRSTACK_DEFSIZE);
56 struct fattr *
65 attrstack_push(struct attrstack *as, struct fattr *fa)
71 sizeof(struct fattr *) * as->size);
H A Dfattr.c40 #include "fattr.h"
79 struct fattr { struct
95 static const struct fattr bogus = {
111 static struct fattr *defaults[FT_NUMBER];
116 struct fattr *fa;
142 const struct fattr *fattr_bogus = &bogus;
144 static char *fattr_scanattr(struct fattr *, int, const char *);
153 struct fattr *
156 struct fattr *new;
158 new = xmalloc(sizeof(struct fattr));
[all...]
H A Dlister.c38 #include "fattr.h"
151 struct fattr *fa;
244 struct fattr *fa, *fa2;
303 const struct fattr *sendattr;
305 struct fattr *fa, *fa2;
339 const struct fattr *sendattr, *fa;
340 struct fattr *fa2, *rfa;
414 const struct fattr *sendattr;
415 struct fattr *fa;
468 const struct fattr *sendatt
[all...]
H A DMakefile9 fattr.c \
H A Ddetailer.c74 struct fattr *, int);
76 char *, struct fattr *);
232 struct fattr *rcsattr;
419 struct fattr *fa;
455 struct fattr *fa;
529 struct fattr *server_attr, int attic)
531 struct fattr *client_attr;
570 char *path, struct fattr *fa)
H A Dupdater.c44 #include "fattr.h"
103 char *, char *, char *, char *, char *, struct fattr *);
349 struct fattr *rcsattr, *tmp;
876 char *tag, char *date, char *revnum, char *revdate, struct fattr *rcsattr)
881 struct fattr *fileattr, *fa;
953 struct fattr *fileattr;
1034 struct fattr *fa;
1081 struct fattr *fa, *tmp;
1262 struct fattr *fa, *fileattr;
1359 struct fattr *f
[all...]
H A Dproto.c52 #include "fattr.h"
704 * %f Print an encoded struct fattr *.
705 * %F Print an encoded struct fattr *, specifying the supported
713 struct fattr *fa;
774 fa = va_arg(ap, struct fattr *);
780 fa = va_arg(ap, struct fattr *);
H A Dmisc.c45 #include "fattr.h"
335 struct fattr *fa;
H A Dstatus.c38 #include "fattr.h"
266 const struct fattr *fa;
525 struct fattr *fa;
/freebsd-10.1-release/contrib/amd/amd/
H A Dmap.c376 mk_fattr(nfsfattr *fattr, nfsftype vntype) argument
380 fattr->na_type = NFDIR;
381 fattr->na_mode = NFSMODE_DIR | 0555;
382 fattr->na_nlink = 2;
383 fattr->na_size = 512;
386 fattr->na_type = NFLNK;
387 fattr->na_mode = NFSMODE_LNK | 0777;
388 fattr->na_nlink = 1;
389 fattr->na_size = 0;
392 plog(XLOG_FATAL, "Unknown fattr typ
[all...]
/freebsd-10.1-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h119 typedef fattr nfsfattr;
H A Dnfs_prot_freebsd3.h155 typedef fattr nfsfattr;
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c260 struct smbfattr fattr; local
273 error = smbfs_smb_lookup(np, NULL, 0, &fattr, scred);
279 smbfs_attr_cacheenter(vp, &fattr);
547 struct smbfattr fattr; local
566 error = smbfs_smb_lookup(dnp, name, nmlen, &fattr, scred);
569 error = smbfs_nget(VTOVFS(dvp), dvp, name, nmlen, &fattr, &vp);
759 struct smbfattr fattr; local
774 error = smbfs_smb_lookup(dnp, name, len, &fattr, scred);
777 error = smbfs_nget(VTOVFS(dvp), dvp, name, len, &fattr, &vp);
1172 struct smbfattr fattr, *fa local
[all...]
H A Dsmbfs_vfsops.c318 struct smbfattr fattr; local
333 error = smbfs_smb_lookup(NULL, NULL, 0, &fattr, scred);
336 error = smbfs_nget(mp, NULL, NULL, 0, &fattr, &vp);
/freebsd-10.1-release/include/rpcsvc/
H A Dnfs_prot.x119 struct fattr {
157 fattr attributes;
177 fattr attributes;
211 fattr attributes; /* attributes, need for pagin*/
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_vnops.c811 struct fuse_attr *fattr = NULL; local
814 fattr = &((struct fuse_attr_out *)fdi.answ)->attr;
817 fattr = &(feo->attr);
830 facp.xuid = fattr->uid;
843 &vp, cnp, IFTOVT(fattr->mode));
883 IFTOVT(fattr->mode));
926 IFTOVT(fattr->mode));
946 IFTOVT(fattr->mode));

Completed in 200 milliseconds