Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dseqlock.h329 #define __read_seqcount_begin(s) \ macro
348 unsigned seq = __read_seqcount_begin(s); \
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c948 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
2313 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
2314 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount); in path_init()
2353 nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()