Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h91 #define PUBLIC_PATH 0x04 /* is the dir info still valid for this fh? */ macro
H A Ddbtab.c678 new_fhrecp->flags |= PUBLIC_PATH; in create_primary_struct()
680 new_fhrecp->flags &= ~PUBLIC_PATH; in create_primary_struct()
920 linkp->flags |= PUBLIC_PATH; in create_link_struct()
922 linkp->flags &= ~PUBLIC_PATH; in create_link_struct()
1846 (EXPORT_POINT | PUBLIC_PATH)) || in prune_dbs()
H A Dfhtab.c905 !(fhrecp->flags & (EXPORT_POINT | PUBLIC_PATH))) { in fh_print_absolute()