Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c106 fid_t exi_rootfid; /* for checking the default public file handle */ variable
826 exi_rootfid.fid_len = MAXFIDSZ; in nfs_exportinit()
827 error = vop_fid_pseudo(exi_root->exi_vp, &exi_rootfid); in nfs_exportinit()
848 exi_root->exi_fh.fh_xlen = exi_rootfid.fid_len; in nfs_exportinit()
849 bcopy(exi_rootfid.fid_data, exi_root->exi_fh.fh_xdata, in nfs_exportinit()
850 exi_rootfid.fid_len); in nfs_exportinit()