Searched defs:fh (Results 51 - 55 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2148 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) argument
2159 fh && fh->nfs_fh4_len) {
2162 kmem_alloc(fh->nfs_fh4_len, KM_SLEEP);
2163 nfs_fh4_copy(fh, &oo->ro_reply_fh);
2377 nfs_fh4 *fh; member in struct:__anon78
2386 nfs_fh4 *fh = ap->fh; local
2392 ASSERT(fh && fh
2421 rfs4_findfile(vnode_t *vp, nfs_fh4 *fh, bool_t *create) argument
2460 rfs4_findfile_withlock(vnode_t *vp, nfs_fh4 *fh, bool_t *create) argument
[all...]
H A Dnfs4_vnops.c929 /* putfh directory fh */
1799 /* putfh fh to reopen */
2460 /* putfh target fh */
3211 /* 0. putfh target fh */
3441 /* putfh target fh */
3765 * changed - { Putfh <fh>; Setattr; Getattr }/
3770 * and retry. Thus the compound here is - { Putfh <fh>; Getattr; Verify;
3869 /* putfh target fh */
4381 /* putfh target fh */
4540 /* 0. putfh symlink fh */
14822 nfs_fh4 fh; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h988 * XXX - temporary for testing of volatile fh
1091 bool_t deleg; /* TRUE if current fh has */
1100 nfs_fh4 fh; /* ditto. valid only if vp != NULL */ member in struct:compound_state
H A Dnfs.h1062 #define FH3TOFIDP(fh) ((fid_t *)&((fh)->fh3_len))
1063 #define FH3TOXFIDP(fh) ((fid_t *)&((fh)->fh3_xlen))
1068 #define FH_WEBNFS 0x1 /* fh is WebNFS overloaded - see makefh3_ol() */
1886 post_op_fh3 fh; member in struct:entryplus3_info
1921 nfs_fh3 fh; member in struct:entryplus3_va_fh
H A Dnfs4_kprot.h1560 nfs_fh4 fh; member in struct:CB_GETATTR4args
1574 nfs_fh4 fh; member in struct:CB_RECALL4args

Completed in 112 milliseconds

123