Home
last modified time | relevance | path

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

/linux/include/linux/
A Dseqlock.h271 #define __read_seqcount_begin(s) \ macro
288 #define raw_read_seqcount_begin(s) __read_seqcount_begin(s)
/linux/fs/
A Dnamei.c956 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq); in set_root()
2458 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
2459 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount); in path_init()
2498 nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()

Completed in 19 milliseconds