Home
last modified time | relevance | path

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

/fs/
A Ddcache.c367 seq = read_seqcount_begin(&dentry->d_seq); in take_dentry_name_snapshot()
455 raw_write_seqcount_begin(&dentry->d_seq); in dentry_unlink_inode()
458 raw_write_seqcount_end(&dentry->d_seq); in dentry_unlink_inode()
958 seq = raw_seqcount_begin(&dentry->d_seq); in dget_parent()
1937 raw_write_seqcount_end(&dentry->d_seq); in __d_instantiate()
2551 unsigned seq, r_seq, d_seq; in d_alloc_parallel() local
2572 if (read_seqcount_retry(&dentry->d_seq, d_seq)) { in d_alloc_parallel()
2709 raw_write_seqcount_end(&dentry->d_seq); in __d_add()
2843 write_seqcount_begin(&dentry->d_seq); in __d_move()
2876 write_seqcount_end(&target->d_seq); in __d_move()
[all …]
A Dnamei.c781 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path()
901 if (read_seqcount_retry(&dentry->d_seq, nd->next_seq)) in try_to_unlazy_next()
1046 if (read_seqcount_retry(&d->d_seq, nd->seq)) in nd_jump_root()
1395 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1598 nd->next_seq = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1753 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in lookup_fast()
1993 if (read_seqcount_retry(&path.dentry->d_seq, nd->next_seq)) in step_into()
2026 nd->next_seq = read_seqcount_begin(&parent->d_seq); in follow_dotdot_rcu()
2028 if (read_seqcount_retry(&old->d_seq, nd->seq)) in follow_dotdot_rcu()
2549 nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()
[all …]

Completed in 21 milliseconds