Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c2398 mi->mi_flags |= MI4_EPHEMERAL_RECURSED; in nfs4_ephemeral_unmount_engine()
2408 mi->mi_flags &= ~MI4_EPHEMERAL_RECURSED; in nfs4_ephemeral_unmount_engine()
2486 if (!(mi->mi_flags & MI4_EPHEMERAL_RECURSED)) in nfs4_ephemeral_umount_activate()
2560 is_recursed = mi->mi_flags & MI4_EPHEMERAL_RECURSED; in nfs4_ephemeral_umount()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1155 #define MI4_EPHEMERAL_RECURSED 0x1000 macro