Home
last modified time | relevance | path

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

/linux/fs/
H A Dpnode.c17 static inline struct mount *next_peer(struct mount *p) in next_peer() function
44 m = next_peer(m); in get_peer_under_root()
105 m = next_peer(mnt); in change_mnt_propagation()
129 struct mount *next = next_peer(m); in trace_transfers()
184 struct mount *next = next_peer(m); in __propagation_next()
235 next = next_peer(m); in next_group()
248 m = next_peer(master); in next_group()
325 n = next_peer(m); in propagate_mnt()
355 } while ((n = next_peer(n)) != m); in propagate_mnt()