/* * The xxxx__mountpoint() entry points find the first match mount point for each * filesystems listed below, where xxxx is the filesystem type. * * The interface is as follows: * * - If a mount point is found on first call, it is cached and used for all * subsequent calls. * * - If a mount point is not found, NULL is returned on first call and all * subsequent calls.
*/
FS(sysfs)
FS(procfs)
FS(debugfs)
FS(tracefs)
FS(hugetlbfs)
FS(bpf_fs)
#undef FS
int cgroupfs_find_mountpoint(char *buf, size_t maxlen, constchar *subsys);
int filename__read_int(constchar *filename, int *value); int filename__read_ull(constchar *filename, unsignedlonglong *value); int filename__read_xll(constchar *filename, unsignedlonglong *value); int filename__read_str(constchar *filename, char **buf, size_t *sizep);
int filename__write_int(constchar *filename, int value);
int procfs__read_str(constchar *entry, char **buf, size_t *sizep);
int sysctl__read_int(constchar *sysctl, int *value); int sysfs__read_int(constchar *entry, int *value); int sysfs__read_ull(constchar *entry, unsignedlonglong *value); int sysfs__read_xll(constchar *entry, unsignedlonglong *value); int sysfs__read_str(constchar *entry, char **buf, size_t *sizep); int sysfs__read_bool(constchar *entry, bool *value);
int sysfs__write_int(constchar *entry, int value); #endif/* __API_FS__ */
Messung V0.5
¤ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.