Home
last modified time | relevance | path

Searched refs:fh_post_mode (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/nfsd/
Dnfsfh.h165 umode_t fh_post_mode; /* i_mode */ member
256 fhp->fh_post_mode = inode->i_mode; in fill_post_wcc()
/linux-2.4.37.9/fs/nfsd/
Dnfs3xdr.c200 *p++ = htonl(nfs3_ftypes[(fhp->fh_post_mode & S_IFMT) >> 12]); in encode_saved_post_attr()
201 *p++ = htonl((u32) fhp->fh_post_mode); in encode_saved_post_attr()
205 if (S_ISLNK(fhp->fh_post_mode) && fhp->fh_post_size > NFS3_MAXPATHLEN) { in encode_saved_post_attr()