Searched refs:plock (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ocfs2/ |
A D | stackglue.c | 283 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks() 294 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock() 295 if (active_stack->sp_ops->plock) in ocfs2_plock() 296 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock()
|
A D | stackglue.h | 206 int (*plock)(struct ocfs2_cluster_connection *conn, member
|
A D | stack_user.c | 1084 .plock = user_plock,
|
/linux-6.3-rc2/fs/dlm/ |
A D | Makefile | 13 plock.o \
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsfs.h | 106 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
|
/linux-6.3-rc2/sound/pci/asihpi/ |
A D | hpi.h | 1595 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
|
A D | hpifunc.c | 2378 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock) in hpi_sample_clock_get_local_rate_lock() argument 2381 plock); in hpi_sample_clock_get_local_rate_lock()
|
Completed in 21 milliseconds