from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209795

userrating:


May 25th. 2007:
Words

486

Views

258782

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150100

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ioctl_fs

Section: System Calls (2)
Updated: 202-0-17
Index Return to Main Contents
 

NAME

ioctl_fs - filesystem operations  

LIBRARY

Standard C library (libc,~-lc)  

SYNOPSIS

#include <linux/fs.h>  /* Definition of op constants */
#include <sys/ioctl.h>
int ioctl(int fd, unsigned long op, ...);
 

DESCRIPTION

The following op values are available.  

Share some of the data of one file with another file

FICLONE(2const)
FICLONERANGE(2const)
FIDEDUPERANGE(2const)
 

Operations for inode flags

FS_IOC_GETFLAGS(2const)
FS_IOC_SETFLAGS(2const)
 

Get or set a filesystem label

FS_IOC_GETFSLABEL(2const)
FS_IOC_SETFSLABEL(2const)
 

Get and/or clear page flags

PAGEMAP_SCAN(2const)
 

RETURN VALUE

On success, a nonnegative value is returned. On error, -1 is returned, and errno is set to indicate the error.  

STANDARDS

Linux.  

SEE ALSO

ioctl(2)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
Share some of the data of one file with another file
Operations for inode flags
Get or set a filesystem label
Get and/or clear page flags
RETURN VALUE
STANDARDS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.5 ms