Home
last modified time | relevance | path

Searched refs:ixlog (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_fhdb.c47 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
49 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
58 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
68 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
69 return ixlog->nfc->add_file (ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
79 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
80 return ixlog->nfc->add_dir (ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
90 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
91 return ixlog->nfc->add_node (ixlog, tagc, node, fstat); in ndmfhdb_add_node()
101 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c45 ndmjobfhdb_add_file (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_file() argument
59 ndmlogf (ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
65 ndmjobfhdb_add_dir (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dir() argument
76 ndmlogf (ixlog, prefix, 0, "%llu %s UNIX %llu", in ndmjobfhdb_add_dir()
83 ndmjobfhdb_add_node (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_node() argument
94 ndmlogf (ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
100 ndmjobfhdb_add_dirnode_root (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dirnode_root() argument
108 ndmlogf (ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_fhdb.c47 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
49 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
58 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
68 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
69 return ixlog->nfc->add_file (ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
79 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
80 return ixlog->nfc->add_dir (ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
90 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
91 return ixlog->nfc->add_node (ixlog, tagc, node, fstat); in ndmfhdb_add_node()
101 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c45 ndmjobfhdb_add_file (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_file() argument
59 ndmlogf (ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
65 ndmjobfhdb_add_dir (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dir() argument
76 ndmlogf (ixlog, prefix, 0, "%llu %s UNIX %llu", in ndmjobfhdb_add_dir()
83 ndmjobfhdb_add_node (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_node() argument
94 ndmlogf (ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
100 ndmjobfhdb_add_dirnode_root (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dirnode_root() argument
108 ndmlogf (ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_fhdb.c47 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
49 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
58 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
68 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
69 return ixlog->nfc->add_file (ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
79 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
80 return ixlog->nfc->add_dir (ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
90 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
91 return ixlog->nfc->add_node (ixlog, tagc, node, fstat); in ndmfhdb_add_node()
101 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c45 ndmjobfhdb_add_file (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_file() argument
59 ndmlogf (ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
65 ndmjobfhdb_add_dir (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dir() argument
76 ndmlogf (ixlog, prefix, 0, "%llu %s UNIX %llu", in ndmjobfhdb_add_dir()
83 ndmjobfhdb_add_node (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_node() argument
94 ndmlogf (ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
100 ndmjobfhdb_add_dirnode_root (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dirnode_root() argument
108 ndmlogf (ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_fhdb.c47 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
49 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
58 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
68 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
69 return ixlog->nfc->add_file (ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
79 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
80 return ixlog->nfc->add_dir (ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
90 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
91 return ixlog->nfc->add_node (ixlog, tagc, node, fstat); in ndmfhdb_add_node()
101 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c45 ndmjobfhdb_add_file (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_file() argument
59 ndmlogf (ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
65 ndmjobfhdb_add_dir (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dir() argument
76 ndmlogf (ixlog, prefix, 0, "%llu %s UNIX %llu", in ndmjobfhdb_add_dir()
83 ndmjobfhdb_add_node (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_node() argument
94 ndmlogf (ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
100 ndmjobfhdb_add_dirnode_root (struct ndmlog *ixlog, int tagc, in ndmjobfhdb_add_dirnode_root() argument
108 ndmlogf (ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_fhdb.c46 if (!ixlog->nfc) { in ndmfhdb_register_callbacks()
48 if (ixlog->nfc) { in ndmfhdb_register_callbacks()
56 if (ixlog->nfc) { in ndmfhdb_unregister_callbacks()
67 if (ixlog->nfc && ixlog->nfc->add_file) { in ndmfhdb_add_file()
68 return ixlog->nfc->add_file(ixlog, tagc, raw_name, fstat); in ndmfhdb_add_file()
80 if (ixlog->nfc && ixlog->nfc->add_dir) { in ndmfhdb_add_dir()
81 return ixlog->nfc->add_dir(ixlog, tagc, raw_name, dir_node, node); in ndmfhdb_add_dir()
92 if (ixlog->nfc && ixlog->nfc->add_node) { in ndmfhdb_add_node()
93 return ixlog->nfc->add_node(ixlog, tagc, node, fstat); in ndmfhdb_add_node()
103 if (ixlog->nfc && ixlog->nfc->add_dirnode_root) { in ndmfhdb_add_dirnode_root()
[all …]
H A Dndmjob_fhdb.c43 int ndmjobfhdb_add_file(struct ndmlog* ixlog, in ndmjobfhdb_add_file() argument
59 ndmlogf(ixlog, prefix, 0, "%s UNIX %s", namebuf, statbuf); in ndmjobfhdb_add_file()
64 int ndmjobfhdb_add_dir(struct ndmlog* ixlog, in ndmjobfhdb_add_dir() argument
78 ndmlogf(ixlog, prefix, 0, "%llu %s UNIX %llu", dir_node, namebuf, node); in ndmjobfhdb_add_dir()
83 int ndmjobfhdb_add_node(struct ndmlog* ixlog, in ndmjobfhdb_add_node() argument
96 ndmlogf(ixlog, prefix, 0, "%llu UNIX %s", node, statbuf); in ndmjobfhdb_add_node()
101 int ndmjobfhdb_add_dirnode_root(struct ndmlog* ixlog, in ndmjobfhdb_add_dirnode_root() argument
110 ndmlogf(ixlog, prefix, 0, "%llu", root_node); in ndmjobfhdb_add_dirnode_root()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dndmp_dma_backup_common.cc251 NIS *nis = (NIS *)ixlog->ctx; in RegisterCallbackHooks()
254 NdmpFhdbLmdbRegister(ixlog); in RegisterCallbackHooks()
256 NdmpFhdbMemRegister(ixlog); in RegisterCallbackHooks()
259 NdmpFhdbMemRegister(ixlog); in RegisterCallbackHooks()
266 NIS *nis = (NIS *)ixlog->ctx; in UnregisterCallbackHooks()
271 NdmpFhdbMemUnregister(ixlog); in UnregisterCallbackHooks()
274 NdmpFhdbMemUnregister(ixlog); in UnregisterCallbackHooks()
281 NIS *nis = (NIS *)ixlog->ctx; in ProcessFhdb()
284 NdmpFhdbLmdbProcessDb(ixlog); in ProcessFhdb()
286 NdmpFhdbMemProcessDb(ixlog); in ProcessFhdb()
[all …]

12345678