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

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to