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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c480 static int locks_conflict(struct file_lock *caller_fl, struct file_lock *sys_fl) function
490 * checking before calling the locks_conflict().
504 return (locks_conflict(caller_fl, sys_fl));
508 * checking before calling the locks_conflict().
520 return (locks_conflict(caller_fl, sys_fl));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 81 milliseconds