Home
last modified time | relevance | path

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

/linux-4.19.296/fs/dlm/
DMakefile14 plock.o \
/linux-4.19.296/fs/ocfs2/
Dstackglue.c293 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks()
304 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock()
305 if (active_stack->sp_ops->plock) in ocfs2_plock()
306 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock()
Dstackglue.h216 int (*plock)(struct ocfs2_cluster_connection *conn, member
Dstack_user.c1099 .plock = user_plock,