Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dlocks.c312 bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers() function
329 EXPORT_SYMBOL_GPL(locks_owner_has_blockers);
/Linux-v6.1/include/linux/
Dfs.h1187 extern bool locks_owner_has_blockers(struct file_lock_context *flctx,
1324 static inline bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers() function
/Linux-v6.1/fs/nfsd/
Dnfs4state.c5903 if (locks_owner_has_blockers(ctx, lo)) in nfs4_lockowner_has_blockers()