Searched refs:file_lock (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbad_inode.c105 static int bad_file_lock(struct file *file, int cmd, struct file_lock *fl)
128 static int bad_file_flock(struct file *filp, int cmd, struct file_lock *fl)
H A Dfcntl.c32 spin_lock(&files->file_lock);
38 spin_unlock(&files->file_lock);
66 spin_lock(&files->file_lock);
102 spin_unlock(&files->file_lock);
112 spin_unlock(&files->file_lock);
H A Dopen.c851 spin_lock(&files->file_lock);
853 spin_unlock(&files->file_lock);
875 spin_lock(&files->file_lock);
879 spin_unlock(&files->file_lock);
982 spin_lock(&files->file_lock);
992 spin_unlock(&files->file_lock);
1005 spin_unlock(&files->file_lock);
H A Dexec.c957 spin_lock(&files->file_lock);
970 spin_unlock(&files->file_lock);
976 spin_lock(&files->file_lock);
979 spin_unlock(&files->file_lock);
1872 spin_lock(&cf->file_lock);
1876 spin_unlock(&cf->file_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dxdr.c122 struct file_lock *fl = &lock->fl;
157 struct file_lock *fl = &lock->fl;
195 struct file_lock *fl = &resp->lock.fl;
408 struct file_lock *fl = &resp->lock.fl;
H A Dxdr4.c123 struct file_lock *fl = &lock->fl;
158 struct file_lock *fl = &lock->fl;
198 struct file_lock *fl = &resp->lock.fl;
415 struct file_lock *fl = &resp->lock.fl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h273 struct file_lock * fl;
294 struct file_lock * fl;
308 struct file_lock * fl;
314 struct file_lock * denied; /* LOCK, LOCKT failed */
1064 int (*lock)(struct file *, int, struct file_lock *);
1065 int (*lock_check_bounds)(const struct file_lock *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsuper.h902 extern int ceph_lock(struct file *file, int cmd, struct file_lock *fl);
903 extern int ceph_flock(struct file *file, int cmd, struct file_lock *fl);
907 extern int lock_to_ceph_filelock(struct file_lock *fl, struct ceph_filelock *c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h90 struct file_lock *dl_flock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_file.c114 static int v9fs_file_lock(struct file *filp, int cmd, struct file_lock *fl)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Docfs.c63 uint8_t file_lock; member in struct:ocfs1_super_block_label::ocfs1_disk_lock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4state.c729 static void nfs4_fl_copy_lock(struct file_lock *dst, struct file_lock *src)
737 static void nfs4_fl_release_lock(struct file_lock *fl)
747 int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl)
964 struct file_lock *fl;
H A Dnfs4proc.c3779 static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3819 static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3832 static int do_vfs_lock(struct file *file, struct file_lock *fl)
3853 struct file_lock fl;
3858 static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3943 static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3978 static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4022 struct file_lock fl;
4029 static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
4180 static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *f
[all...]
H A Dproc.c661 nfs_proc_lock(struct file *filp, int cmd, struct file_lock *fl)
670 static int nfs_lock_check_bounds(const struct file_lock *fl)
H A Ddelegation.c70 struct file_lock *fl;
H A Dnfs3proc.c824 nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dinternal.h508 extern int afs_lock(struct file *, int, struct file_lock *);
509 extern int afs_flock(struct file *, int, struct file_lock *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Ddev-ioctl.c229 spin_lock(&files->file_lock);
234 spin_unlock(&files->file_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfile.c1378 struct file_lock *fl)
1403 const struct file_lock *fl, int opcode, pid_t pid,
1426 static int fuse_getlk(struct file *file, struct file_lock *fl)
1451 static int fuse_setlk(struct file *file, struct file_lock *fl, int flock)
1483 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl)
1506 static int fuse_file_flock(struct file *file, int cmd, struct file_lock *fl)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h347 const __u64 len, struct file_lock *,
H A Dcifsfs.c565 static int cifs_setlease(struct file *file, long arg, struct file_lock **lease)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstackglue.c302 struct file *file, int cmd, struct file_lock *fl)
H A Dstack_user.c753 struct file_lock *fl)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dbase.c1810 * hold ->file_lock.
1812 spin_lock(&files->file_lock);
1825 spin_unlock(&files->file_lock);
1829 spin_unlock(&files->file_lock);
1907 * hold ->file_lock.
1909 spin_lock(&files->file_lock);
1917 spin_unlock(&files->file_lock);
1932 spin_unlock(&files->file_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dlsm.c648 .file_lock = apparmor_file_lock,

Completed in 254 milliseconds

123