Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c1590 uint32_t len = 0, comp, newcomp, linkcompcount; in nfs4_mount_update_path_with_symlink() local
1649 linkcompcount = 0; in nfs4_mount_update_path_with_symlink()
1651 linkcompcount++; in nfs4_mount_update_path_with_symlink()
1668 nfsp2.np_compcount = nfsp->np_compcount - curcomp - 1 + linkcompcount; in nfs4_mount_update_path_with_symlink()
1680 for (newcomp = 0; newcomp < linkcompcount; newcomp++) { in nfs4_mount_update_path_with_symlink()