namei.c (bc030d6cb9532877c1c5a3f5e7123344fa24a285) | namei.c (622daaff0a8975fb5c5b95f24f3234550ba32e92) |
---|---|
1/* 2 * namei.c - NILFS pathname lookup operations. 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 --- 563 unchanged lines hidden (view full) --- 572 .unlink = nilfs_unlink, 573 .symlink = nilfs_symlink, 574 .mkdir = nilfs_mkdir, 575 .rmdir = nilfs_rmdir, 576 .mknod = nilfs_mknod, 577 .rename = nilfs_rename, 578 .setattr = nilfs_setattr, 579 .permission = nilfs_permission, | 1/* 2 * namei.c - NILFS pathname lookup operations. 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 --- 563 unchanged lines hidden (view full) --- 572 .unlink = nilfs_unlink, 573 .symlink = nilfs_symlink, 574 .mkdir = nilfs_mkdir, 575 .rmdir = nilfs_rmdir, 576 .mknod = nilfs_mknod, 577 .rename = nilfs_rename, 578 .setattr = nilfs_setattr, 579 .permission = nilfs_permission, |
580 .fiemap = nilfs_fiemap, |
|
580}; 581 582const struct inode_operations nilfs_special_inode_operations = { 583 .setattr = nilfs_setattr, 584 .permission = nilfs_permission, 585}; 586 587const struct inode_operations nilfs_symlink_inode_operations = { --- 12 unchanged lines hidden --- | 581}; 582 583const struct inode_operations nilfs_special_inode_operations = { 584 .setattr = nilfs_setattr, 585 .permission = nilfs_permission, 586}; 587 588const struct inode_operations nilfs_symlink_inode_operations = { --- 12 unchanged lines hidden --- |