Searched refs:EBADCOOKIE (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | errno.h | 26 #define EBADCOOKIE 523 /* Cookie is stale */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | errno.h | 159 #define EBADCOOKIE 523 /* Cookie is stale */ macro
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errname.c | 189 E(EBADCOOKIE),
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs2xdr.c | 941 return -EBADCOOKIE; in nfs2_decode_dirent() 1093 { NFSERR_BAD_COOKIE, -EBADCOOKIE },
|
| H A D | dir.c | 281 return -EBADCOOKIE; in nfs_readdir_search_for_pos() 336 status = -EBADCOOKIE; in nfs_readdir_search_for_cookie() 604 if (count == 0 || (status == -EBADCOOKIE && entry->eof != 0)) { in nfs_readdir_page_filler() 921 if (res == -EBADCOOKIE) { in nfs_readdir()
|
| H A D | nfs3xdr.c | 1981 return -EBADCOOKIE; in nfs3_decode_dirent() 2474 { NFSERR_BAD_COOKIE, -EBADCOOKIE },
|
| H A D | nfs4trace.h | 31 TRACE_DEFINE_ENUM(EBADCOOKIE); 183 { EBADCOOKIE, "EBADCOOKIE" }, \
|
| H A D | nfs4xdr.c | 7404 return -EBADCOOKIE; in nfs4_decode_dirent() 7478 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4callback.c | 186 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
|