Searched refs:edit_dir (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/afs/ |
| H A D | dir_silly.c | 54 .edit_dir = afs_silly_rename_edit_dir, 195 .edit_dir = afs_silly_unlink_edit_dir,
|
| H A D | dir.c | 1310 .edit_dir = afs_create_edit_dir, 1403 .edit_dir = afs_rmdir_edit_dir, 1549 .edit_dir = afs_unlink_edit_dir, 1632 .edit_dir = afs_create_edit_dir, 1708 .edit_dir = afs_create_edit_dir, 1772 .edit_dir = afs_create_edit_dir, 2024 .edit_dir = afs_rename_edit_dir, 2033 .edit_dir = afs_rename_edit_dir, 2042 .edit_dir = afs_rename_edit_dir, 2050 .edit_dir = afs_rename_exchange_edit_dir,
|
| H A D | fs_operation.c | 319 if (!afs_op_error(op) && op->ops->edit_dir) { in afs_wait_for_operation() 321 op->ops->edit_dir(op); in afs_wait_for_operation()
|
| H A D | inode.c | 832 .edit_dir = afs_setattr_edit_file,
|
| H A D | internal.h | 838 void (*edit_dir)(struct afs_operation *op); member
|