Searched refs:edit_dir (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | fs_operation.c | 210 if (op->error == 0 && op->ops->edit_dir) { in afs_wait_for_operation() 212 op->ops->edit_dir(op); in afs_wait_for_operation()
|
| H A D | dir_silly.c | 54 .edit_dir = afs_silly_rename_edit_dir, 186 .edit_dir = afs_silly_unlink_edit_dir,
|
| H A D | dir.c | 1288 .edit_dir = afs_create_edit_dir, 1371 .edit_dir = afs_rmdir_edit_dir, 1504 .edit_dir = afs_unlink_edit_dir, 1585 .edit_dir = afs_create_edit_dir, 1656 .edit_dir = afs_create_edit_dir, 1709 .edit_dir = afs_create_edit_dir, 1846 .edit_dir = afs_rename_edit_dir,
|
| H A D | inode.c | 857 .edit_dir = afs_setattr_edit_file,
|
| H A D | internal.h | 742 void (*edit_dir)(struct afs_operation *op); member
|