Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c418 return (VOP_FID(VTONM(vp)->nm_filevp, fidnodep, ct)); in nm_fid()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c61 error = VOP_FID(vp, fidp, NULL); in vop_fid_pseudo()
H A Dnfs_export.c1375 error = VOP_FID(vp, &fid, NULL); in exportfs()
2270 error = VOP_FID(vp, (fid_t *)&fh->fh_len, NULL); in makefh()
2374 error = VOP_FID(vp, &fid, NULL); in makefh3()
H A Dnfs4_srv_readdir.c177 error = VOP_FID(vp, &fid, NULL); in nfs4_readdir_getvp()
H A Dnfs_srv.c381 error = VOP_FID(vp, &fid, NULL); in rfs_cross_mnt()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c245 return (VOP_FID(vp, fidp, ct)); in lo_fid()
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c382 return (VOP_FID(subvp, fidp, ctp)); in dc_fid()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c397 error = VOP_FID(ZTOV(dzp), fidp, ct); in zfsctl_shares_fid()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1068 #define VOP_FID(vp, fidp, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1075 #define VOP_FID(vp, fidp, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c196 error = VOP_FID(pvp, fidp, ct); in xattr_common_fid()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1155 #define VOP_FID(vp, fidp, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1713 return (VOP_FID(VTOF(vp)->fn_realvp, fidfnp, ct)); in fifo_fid()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1694 return (VOP_FID(realvp, fidp, ct)); in spec_fid()