Lines Matching defs:file

4  * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61 * remote file service numbers
125 NFSERR_NOENT = 2, /* No such file or directory */
137 NFSERR_ROFS = 30, /* Read-only file system */
142 NFSERR_STALE = 70, /* Stale NFS file handle */
154 NFREG, /* regular file */
402 * The original nfs file handle size for version 3 was 32 which was
423 ushort_t fh_len; /* file number length */
425 ushort_t fh_xlen; /* export file number length */
434 ushort_t _fh3_len; /* file number length */
436 ushort_t _fh3_xlen; /* export file number length */
445 ushort_t fhx_len; /* file number length */
447 ushort_t fhx_xlen; /* export file number length */
495 enum nfsftype na_type; /* file type */
500 uint32_t na_size; /* file size in bytes */
503 uint32_t na_blocks; /* Kb of disk used by file */
518 fhandle_t ra_fhandle; /* handle for file */
519 uint32_t ra_offset; /* byte offset in file */
568 uint32_t sa_size; /* file size in bytes */
575 * Reply status with file attributes
580 struct nfsfattr ns_attr_u; /* NFS_OK: file attributes */
648 fhandle_t *da_fhandle; /* pointer to directory file handle */
650 fhandle_t da_fhandle_buf; /* directory file handle */
659 fhandle_t drok_fhandle; /* result file handle */
660 struct nfsfattr drok_attr; /* result file attributes */
680 fhandle_t saa_fh; /* fhandle of file to be set */
688 struct nfsdiropargs ca_da; /* file name to create and parent dir */
697 fhandle_t *la_from; /* old file */
698 fhandle_t la_from_buf; /* old file */
699 struct nfsdiropargs la_to; /* new file and parent dir */
706 struct nfsdiropargs rna_from; /* old file and parent dir */
707 struct nfsdiropargs rna_to; /* new file and parent dir */
714 struct nfsdiropargs sla_from; /* old file and parent dir */
727 uint32_t fsok_bsize; /* fundamental file system block size */
728 uint32_t fsok_blocks; /* total blocks in file system */
793 * Remote file service routines
1422 nfs_fh3 file;
1513 nfs_fh3 file;
1772 nfs_fh3 file;
2045 nfs_fh3 file;