Lines Matching defs:server

372 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
376 if (!(server->caps & NFS_CAP_SECURITY_LABEL))
479 /* We can't support update_atime(), since the server will reset it */
837 struct nfs_server *server = NFS_SERVER(inode);
857 /* Flush out writes to the server in order to update c/mtime/version. */
906 err = __nfs_revalidate_inode(server, inode);
919 if (server->change_attr_type != NFS4_CHANGE_TYPE_IS_UNDEFINED)
1194 __nfs_revalidate_inode(struct nfs_server *server, struct inode *inode)
1224 status = NFS_PROTO(inode)->getattr(server, NFS_FH(inode), fattr, inode);
1232 if (server->flags & NFS_MOUNT_SOFTREVAL)
1279 * Updates inode attribute information by retrieving the data from the server.
1579 * operations which change the attribute on the server do not
1600 struct nfs_fattr *nfs_alloc_fattr_with_label(struct nfs_server *server)
1607 fattr->label = nfs4_label_alloc(server, GFP_KERNEL);
1721 * We assume that the server observes monotonic semantics for
1746 * We assume that the server observes strictly monotonic semantics for
1943 * NB: if the server didn't return any post op attributes, this
2049 * of the server's inode.
2052 * have been sent off to the server before calling invalidate_inode_pages.
2060 struct nfs_server *server = NFS_SERVER(inode);
2063 u64 fattr_supported = server->fattr_valid;
2087 printk(KERN_ERR "NFS: server %s error: fileid changed\n"
2109 !nfs_fsid_equal(&server->fsid, &fattr->fsid) &&
2111 server->fsid = fattr->fsid;
2168 dprintk("NFS: change_attr change on server for file %s/%ld\n",