Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2936 ((*vpp)->v_type == VDIR) && (pathflag == URLPATH)) { in rfs_publicfh_mclookup()
3023 if (pn.pn_pathlen != 0 && pathflag == URLPATH) { in rfs_pathname()
3039 if (pn.pn_pathlen != 0 && pathflag == URLPATH) { in rfs_pathname()
3069 return (URLPATH); in MCLpath()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h948 #define URLPATH 0x01 /* Universal Resource Locator path */ macro