Home
last modified time | relevance | path

Searched refs:make_node (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/dlm/
H A Dconfig.c59 static struct config_item *make_node(struct config_group *, const char *);
327 .make_item = make_node,
547 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() function
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c355 list = make_node(FIELD_DECL); in relayout_struct()
/openbmc/linux/fs/smb/client/
H A Ddir.c632 rc = tcon->ses->server->ops->make_node(xid, inode, direntry, tcon,
H A Dsmb1ops.c1173 .make_node = cifs_make_node,
H A Dsmb2ops.c5163 .make_node = smb2_make_node,
5268 .make_node = smb2_make_node,
5384 .make_node = smb2_make_node,
5500 .make_node = smb2_make_node,
H A Dcifsglob.h578 int (*make_node)(unsigned int xid, member