[Linux-cluster] why i can not find dlm_new_lockspace implement in kernel source code?
Hugo Lombard
hal at elizium.za.net
Thu Mar 24 08:25:39 UTC 2011
On Thu, Mar 24, 2011 at 03:32:29PM +0800, yue wrote:
> <linux/dlm.h>
> int dlm_new_lockspace(const char *name, int namelen,
> dlm_lockspace_t **lockspace, uint32_t flags, int lvblen);
>
>
> bu t i can not find where it is implemented when i browse kernel source
> code.
>
Defined as a function in:
* fs/dlm/lockspace.c, line 621
* include/linux/dlm.h, line 84
[ According to ]
[ http://fxr.watson.org/fxr/ident?v=linux-2.6&i=dlm_new_lockspace ]
Hope that helps.
--
Hugo Lombard
More information about the Linux-cluster
mailing list