Searched refs:IS_MNT_SHARED (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpnode.h14 #define IS_MNT_SHARED(mnt) (mnt->mnt_flags & MNT_SHARED) macro
H A Dpnode.c134 if (IS_MNT_SHARED(dest))
H A Dnamespace.c249 if ((flag & CL_PROPAGATION) || IS_MNT_SHARED(old))
828 if (IS_MNT_SHARED(dest_mnt)) {
1033 if (old_nd.mnt->mnt_parent && IS_MNT_SHARED(old_nd.mnt->mnt_parent))
1039 if (IS_MNT_SHARED(nd->mnt) && tree_contains_unbindable(old_nd.mnt))
1708 if (IS_MNT_SHARED(old_nd.mnt) ||
1709 IS_MNT_SHARED(new_nd.mnt->mnt_parent) ||
1710 IS_MNT_SHARED(user_nd.mnt->mnt_parent))

Completed in 47 milliseconds