Searched defs:fidp (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c100 struct file_id *fidp; local
145 offset += FID_LENGTH(fidp)) {
146 err = getdir(fp, &fbp, &offset, &fidp);
153 if (fidp->fid_flags & FID_DELETED)
155 (void) cachefile(fidp->fid_icb.lad_ext_loc,
156 fidp->fid_icb.lad_ext_len);
305 register struct file_id *fidp = (struct file_id *)fidbuf; local
451 if (xoff < sizeof (fidp->fid_tag) ||
452 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp
[all...]
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c525 lo_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
534 return (VFS_VGET(realrootvp->v_vfsp, vpp, fidp));
H A Dlofs_vnops.c239 lo_fid(vnode_t *vp, struct fid *fidp, caller_context_t *ct) argument
245 return (VOP_FID(vp, fidp, ct));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c455 socket_vop_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c656 tmp_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
662 tfid = (struct tfid *)fidp;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c52 vop_fid_pseudo(vnode_t *vp, fid_t *fidp) argument
57 error = VOP_FID(vp, fidp, NULL);
69 (error == 0 && fidp->fid_len > NFS_FH4MAXDATA)) {
76 fidp->fid_len = sizeof (va.va_nodeid);
77 bcopy(&va.va_nodeid, fidp->fid_data, fidp->fid_len);
89 nfs4_vget_pseudo(struct exportinfo *exi, vnode_t **vpp, fid_t *fidp) argument
98 if (EQFID(fidp, &visp->vis_fid)) {
113 if (EQFID(fidp, &exp_fid)) {
H A Dnfs3_vfsops.c1607 nfs3_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) argument
1614 if (fidp->fid_len > NFS3_FHSIZE) {
1621 fh.fh3_length = fidp->fid_len;
1622 bcopy(fidp->fid_data, fh.fh3_u.data, fh.fh3_length);
H A Dnfs_vfsops.c1608 nfs_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) argument
1613 struct nfs_fid *nfsfidp = (struct nfs_fid *)fidp;
1618 if (fidp->fid_len != (sizeof (*nfsfidp) - sizeof (short))) {
1621 "nfs_vget: bad fid len, %d/%d", fidp->fid_len,
H A Dnfs_vnops.c3546 nfs_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
3553 if (fidp->fid_len < (sizeof (struct nfs_fid) - sizeof (short))) {
3554 fidp->fid_len = sizeof (struct nfs_fid) - sizeof (short);
3557 fp = (struct nfs_fid *)fidp;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1450 sdev_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
1455 if (fidp->fid_len < (sizeof (struct sdev_fid) - sizeof (ushort_t))) {
1456 fidp->fid_len = sizeof (struct sdev_fid) - sizeof (ushort_t);
1460 sdev_fid = (struct sdev_fid *)fidp;
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1071 devfs_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
1076 if (fidp->fid_len < (sizeof (struct dv_fid) - sizeof (ushort_t))) {
1077 fidp->fid_len = sizeof (struct dv_fid) - sizeof (ushort_t);
1081 dv_fid = (struct dv_fid *)fidp;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c366 uint16_t *fidp, /* returned FID */
468 *fidp = fid;
517 uint16_t *fidp)
570 *fidp = fid;
355 smb_smb_ntcreate( struct smb_share *ssp, struct mbchain *name_mb, uint32_t cr_flags, uint32_t req_acc, uint32_t efa, uint32_t share_acc, uint32_t open_disp, uint32_t createopt, uint32_t impersonate, struct smb_cred *scrp, uint16_t *fidp, uint32_t *cr_act_p, struct smbfattr *fap) argument
511 smb_smb_open_prjob( struct smb_share *ssp, char *title, uint16_t setuplen, uint16_t mode, struct smb_cred *scrp, uint16_t *fidp) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2006 ufs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
2034 ufid = (struct ufid *)fidp;
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c375 dc_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ctp) argument
380 return (VOP_FID(subvp, fidp, ctp));
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c227 static int hsfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp);
481 hsfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
489 fid = (struct hsfid *)fidp;
H A Dhsfs_vnops.c656 hsfs_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
661 if (fidp->fid_len < (sizeof (*fid) - sizeof (fid->hf_len))) {
662 fidp->fid_len = sizeof (*fid) - sizeof (fid->hf_len);
666 fid = (struct hsfid *)fidp;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c109 static int pcfs_fid(struct vnode *vp, struct fid *fidp, caller_context_t *);
2402 pcfs_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
2419 if (fidp->fid_len < (sizeof (struct pc_fid) - sizeof (ushort_t))) {
2420 fidp->fid_len = sizeof (struct pc_fid) - sizeof (ushort_t);
2425 pcfid = (struct pc_fid *)fidp;
H A Dpc_vfsops.c86 static int pcfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp);
1155 pcfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
1167 pcfid = (struct pc_fid *)fidp;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c493 struct vnode **vpp, struct fid *fidp)
508 udfid = (struct udf_fid *)fidp;
492 udf_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) argument
H A Dudf_vnops.c1536 udf_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
1543 if (fidp->fid_len < (sizeof (struct udf_fid) - sizeof (uint16_t))) {
1544 fidp->fid_len = sizeof (struct udf_fid) - sizeof (uint16_t);
1548 udfidp = (struct udf_fid *)fidp;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c691 fid_t *fidp,
689 fop_fid( vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c355 zfsctl_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
365 if (fidp->fid_len < SHORT_FID_LEN) {
366 fidp->fid_len = SHORT_FID_LEN;
371 zfid = (zfid_short_t *)fidp;
389 zfsctl_shares_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
403 error = VOP_FID(ZTOV(dzp), fidp, ct);
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c173 xattr_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
180 if (fidp->fid_len < XATTR_FIDSZ) {
181 fidp->fid_len = XATTR_FIDSZ;
192 xfidp = (xattr_fid_t *)fidp;
193 orig_len = fidp->fid_len;
194 fidp->fid_len = sizeof (xfidp->parent_fid);
196 error = VOP_FID(pvp, fidp, ct);
198 fidp->fid_len = orig_len;
202 xfidp->parent_len = fidp->fid_len;
203 fidp
1691 xattr_dir_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c1113 uint16_t *fidp, /* returned FID */
1134 scrp, fidp, cr_act_p, fap);
1199 uint16_t *fidp,
1263 md_get_uint16le(mdp, fidp);
1291 uint16_t *fidp)
1306 *fidp = np->n_fid;
1320 scrp, fidp,
1329 fidp,
1379 uint16_t *fidp,
1396 scrp, fidp,
1102 smbfs_smb_ntcreatex( struct smbnode *np, const char *name, int nmlen, int xattr, uint32_t req_acc, uint32_t efa, uint32_t share_acc, uint32_t disp, uint32_t createopt, struct smb_cred *scrp, uint16_t *fidp, uint32_t *cr_act_p, struct smbfattr *fap) argument
1192 smbfs_smb_oldopen( struct smbnode *np, const char *name, int nmlen, int xattr, int accmode, struct smb_cred *scrp, uint16_t *fidp, uint16_t *granted_mode_p, smbfattr_t *fap) argument
1290 smbfs_smb_tmpopen(struct smbnode *np, uint32_t rights, struct smb_cred *scrp, uint16_t *fidp) argument
1372 smbfs_smb_open( struct smbnode *np, const char *name, int nmlen, int xattr, uint32_t rights, struct smb_cred *scrp, uint16_t *fidp, uint32_t *rightsp, smbfattr_t *fap) argument
1445 smbfs_smb_oldcreate(struct smbnode *dnp, const char *name, int nmlen, int xattr, struct smb_cred *scrp, uint16_t *fidp) argument
1500 smbfs_smb_create( struct smbnode *dnp, const char *name, int nmlen, int xattr, uint32_t disp, struct smb_cred *scrp, uint16_t *fidp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1687 spec_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) argument
1693 return (VOP_FID(realvp, fidp, ct));

Completed in 144 milliseconds

12