NFS_REVALIDATE_FILE_SIZE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

nfs_revalidate_file_size - Revalidate the file size  

SYNOPSIS

"SYNOPSIS"

int nfs_revalidate_file_size (struct inode * inode, struct file * filp);  

ARGUMENTS

inode
-- undescribed --
filp
-- undescribed --
 

DESCRIPTION

inode - pointer to inode struct file - pointer to struct file

Revalidates the file length. This is basically a wrapper around nfs_revalidate_inode that takes into account the fact that we may have cached writes (in which case we don't care about the server's idea of what the file length is), or O_DIRECT (in which case we shouldn't trust the cache).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:33 GMT, October 09, 2005