Home
last modified time | relevance | path

Searched refs:f_pos_lock (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dfile.c1261 mutex_lock(&file->f_pos_lock); in fdget_pos()
1268 mutex_unlock(&f->f_pos_lock); in __f_unlock_pos()
/linux/Documentation/filesystems/
H A Dlocking.rst517 file f_pos_lock held exclusively
/linux/include/linux/
H A Dfs.h1277 struct mutex f_pos_lock; member