Searched refs:ocfs2_plock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stackglue.h | 283 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
|
H A D | locks.c | 129 return ocfs2_plock(osb->cconn, OCFS2_I(inode)->ip_blkno, file, cmd, fl); in ocfs2_lock()
|
H A D | stackglue.c | 290 * ocfs2_plock() can only be safely called if 293 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino, in ocfs2_plock() function 301 EXPORT_SYMBOL_GPL(ocfs2_plock); variable
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | locks.c | 124 return ocfs2_plock(osb->cconn, OCFS2_I(inode)->ip_blkno, file, cmd, fl); in ocfs2_lock()
|
H A D | stackglue.h | 281 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
|
H A D | stackglue.c | 288 * ocfs2_plock() can only be safely called if 291 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino, in ocfs2_plock() function 299 EXPORT_SYMBOL_GPL(ocfs2_plock); variable
|
Completed in 4 milliseconds