Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dseqlock.h325 #define __read_seqcount_begin(s) \ macro
344 unsigned _seq = __read_seqcount_begin(s); \
/linux-6.3-rc2/fs/
A Dnamei.c945 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
2361 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
2362 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount); in path_init()
2401 nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()

Completed in 21 milliseconds