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()
1770 seqcount_spinlock_init(&dentry->d_seq, &dentry->d_lock); in __d_alloc()
1974 raw_write_seqcount_begin(&dentry->d_seq); in __d_instantiate()
1976 raw_write_seqcount_end(&dentry->d_seq); in __d_instantiate()
[all …]
H A Dnamei.c821 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path()
949 if (read_seqcount_retry(&dentry->d_seq, nd->next_seq)) in try_to_unlazy_next()
1065 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
1094 if (read_seqcount_retry(&d->d_seq, nd->seq)) in nd_jump_root()
1443 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1658 nd->next_seq = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1811 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in lookup_fast()
1963 if (read_seqcount_retry(&link->dentry->d_seq, nd->next_seq)) in pick_link()
2060 if (read_seqcount_retry(&path.dentry->d_seq, nd->next_seq)) in step_into_slowpath()
2089 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