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

/freebsd-9.3-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;
772 fa = va_arg(ap, struct fattr *);
778 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-9.3-release/sys/fs/nwfs/
H A Dnwfs_vfsops.c279 struct nw_entry_info fattr; local
327 -nmp->m.root_path[0], nmp->m.root_path, &fattr, td, cred);
332 nmp->n_rootent.f_parent = fattr.dirEntNum;
335 -nmp->m.root_path[0], nmp->m.root_path, &fattr, td, cred);
340 nmp->n_rootent.f_id = fattr.dirEntNum;
343 0, NULL, &fattr, td, cred);
348 fattr.nameLen = strlen(strcpy(fattr.entryName, "#.ROOT"));
351 error = nwfs_nget(mp, nmp->n_rootent, &fattr, NULL, &vp);
H A Dnwfs_io.c74 struct nw_entry_info fattr; local
109 error = ncp_search_for_file_or_subdir(nmp, &np->n_seq, &fattr, uio->uio_td, cred);
111 dp.d_fileno = fattr.dirEntNum;
112 dp.d_type = (fattr.attributes & aDIR) ? DT_DIR : DT_REG;
113 dp.d_namlen = fattr.nameLen;
114 bcopy(fattr.entryName, dp.d_name, dp.d_namlen);
125 fid.f_id = fattr.dirEntNum;
127 error = nwfs_nget(vp->v_mount, fid, &fattr, vp, &newvp);
H A Dnwfs_vnops.c264 struct nw_entry_info fattr; local
274 error = ncp_obtain_info(nmp, np->n_fid.f_id, 0, NULL, &fattr,
278 np->n_name, &fattr, td, ap->a_cred);
284 nwfs_attr_cacheenter(vp, &fattr);
434 fid.f_id = no.fattr.dirEntNum;
435 error = nwfs_nget(VTOVFS(dvp), fid, &no.fattr, dvp, &vp);
642 fid.f_id = no.fattr.dirEntNum;
643 error = nwfs_nget(VTOVFS(dvp), fid, &no.fattr, dvp, &newvp);
822 struct nw_entry_info fattr, *fap; local
893 fap = &fattr;
[all...]
H A Dnwfs_subr.c258 error = ncp_extract_file_info(nmp, rqp, &nop->fattr, 1);
/freebsd-9.3-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-9.3-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-9.3-release/sys/netncp/
H A Dncp_subr.h98 struct nw_entry_info fattr; member in struct:ncp_open_info
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c256 struct smbfattr fattr; local
268 error = smbfs_smb_lookup(np, NULL, 0, &fattr, &scred);
273 smbfs_attr_cacheenter(vp, &fattr);
483 struct smbfattr fattr; local
501 error = smbfs_smb_lookup(dnp, name, nmlen, &fattr, &scred);
504 error = smbfs_nget(VTOVFS(dvp), dvp, name, nmlen, &fattr, &vp);
688 struct smbfattr fattr; local
702 error = smbfs_smb_lookup(dnp, name, len, &fattr, &scred);
705 error = smbfs_nget(VTOVFS(dvp), dvp, name, len, &fattr, &vp);
1092 struct smbfattr fattr, *fa local
[all...]
H A Dsmbfs_vfsops.c334 struct smbfattr fattr; local
353 error = smbfs_smb_lookup(NULL, NULL, 0, &fattr, &scred);
356 error = smbfs_nget(mp, NULL, "TheRooT", 7, &fattr, &vp);
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x117 struct fattr {
155 fattr attributes;
175 fattr attributes;
209 fattr attributes; /* attributes, need for pagin*/

Completed in 219 milliseconds