Lines Matching defs:fh

916 	/* putfh directory fh */
1786 /* putfh fh to reopen */
2446 /* putfh target fh */
3187 /* 0. putfh target fh */
3417 /* putfh target fh */
3736 * changed - { Putfh <fh>; Setattr; Getattr }/
3741 * and retry. Thus the compound here is - { Putfh <fh>; Getattr; Verify;
3840 /* putfh target fh */
4352 /* putfh target fh */
4511 /* 0. putfh symlink fh */
5491 * The file exists but we can't get its fh for
5503 * The file exists but a bogus fh
5852 * The file exists but we can't get its fh for
5861 * The file exists but a bogus fh
6091 * compound { Put*fh; Lookup {nm1}; Lookup {nm2}; ... Lookup {nmn} }
6102 * compound { Put*fh; Lookup {nm1}; Lookup {nm2}; ... Lookup {nmn-2};
6113 * compound { Put*fh; Lookup {nm1}; Lookup {nm2}; ... Getfh; Getattr;
6121 * compound { Put*fh; Lookup {nm1}; Getfh; Getattr;
6927 /* 2/3: getfh fh of created object */
7190 * Remove requires that the current fh be the target directory.
7191 * After the operation, the current fh is unchanged.
7427 * Link requires that the current fh be the target directory and the
7428 * saved fh be the source fh. After the operation, the current fh is unchanged.
7501 /* 1. save current fh to free up the space for the dir */
7946 * the fh will not change because of the rename, but we still need
7948 * an eventual fh change due to migration. The FH4_NOEXPIRE_ON_OPEN
8109 * Rename requires that the current fh be the target directory and the
8110 * saved fh be the source directory. After the operation, the current fh
8112 * The compound op structure for persistent fh rename is:
8152 /* No need to Lookup the file, persistent fh */
8166 /* 1: Save source fh to free up current for target */
8292 * to ensure that we have the correct fh and attributes for the object.
8294 * Rename requires that the current fh be the target directory and the
8295 * saved fh be the source directory. After the operation, the current fh
8394 /* 1: Save source fh to free up current for target */
8397 /* 2: Lookup pre-rename fh of renamed object */
8401 /* 3: getfh fh of renamed object (before rename) */
8418 /* 7: Lookup post-rename fh of renamed object */
8422 /* 8: getfh fh of renamed object (after rename) */
8550 * and if the file handle changed, also update it with the new fh.
8617 * Remove requires that the current fh be the target directory.
8618 * After the operation, the current fh is unchanged.
9121 * { Putfh <fh>; Readdir; Lookupp; Getfh; Getattr }
9122 * 2. Otherwise just do: { Putfh <fh>; Readdir }
9253 /* putfh directory fh */
11701 * Commit requires that the current fh be the file written to.
12725 /* putfh target fh */
14231 /* putfh directory fh */
14795 nfs_fh4 fh;
14803 fh.nfs_fh4_len = svp->sv_pfhandle.fh_len;
14804 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf;
14805 sfh = sfh4_get(&fh, VTOMI4(vp));