Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dnfs3xdr.c28 static u32 nfs3_ftypes[] = { variable
161 *p++ = htonl(nfs3_ftypes[(inode->i_mode & S_IFMT) >> 12]); in encode_fattr3()
200 *p++ = htonl(nfs3_ftypes[(fhp->fh_post_mode & S_IFMT) >> 12]); in encode_saved_post_attr()
Dnfs3proc.c34 static int nfs3_ftypes[] = { variable
349 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()