Home
last modified time | relevance | path

Searched refs:locks_owner_has_blockers (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilelock.h181 bool locks_owner_has_blockers(struct file_lock_context *flctx,
330 static inline bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers() function
/openbmc/linux/fs/
H A Dlocks.c313 bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers() function
330 EXPORT_SYMBOL_GPL(locks_owner_has_blockers);
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c6018 if (locks_owner_has_blockers(ctx, lo)) in nfs4_lockowner_has_blockers()