| .. | .. |
|---|
| 25 | 25 | |
|---|
| 26 | 26 | /** |
|---|
| 27 | 27 | * nfs_start_io_read - declare the file is being used for buffered reads |
|---|
| 28 | | - * @inode - file inode |
|---|
| 28 | + * @inode: file inode |
|---|
| 29 | 29 | * |
|---|
| 30 | 30 | * Declare that a buffered read operation is about to start, and ensure |
|---|
| 31 | 31 | * that we block all direct I/O. |
|---|
| .. | .. |
|---|
| 56 | 56 | |
|---|
| 57 | 57 | /** |
|---|
| 58 | 58 | * nfs_end_io_read - declare that the buffered read operation is done |
|---|
| 59 | | - * @inode - file inode |
|---|
| 59 | + * @inode: file inode |
|---|
| 60 | 60 | * |
|---|
| 61 | 61 | * Declare that a buffered read operation is done, and release the shared |
|---|
| 62 | 62 | * lock on inode->i_rwsem. |
|---|
| .. | .. |
|---|
| 69 | 69 | |
|---|
| 70 | 70 | /** |
|---|
| 71 | 71 | * nfs_start_io_write - declare the file is being used for buffered writes |
|---|
| 72 | | - * @inode - file inode |
|---|
| 72 | + * @inode: file inode |
|---|
| 73 | 73 | * |
|---|
| 74 | 74 | * Declare that a buffered read operation is about to start, and ensure |
|---|
| 75 | 75 | * that we block all direct I/O. |
|---|
| .. | .. |
|---|
| 83 | 83 | |
|---|
| 84 | 84 | /** |
|---|
| 85 | 85 | * nfs_end_io_write - declare that the buffered write operation is done |
|---|
| 86 | | - * @inode - file inode |
|---|
| 86 | + * @inode: file inode |
|---|
| 87 | 87 | * |
|---|
| 88 | 88 | * Declare that a buffered write operation is done, and release the |
|---|
| 89 | 89 | * lock on inode->i_rwsem. |
|---|
| .. | .. |
|---|
| 105 | 105 | |
|---|
| 106 | 106 | /** |
|---|
| 107 | 107 | * nfs_end_io_direct - declare the file is being used for direct i/o |
|---|
| 108 | | - * @inode - file inode |
|---|
| 108 | + * @inode: file inode |
|---|
| 109 | 109 | * |
|---|
| 110 | 110 | * Declare that a direct I/O operation is about to start, and ensure |
|---|
| 111 | 111 | * that we block all buffered I/O. |
|---|
| .. | .. |
|---|
| 136 | 136 | |
|---|
| 137 | 137 | /** |
|---|
| 138 | 138 | * nfs_end_io_direct - declare that the direct i/o operation is done |
|---|
| 139 | | - * @inode - file inode |
|---|
| 139 | + * @inode: file inode |
|---|
| 140 | 140 | * |
|---|
| 141 | 141 | * Declare that a direct I/O operation is done, and release the shared |
|---|
| 142 | 142 | * lock on inode->i_rwsem. |
|---|