/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 1314 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 D | cachefs_subr.c | 992 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 D | cachefs_vnops.c | 5329 (void) VOP_FID(delvp, &gone, ct); in cachefs_rename()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 421 return (VOP_FID(VTONM(vp)->nm_filevp, fidnodep, ct)); in nm_fid()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 1145 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 D | nfs4_srv_ns.c | 57 error = VOP_FID(vp, fidp, NULL); in vop_fid_pseudo()
|
H A D | nfs4_srv_readdir.c | 178 if (error = VOP_FID(vp, &fid, NULL)) { in nfs4_readdir_getvp()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 246 return (VOP_FID(vp, fidp, ct)); in lo_fid()
|
/titanic_44/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 380 return (VOP_FID(subvp, fidp, ctp)); in dc_fid()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 402 error = VOP_FID(ZTOV(dzp), fidp, ct); in zfsctl_shares_fid()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1068 #define VOP_FID(vp, fidp, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1073 #define VOP_FID(vp, fidp, ct) \ macro
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 125 error = VOP_FID(pvp, fidp, ct); in xattr_common_fid()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1703 return (VOP_FID(VTOF(vp)->fn_realvp, fidfnp, ct)); in fifo_fid()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1693 return (VOP_FID(realvp, fidp, ct)); in spec_fid()
|