search for: btrfstunesdisable

Displaying 3 results from an estimated 3 matches for "btrfstunesdisable".

Did you mean: btrfstune_s_disable
2015 Feb 27
1
Re: [PATCH 2/4] New API: btrfstune_S_disable
...> so that you can use it tto build other filesystems." }; > > + { defaults with > + name = "btrfstune_S_disable"; > + style = RErr, [Device "device"], []; > + proc_nr = Some 455; > + optional = Some "btrfs"; camel_name = "BTRFSTuneSDisable"; > + tests = [ > + InitPartition, Always, TestRun ( > + [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "NOARG"; "NOARG"; ""; ""]; > + ["btrfstune_S_en...
2015 Feb 21
0
[PATCH 2/4] New API: btrfstune_S_disable
...vice, this will force a fs readonly so that you can use it tto build other filesystems." }; + { defaults with + name = "btrfstune_S_disable"; + style = RErr, [Device "device"], []; + proc_nr = Some 455; + optional = Some "btrfs"; camel_name = "BTRFSTuneSDisable"; + tests = [ + InitPartition, Always, TestRun ( + [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "NOARG"; "NOARG"; ""; ""]; + ["btrfstune_S_enable"; "/d...
2015 Feb 21
7
[PATCH 0/4] btrfs: add support to btrfstune
This series adds new APIs to support btrfstune. Chen Hanxiao (4): New API: btrfstune_S_enable New API: btrfstune_S_disable New API: btrfstune_r New API: btrfstune_x daemon/btrfs.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 64 +++++++++++++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 164 insertions(+), 1 deletion(-) --