Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2841 ((*vpp)->v_type == VDIR) && (pathflag == URLPATH)) { in rfs_publicfh_mclookup()
2923 if (pn.pn_pathlen != 0 && pathflag == URLPATH) { in rfs_pathname()
2938 if (pn.pn_pathlen != 0 && pathflag == URLPATH) { in rfs_pathname()
2968 return (URLPATH); in MCLpath()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h880 #define URLPATH 0x01 /* Universal Resource Locator path */ macro