Searched refs:ocfs2_file_lock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | locks.c | 64 ret = ocfs2_file_lock(file, level, trylock); in ocfs2_do_flock()
|
H A D | dlmglue.h | 178 int ocfs2_file_lock(struct file *file, int ex, int trylock);
|
H A D | dlmglue.c | 1954 * ocfs2_file_lock() and ocfs2_file_unlock() map to a single pair of 1974 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock() function
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | locks.c | 63 ret = ocfs2_file_lock(file, level, trylock); in ocfs2_do_flock()
|
H A D | dlmglue.h | 176 int ocfs2_file_lock(struct file *file, int ex, int trylock);
|
H A D | dlmglue.c | 1953 * ocfs2_file_lock() and ocfs2_file_unlock() map to a single pair of 1973 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock() function
|
Completed in 29 milliseconds