Linux Man Pages

Unix Manual Pages Home

Free Linux Documentation

Manual pages sections
Almost all UNIX operating systems have voluminous documentation known as manual pages. Every page is a document. If one wants to read a page then the command man at a shell prompt will show the manual, for example, "man ftp". Pages are referred by using the notation "name(manual-section)", for example time(1).


Man Page :: Unix Man Pages - bdflush
Browse Linux man pages by name. Choose the first letter of the name of the Linux command, function, or file you are interested in:
a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|_| All


NAME

bdflush - start, flush, or tune buffer-dirty-flush daemon

SYNOPSIS


#include <sys/kdaemon.h>
int bdflush(int func , long * address ); int bdflush(int func , long data );

DESCRIPTION

bdflush () starts, flushes, or tunes the buffer-dirty-flush daemon. Only a privileged process (one with the CAP_SYS_ADMIN capability) may call bdflush (). If func is negative or 0, and no daemon has been started, then bdflush () enters the daemon code and never returns. If func is 1, some dirty buffers are written to disk. If func is 2 or more and is even (low bit is 0), then address is the address of a long word, and the tuning parameter numbered

bdflush () starts, flushes, or tunes the buffer-dirty-flush daemon. Only a privileged process (one with the CAP_SYS_ADMIN capability) may call bdflush (). If func is negative or 0, and no daemon has been started, then bdflush () enters the daemon code and never returns. If func is 1, some dirty buffers are written to disk. If func is 2 or more and is even (low bit is 0), then address is the address of a long word, and the tuning parameter numbered is returned to the caller in that address. If func is 3 or more and is odd (low bit is 1), then data is a long word, and the kernel sets tuning parameter numbered

bdflush () starts, flushes, or tunes the buffer-dirty-flush daemon. Only a privileged process (one with the CAP_SYS_ADMIN capability) may call bdflush (). If func is negative or 0, and no daemon has been started, then bdflush () enters the daemon code and never returns. If func is 1, some dirty buffers are written to disk. If func is 2 or more and is even (low bit is 0), then address is the address of a long word, and the tuning parameter numbered is returned to the caller in that address. If func is 3 or more and is odd (low bit is 1), then data is a long word, and the kernel sets tuning parameter numbered to that value. The set of parameters, their values, and their legal ranges are defined in the kernel source file fs/buffer.c .

RETURN VALUE

If func is negative or 0 and the daemon successfully starts, bdflush () never returns. Otherwise, the return value is 0 on success and -1 on failure, with errno set to indicate the error.

ERRORS

EBUSY An attempt was made to enter the daemon code after another process has already entered.

EFAULT address points outside your accessible address space.

EINVAL An attempt was made to read or write an invalid parameter number, or to write an invalid value to a parameter.

EPERM Caller does not have the CAP_SYS_ADMIN capability.

CONFORMING TO

bdflush () is Linux-specific and should not be used in programs intended to be portable.

SEE ALSO

fsync (2) sync (2) sync (8) update (8)



Unix / Linux Man Pages
Copyright (C) 2008 istild.com. All Rights Reserved.

Unix / Linux Manual Pages Man Pages Man Pages Online Documentation - Valid CSS!