Searched refs:traced_file (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/nss/nss_files/ |
D | files-init.c | 27 register_file (void (*cb) (size_t, struct traced_file *), in register_file() argument 31 struct traced_file *file = malloc (sizeof (struct traced_file) + pathlen); in register_file() 42 _nss_files_init (void (*cb) (size_t, struct traced_file *)) in _nss_files_init() argument
|
/glibc-2.36/nscd/ |
D | nscd.h | 65 struct traced_file struct 70 struct traced_file *next; argument 93 init_traced_file(struct traced_file *file, const char *fname, int crinit) in init_traced_file() 121 struct traced_file file; \ 122 char buf[sizeof (struct traced_file) + sizeof (filename)]; \ 140 struct traced_file *traced_files; 261 extern void register_traced_file (size_t dbidx, struct traced_file *finfo); 263 extern void install_watches (struct traced_file *finfo);
|
D | connections.c | 851 install_watches (struct traced_file *finfo) in install_watches() 901 register_traced_file (size_t dbidx, struct traced_file *finfo) in register_traced_file() 949 struct traced_file *runp = dbs[number].traced_files; in invalidate_cache() 1796 check_file (struct traced_file *finfo) in check_file() 1821 struct traced_file *finfo = dbs[dbcnt].traced_files; in inotify_check_files()
|
D | cache.c | 269 struct traced_file *runp = table->traced_files; in prune_cache()
|
/glibc-2.36/nss/ |
D | nss_module.c | 60 static void (*nscd_init_cb) (size_t, struct traced_file *); 155 void (*cb) (size_t, struct traced_file *) = nscd_init_cb; in module_load_nss_files() 262 void (*ifct) (void (*) (size_t, struct traced_file *)) in module_load() 266 void (*cb) (size_t, struct traced_file *) = nscd_init_cb; in module_load() 381 __nss_disable_nscd (void (*cb) (size_t, struct traced_file *)) in __nss_disable_nscd() argument 383 void (*cb1) (size_t, struct traced_file *); in __nss_disable_nscd()
|
D | nsswitch.h | 126 struct traced_file; 127 extern void __nss_disable_nscd (void (*) (size_t, struct traced_file *));
|
D | nss.h | 77 struct traced_file; 173 typedef void nss_init (void (*) (size_t, struct traced_file *));
|
/glibc-2.36/nss/nss_db/ |
D | db-init.c | 37 _nss_db_init (void (*cb) (size_t, struct traced_file *)) in _nss_db_init() argument
|
/glibc-2.36/include/ |
D | nss_files.h | 144 void _nss_files_init (void (*cb) (size_t, struct traced_file *));
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 13585 (traced_file): New.
|
D | ChangeLog.18 | 39055 (struct traced_file): Use array of inotify fds. Add parent directory, 93338 * nscd/nscd.h (struct traced_file): Define.
|