Searched refs:edit_dir (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | fs_operation.c | 210 if (op->error == 0 && op->ops->edit_dir) { in afs_wait_for_operation() 211 _debug("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 | 1296 .edit_dir = afs_create_edit_dir, 1380 .edit_dir = afs_rmdir_edit_dir, 1513 .edit_dir = afs_unlink_edit_dir, 1594 .edit_dir = afs_create_edit_dir, 1666 .edit_dir = afs_create_edit_dir, 1719 .edit_dir = afs_create_edit_dir, 1857 .edit_dir = afs_rename_edit_dir,
|
H A D | inode.c | 858 .edit_dir = afs_setattr_edit_file,
|
H A D | internal.h | 743 void (*edit_dir)(struct afs_operation *op); member
|
/kernel/linux/linux-6.6/fs/afs/ |
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 | fs_operation.c | 212 if (op->error == 0 && op->ops->edit_dir) { in afs_wait_for_operation() 213 _debug("edit_dir"); in afs_wait_for_operation() 214 op->ops->edit_dir(op); in afs_wait_for_operation()
|
H A D | dir.c | 1332 .edit_dir = afs_create_edit_dir, 1417 .edit_dir = afs_rmdir_edit_dir, 1550 .edit_dir = afs_unlink_edit_dir, 1631 .edit_dir = afs_create_edit_dir, 1703 .edit_dir = afs_create_edit_dir, 1762 .edit_dir = afs_create_edit_dir, 1900 .edit_dir = afs_rename_edit_dir,
|
H A D | internal.h | 762 void (*edit_dir)(struct afs_operation *op); member
|
H A D | inode.c | 886 .edit_dir = afs_setattr_edit_file,
|
Completed in 19 milliseconds