Searched refs:fileid (Results 26 - 50 of 51) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c458 uint_t fileid; local
469 if (!xdr_u_int(xdrs, &fileid) ||
479 dp->d_ino = fileid;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c174 dep->d_ino = ep->fileid;
H A Dgetdents3.c175 dep->d_ino = ep->fileid;
H A Dnfs4ops.c498 nfs4lookupp(struct nfs_file *dir, int *nstat, uint64_t *fileid) argument
530 * filehandle info, but getdents might require the fileid of the
537 if (fileid != NULL)
583 * Fill in the fileid if the user passed in one
585 if (fileid != NULL)
586 *fileid = lookupres.lr_attrs.b_fattr4_fileid;
H A Dnfs3_xdr.c68 if (!xdr_u_longlong_t(xdrs, &objp->fileid))
247 if (!xdr_u_longlong_t(xdrs, &objp->fileid))
H A Dnfs2ops.c217 vap->va_nodeid = na->fileid;
H A Dnfs3ops.c225 vap->va_nodeid = (u_longlong_t)na->fileid;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c653 unsigned long fileid; local
774 fileid = ret_fh.fh_fid;
795 fileid = 0;
806 if (!dbm_getone(nlp->nlp_bkmap, (u_longlong_t)fileid)) {
809 fileid = 0;
815 fileid = 0;
848 fileid = 0;
851 fileid = 0;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c516 IXDR_GET_U_HYPER(ptr, na->fileid);
534 IXDR_PUT_U_HYPER(ptr, na->fileid);
554 xdr_u_longlong_t(xdrs, &na->fileid) &&
2037 fileid3 fileid; local
2070 * 2 for the fileid +
2094 fileid = (fileid3)(dp->d_ino);
2097 !xdr_u_longlong_t(xdrs, &fileid) ||
2185 ino64_t fileid; local
2200 * fileid3 fileid
2202 if (!xdr_u_longlong_t(xdrs, (u_longlong_t *)&fileid))
2295 fileid3 fileid; local
2430 ino64_t fileid; local
[all...]
H A Dnfs_xdr.c839 uint_t fileid, this_reclen; local
857 if (!xdr_u_int(xdrs, &fileid) ||
871 dp->d_ino = (ino64_t)fileid;
H A Dnfs_dlinet.c813 * 3) Whatever BOOTPARAMPROC_GETFILE returns for the fileid key, in
814 * `server_path'. If fileid is "root", it is the pathname of our
818 getfile(char *fileid, argument
841 if (strcmp(fileid, "root") == 0) {
853 if (strcmp(fileid, "rootopts") == 0 && using_cache == TRUE) {
861 arg.file_id = fileid;
908 * If the fileid is "root", we must get back a server name, for
H A Dnfs4_srv_attr.c1274 na->fileid = sarg->vap->va_nodeid;
1284 if (sarg->vap->va_nodeid != na->fileid)
H A Dnfs_client.c1127 vap->va_nodeid = na->fileid;
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c270 memcpy(meta->uid, dbp->fileid, DB_FILE_ID_LEN);
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c238 if (memcmp(uid, dbp->fileid, DB_FILE_ID_LEN) != 0) {
314 * Return the DB corresponding to the specified fileid.
426 * matches the passed log fileid. Returns 0 on success; -1 on error.
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c202 Pname(fileid, dfile, direct)
203 char *fileid;
222 strcpy(p, fileid); /* append D.nnnnn name to dir */
232 strcat(dfile, fileid);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h328 fattr4_fileid fileid; member in union:nfs4_attr_u
H A Dnfs.h1153 fileid3 fileid; member in struct:fattr3
1807 fileid3 fileid; member in struct:entry3
1869 fileid3 fileid; member in struct:entryplus3
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h435 u_int8_t fileid[DB_FILE_ID_LEN]; /* Uniquely identify this file for member in struct:__db
481 u_int8_t fileid[DB_FILE_ID_LEN];/* File id. */ member in struct:__db_ilock
721 * A DB_LSN has two parts, a fileid which identifies a specific file, and an
722 * offset within that file. The fileid is an unsigned 4-byte quantity that
814 u_int8_t *fileid; /* Unique file ID. */ member in struct:__db_mpool_finfo
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c359 op->fileid, /* q */
H A Dsmb_opipe.c258 op->fileid = ofile->f_fid;
H A Dsmb_common_open.c891 * Set up the fileid and dosattr in open_param for response
893 op->fileid = op->fqi.fq_fattr.sa_vattr.va_nodeid;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c233 memcpy(hcp->hdr->uid, dbp->fileid, DB_FILE_ID_LEN);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1479 uint64_t fileid; member in struct:open_param
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c104 n_long fileid; member in struct:nfs_readdir_data

Completed in 180 milliseconds

123