Home
last modified time | relevance | path

Searched refs:VOP_FID (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c1314 error = VOP_FID(cbackvp, tmpfidp, NULL); in cachefs_io_getattrname()
1536 error = VOP_FID(cvp, tmpfidp, NULL); in cachefs_io_create()
1620 error = VOP_FID(cvp, &child_fid, NULL); in cachefs_io_remove()
1781 error = VOP_FID(cvp, &child_fid, NULL); in cachefs_io_rename()
1904 error = VOP_FID(cvp, tmpfidp, NULL); in cachefs_io_mkdir()
2047 error = VOP_FID(svp, tmpfidp, NULL); in cachefs_io_symlink()
H A Dcachefs_subr.c992 error = VOP_FID(cp->c_frontvp, &cp->c_metadata.md_fid, NULL); in cachefs_createfrontfile()
2025 error = VOP_FID(vp, cookiep, NULL); in cachefs_getcookie()
H A Dcachefs_vnops.c5329 (void) VOP_FID(delvp, &gone, ct); in cachefs_rename()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevno.c421 return (VOP_FID(VTONM(vp)->nm_filevp, fidnodep, ct)); in nm_fid()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1145 error = VOP_FID(vp, &fid, NULL); in exportfs()
2012 error = VOP_FID(vp, (fid_t *)&fh->fh_len, NULL); in makefh()
2116 error = VOP_FID(vp, &fid, NULL); in makefh3()
H A Dnfs4_srv_ns.c57 error = VOP_FID(vp, fidp, NULL); in vop_fid_pseudo()
H A Dnfs4_srv_readdir.c178 if (error = VOP_FID(vp, &fid, NULL)) { in nfs4_readdir_getvp()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c246 return (VOP_FID(vp, fidp, ct)); in lo_fid()
/titanic_44/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c380 return (VOP_FID(subvp, fidp, ctp)); in dc_fid()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c402 error = VOP_FID(ZTOV(dzp), fidp, ct); in zfsctl_shares_fid()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1068 #define VOP_FID(vp, fidp, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1073 #define VOP_FID(vp, fidp, ct) \ macro
/titanic_44/usr/src/uts/common/fs/
H A Dxattr.c125 error = VOP_FID(pvp, fidp, ct); in xattr_common_fid()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1703 return (VOP_FID(VTOF(vp)->fn_realvp, fidfnp, ct)); in fifo_fid()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1693 return (VOP_FID(realvp, fidp, ct)); in spec_fid()