Searched refs:plock (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stackglue.c | 285 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks() 296 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock() 297 if (active_stack->sp_ops->plock) in ocfs2_plock() 298 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock()
|
H A D | stackglue.h | 23 /* Needed for plock-related prototypes */ 208 int (*plock)(struct ocfs2_cluster_connection *conn, member
|
H A D | stack_user.c | 743 * This more or less just demuxes the plock request into any in user_plock() 1091 .plock = user_plock,
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H 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()
|
H A D | stackglue.h | 21 /* Needed for plock-related prototypes */ 206 int (*plock)(struct ocfs2_cluster_connection *conn, member
|
H A D | stack_user.c | 736 * This more or less just demuxes the plock request into any in user_plock() 1077 .plock = user_plock,
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | Makefile | 14 plock.o \
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | Makefile | 13 plock.o \
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.h | 111 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.h | 103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi.h | 1595 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
|
H A D | hpifunc.c | 2379 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock) in hpi_sample_clock_get_local_rate_lock() argument 2382 plock); in hpi_sample_clock_get_local_rate_lock()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi.h | 1579 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
|
H 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