Searched refs:ESTALE (Results 76 - 88 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Drgrp.c1716 * -ESTALE if it doesn't match
1745 error = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddir.c1888 if (status == -ESTALE) {
H A Dnfs4xdr.c5114 * an ESTALE error. Shouldn't be a problem,
5840 { NFS4ERR_STALE, -ESTALE },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c2805 ret = -ESTALE;
H A Dnamei.c1050 if (PTR_ERR(inode) == -ESTALE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c1048 if (PTR_ERR(inode) == -ESTALE) {
H A Dinode.c5034 ret = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dservices.c2858 match = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c2108 return ERR_PTR(-ESTALE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmds_client.c2002 * Handle an ESTALE
2006 * Otherwise we just have to return an ESTALE
2008 if (result == -ESTALE) {
2009 dout("got ESTALE on request %llu", req->r_tid);
2032 dout("have to return ESTALE on request %llu", req->r_tid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c2034 ret = -ESTALE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c21921 case ESTALE:
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c21921 case ESTALE:
[all...]

Completed in 429 milliseconds

1234