Lines Matching defs:file
5 * contributor license agreements. See the NOTICE file distributed with
7 * ASF licenses this file to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance with the
130 struct nfsnode *file;
139 /* Make sure that this is flagged in every opened file */
141 for (file = nmp->nm_head; file; file = file->n_next)
143 file->n_flags &= ~NFSNODE_OPEN;
236 * Given a directory file handle, and the path to file in the directory,
237 * return the file handle of the path and attributes of both the file and
238 * the directory containing the file.
273 /* Copy the variable length, directory file handle */
282 /* Copy the variable-length file name */
310 /* Get the length of the file handle */
316 nfs_debug_error("Bad file handle length: %d\n", value);
320 /* Return the file handle */
358 * Given a path to something that may or may not be in the file system,
377 /* Start with the file handle of the root directory. */
466 * Given a path to something that may or may not be in the file system,
493 /* Start with the file handle of the root directory. */
557 * Update file attributes on write or after the file is modified.
568 /* Save a few of the files attribute values in file structure (host order) */