Home
last modified time | relevance | path

Searched refs:file_lock (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/linux/
Dfs.h524 struct file_lock *i_flock;
739 void (*fl_insert)(struct file_lock *); /* lock insertion callback */
740 void (*fl_remove)(struct file_lock *); /* lock removal callback */
741 void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
742 void (*fl_release_private)(struct file_lock *);
746 int (*fl_compare_owner)(struct file_lock *, struct file_lock *);
747 void (*fl_notify)(struct file_lock *); /* unblock callback */
748 void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
749 void (*fl_release_private)(struct file_lock *);
750 void (*fl_break)(struct file_lock *);
[all …]
Dnfs_xdr.h189 struct file_lock * fl;
206 struct file_lock * fl;
217 struct file_lock * fl;
222 struct file_lock * denied; /* LOCK, LOCKT failed */
818 int (*lock)(struct file *, int, struct file_lock *);
Dfile.h58 spinlock_t file_lock ____cacheline_aligned_in_smp;
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfile_lock_unittest.py31 from webkitpy.common.system.file_lock import FileLock
/external/kernel-headers/original/linux/lockd/
Dxdr.h32 struct file_lock fl;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dhttp_lock.py39 from webkitpy.common.system.file_lock import FileLock
/external/chromium/
DAndroid.mk222 net/disk_cache/file_lock.cc \
/external/chromium/net/
Dnet.gyp398 'disk_cache/file_lock.cc',
399 'disk_cache/file_lock.h',
/external/webkit/Tools/
DChangeLog-2011-02-1610624 * Scripts/webkitpy/common/system/file_lock.py: Added.
11438 * Scripts/webkitpy/common/system/file_lock.py: Removed.
11449 * Scripts/webkitpy/common/system/file_lock.py: Added.