Searched refs:fl_owner (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/lockd/
H A Dlockd.h239 && fl1->fl_owner == fl2->fl_owner
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4state.c389 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) argument
393 if (pos->ls_owner != fl_owner)
406 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) argument
416 lsp->ls_owner = fl_owner;
501 lsp = nfs4_get_lock_state(state, fl->fl_owner);
513 void nfs4_copy_stateid(nfs4_stateid *dst, struct nfs4_state *state, fl_owner_t fl_owner) argument
522 lsp = __nfs4_find_lock_state(state, fl_owner);
H A Dfile.c550 fl->fl_owner = (fl_owner_t)filp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dlocks.c72 fl->fl_owner = NULL;
114 new->fl_owner = fl->fl_owner;
232 fl->fl_owner = current->files;
278 fl->fl_owner = current->files;
334 fl->fl_owner = current->files;
381 return fl1->fl_owner == fl2->fl_owner;
956 if (fl->fl_owner != owner)
984 fl.fl_owner
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dplock.c92 op->info.owner = (__u64)(long) fl->fl_owner;
205 op->info.owner = (__u64)(long) fl->fl_owner;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvcsubs.c169 lockhost = (struct nlm_host *) fl->fl_owner;
H A Dsvc4proc.c54 lock->fl.fl_owner = (fl_owner_t) host;
H A Dsvclock.c684 return fl1->fl_owner == fl2->fl_owner && fl1->fl_pid == fl2->fl_pid;
H A Dclntproc.c452 fl->fl_u.nfs_fl.owner = nlm_find_lockowner(host, fl->fl_owner);
H A Dsvcproc.c83 lock->fl.fl_owner = (fl_owner_t) host;
H A Dxdr.c136 fl->fl_owner = current->files;
H A Dxdr4.c137 fl->fl_owner = current->files;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c1328 struct nfs4_delegation *dp= (struct nfs4_delegation *)fl->fl_owner;
1370 struct nfs4_delegation *dp = (struct nfs4_delegation *)fl->fl_owner;
1387 struct nfs4_delegation *dp = (struct nfs4_delegation *)new->fl_owner;
1402 (struct nfs4_delegation *)onlist->fl_owner;
1404 (struct nfs4_delegation *)try->fl_owner;
1692 fl.fl_owner = (fl_owner_t)dp;
2514 sop = (struct nfs4_stateowner *) fl->fl_owner;
2733 file_lock.fl_owner = (fl_owner_t)lock_sop;
2838 file_lock.fl_owner = (fl_owner_t)lockt->lt_stateowner;
2904 file_lock.fl_owner
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Dfile.c672 arg->owner = fuse_lock_owner_id(fc, fl->fl_owner);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h796 fl_owner_t fl_owner; member in struct:file_lock

Completed in 390 milliseconds