Searched refs:locks_conflict (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c485 static int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) function
495 * checking before calling the locks_conflict().
509 return (locks_conflict(caller_fl, sys_fl));
513 * checking before calling the locks_conflict().
525 return (locks_conflict(caller_fl, sys_fl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c2128 static struct lock *locks_conflict(struct node *node, const struct lock *lock) function
2355 conflict = locks_conflict(get_node(f, ino), &l);

Completed in 43 milliseconds