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 | 1296 .edit_dir = afs_create_edit_dir, 1389 .edit_dir = afs_rmdir_edit_dir, 1535 .edit_dir = afs_unlink_edit_dir, 1618 .edit_dir = afs_create_edit_dir, 1694 .edit_dir = afs_create_edit_dir, 1765 .edit_dir = afs_create_edit_dir, 2027 .edit_dir = afs_rename_edit_dir, 2036 .edit_dir = afs_rename_edit_dir, 2045 .edit_dir = afs_rename_edit_dir, 2053 .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 | 757 .edit_dir = afs_setattr_edit_file,
|
| H A D | internal.h | 847 void (*edit_dir)(struct afs_operation *op); member
|