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

/linux-master/include/linux/
H A Dseqlock.h266 * __read_seqcount_begin() - begin a seqcount_t read section w/o barrier
269 * __read_seqcount_begin is like read_seqcount_begin, but has no smp_rmb()
279 #define __read_seqcount_begin(s) \ macro
298 unsigned _seq = __read_seqcount_begin(s); \
/linux-master/fs/
H A Dnamei.c949 nd->root_seq = __read_seqcount_begin(&nd->root.dentry->d_seq);
2371 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount);
2372 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount);
2411 nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq);

Completed in 214 milliseconds