file.c (b74b953b998bcc2db91b694446f3a2619ec32de6) | file.c (622daaff0a8975fb5c5b95f24f3234550ba32e92) |
---|---|
1/* 2 * file.c - NILFS regular file handling primitives including fsync(). 3 * 4 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 141 unchanged lines hidden (view full) --- 150 .fsync = nilfs_sync_file, 151 .splice_read = generic_file_splice_read, 152}; 153 154const struct inode_operations nilfs_file_inode_operations = { 155 .truncate = nilfs_truncate, 156 .setattr = nilfs_setattr, 157 .permission = nilfs_permission, | 1/* 2 * file.c - NILFS regular file handling primitives including fsync(). 3 * 4 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 141 unchanged lines hidden (view full) --- 150 .fsync = nilfs_sync_file, 151 .splice_read = generic_file_splice_read, 152}; 153 154const struct inode_operations nilfs_file_inode_operations = { 155 .truncate = nilfs_truncate, 156 .setattr = nilfs_setattr, 157 .permission = nilfs_permission, |
158 .fiemap = nilfs_fiemap, |
|
158}; 159 160/* end of file */ | 159}; 160 161/* end of file */ |