Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile_table.c170 mutex_init(&f->f_pos_lock); in init_file()
H A Dfile.c1034 mutex_lock(&file->f_pos_lock); in __fdget_pos()
1041 mutex_unlock(&f->f_pos_lock); in __f_unlock_pos()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst566 file f_pos_lock held exclusively
/openbmc/linux/include/linux/
H A Dfs.h1008 struct mutex f_pos_lock; member