#include <pvfs2-kernel.h>
Data Fields | |
| int | intr |
| int | acl |
| int | suid |
| int | noatime |
| int | nodiratime |
only accepted mount options are listed.
|
|
acl option (if set) is inspired by the ext2 acl option that requires the file system to honor acl's
|
|
|
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).
|
|
|
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. |
|
|
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. |
|
|
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. |
1.3.5