« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today
XML

Neat blogs

Navigation

Editing

Powered by Roller Weblogger.

statcounter.com

clustrmaps.com

Locations of visitors to this page

technorati.com

20081002 Thursday October 02, 2008
Some usr/src/uts/common/fs/nfs naming conventions

In usr/src/uts/common/fs/nfs/, there are some historical naming conventions that can help you understand where you are in the code:

rfs_
You are in the NFSv2 or NFSv3 server code. It may also be generic code that will call down into the NFSv4 layer.
rfs4_
You are in the NFSv4 server code.
rfs41_
You are in the NFS4.1 and/or pNFS server code.
nfs_
You are in the NFSv2 or NFSv3 client code. It may also be generic code that will call down into the NFSv4 layer.
rfs4_
You are in the NFSv4 client code.
rfs41_
You are in the NFS4.1 and/or pNFS client code.

You may end up in code which doesn't follow these conventions, i.e., the spe code I will be adding, some of the mirror mount code, etc. But if you are look at a stack trace, you would be able to see this type of code being called by a function following the above patterns.


Originally posted on Kool Aid Served Daily
Copyright (C) 2008, Kool Aid Served Daily

Trackback URL: http://blogs.sun.com/tdh/entry/some_usr_srrc_uts_common
Comments:

Post a Comment:

Name:
E-Mail:
URL:

Your Comment:

HTML Syntax: NOT allowed