Main Page | Modules | Data Structures | File List | Data Fields | Globals

pvfs2_mount_options_t Struct Reference
[PVFS2 Linux kernel support]

mount options. More...

#include <pvfs2-kernel.h>


Data Fields

int intr
int acl
int suid
int noatime
int nodiratime


Detailed Description

mount options.

only accepted mount options are listed.


Field Documentation

int pvfs2_mount_options_t::acl
 

acl option (if set) is inspired by the ext2 acl option that requires the file system to honor acl's

int pvfs2_mount_options_t::intr
 

intr option (if set) is inspired by the nfs intr option that interrupts the operation in progress if a signal is received, and ignores the signal otherwise (if not set).

int pvfs2_mount_options_t::noatime
 

noatime option (if set) is inspired by the nfs mount option that requires the file system to disable atime updates for all files if set.

NOTE: this is disabled by default.

int pvfs2_mount_options_t::nodiratime
 

nodiratime option (if set) is inspired by the nfs mount option that requires the file system to disable atime updates for directories alone if set.

NOTE: this is disabled by default.

int pvfs2_mount_options_t::suid
 

suid option (if set) is inspired by the nfs mount option that requires the file system to honor the setuid bit of a file if set.

NOTE: this is disabled by default.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 10 02:45:01 2010 for PVFS by doxygen 1.3.5