Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamei.c780 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path()
900 if (read_seqcount_retry(&dentry->d_seq, nd->next_seq)) in try_to_unlazy_next()
1015 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
1044 if (read_seqcount_retry(&d->d_seq, nd->seq)) in nd_jump_root()
1393 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1596 nd->next_seq = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1737 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in lookup_fast()
1960 if (read_seqcount_retry(&path.dentry->d_seq, nd->next_seq)) in step_into()
1976 if (read_seqcount_retry(&path.dentry->d_seq, nd->next_seq)) in step_into()
2009 nd->next_seq = read_seqcount_begin(&parent->d_seq); in follow_dotdot_rcu()
[all …]
/linux/include/linux/
H A Ddcache.h85 seqcount_spinlock_t d_seq; /* per dentry seqlock */ member