Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c368 seq = read_seqcount_begin(&dentry->d_seq); in take_dentry_name_snapshot()
382 if (read_seqcount_retry(&dentry->d_seq, seq)) { in take_dentry_name_snapshot()
456 raw_write_seqcount_begin(&dentry->d_seq); in dentry_unlink_inode()
459 raw_write_seqcount_end(&dentry->d_seq); in dentry_unlink_inode()
577 write_seqcount_invalidate(&dentry->d_seq); in __d_drop()
976 seq = raw_seqcount_begin(&dentry->d_seq); in dget_parent()
981 if (!read_seqcount_retry(&dentry->d_seq, seq)) in dget_parent()
1780 seqcount_spinlock_init(&dentry->d_seq, &dentry->d_lock); in __d_alloc()
1984 raw_write_seqcount_begin(&dentry->d_seq); in __d_instantiate()
1986 raw_write_seqcount_end(&dentry->d_seq); in __d_instantiate()
[all …]
H A Dnamei.c873 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path()
1002 if (read_seqcount_retry(&dentry->d_seq, nd->next_seq)) in try_to_unlazy_next()
1118 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
1147 if (read_seqcount_retry(&d->d_seq, nd->seq)) in nd_jump_root()
1496 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1708 nd->next_seq = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1861 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in lookup_fast()
2013 if (read_seqcount_retry(&link->dentry->d_seq, nd->next_seq)) in pick_link()
2110 if (read_seqcount_retry(&path.dentry->d_seq, nd->next_seq)) in step_into_slowpath()
2139 if (read_seqcount_retry(&dentry->d_seq, nd->next_seq)) in step_into()
[all …]
/linux/include/linux/
H A Ddcache.h95 seqcount_spinlock_t d_seq; /* per dentry seqlock */ member