Searched refs:ordered_operations (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dbtrfs_inode.h66 struct list_head ordered_operations; member in struct:btrfs_inode
H A Dordered-data.c351 list_del_init(&BTRFS_I(inode)->ordered_operations);
454 list_splice_init(&root->fs_info->ordered_operations, &splice);
458 ordered_operations);
462 list_del_init(&btrfs_inode->ordered_operations);
470 list_add_tail(&BTRFS_I(inode)->ordered_operations,
471 &root->fs_info->ordered_operations);
486 if (wait && !list_empty(&root->fs_info->ordered_operations))
891 if (list_empty(&BTRFS_I(inode)->ordered_operations)) {
892 list_add_tail(&BTRFS_I(inode)->ordered_operations,
893 &root->fs_info->ordered_operations);
[all...]
H A Dinode.c6069 INIT_LIST_HEAD(&ei->ordered_operations);
6098 if (!list_empty(&BTRFS_I(inode)->ordered_operations)) {
6100 list_del_init(&BTRFS_I(inode)->ordered_operations);
H A Ddisk-io.c1559 INIT_LIST_HEAD(&fs_info->ordered_operations);
H A Dctree.h933 struct list_head ordered_operations; member in struct:btrfs_fs_info

Completed in 91 milliseconds