Home
last modified time | relevance | path

Searched refs:edit_dir (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/afs/
H A Dfs_operation.c212 if (op->error == 0 && op->ops->edit_dir) { in afs_wait_for_operation()
214 op->ops->edit_dir(op); in afs_wait_for_operation()
H A Ddir_silly.c54 .edit_dir = afs_silly_rename_edit_dir,
186 .edit_dir = afs_silly_unlink_edit_dir,
H A Ddir.c1333 .edit_dir = afs_create_edit_dir,
1418 .edit_dir = afs_rmdir_edit_dir,
1556 .edit_dir = afs_unlink_edit_dir,
1637 .edit_dir = afs_create_edit_dir,
1709 .edit_dir = afs_create_edit_dir,
1768 .edit_dir = afs_create_edit_dir,
1930 .edit_dir = afs_rename_edit_dir,
H A Dinode.c886 .edit_dir = afs_setattr_edit_file,
H A Dinternal.h765 void (*edit_dir)(struct afs_operation *op); member