Searched refs:root (Results 1 - 25 of 2512) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dgroups2 echo root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dgroups2 echo root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dgroups2 echo root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/
H A Dmdev_fat.conf16 $MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
19 null root:root 666 @chmod 666 $MDEV
20 zero root:root 666
21 full root:root 666
22 random root:root 44
[all...]
H A Dinetd.conf11 # Do a "ps x" as root and look up the pid of inetd. Then do a
18 echo stream tcp nowait root internal
19 echo dgram udp wait root internal
20 #discard stream tcp nowait root internal
21 #discard dgram udp wait root internal
22 daytime stream tcp nowait root internal
23 daytime dgram udp wait root internal
24 #chargen stream tcp nowait root internal
25 #chargen dgram udp wait root internal
26 time stream tcp nowait root interna
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/
H A Dmdev_fat.conf16 $MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
19 null root:root 666 @chmod 666 $MDEV
20 zero root:root 666
21 full root:root 666
22 random root:root 44
[all...]
H A Dinetd.conf11 # Do a "ps x" as root and look up the pid of inetd. Then do a
18 echo stream tcp nowait root internal
19 echo dgram udp wait root internal
20 #discard stream tcp nowait root internal
21 #discard dgram udp wait root internal
22 daytime stream tcp nowait root internal
23 daytime dgram udp wait root internal
24 #chargen stream tcp nowait root internal
25 #chargen dgram udp wait root internal
26 time stream tcp nowait root interna
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/
H A Dmdev_fat.conf16 $MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
19 null root:root 666 @chmod 666 $MDEV
20 zero root:root 666
21 full root:root 666
22 random root:root 44
[all...]
H A Dinetd.conf11 # Do a "ps x" as root and look up the pid of inetd. Then do a
18 echo stream tcp nowait root internal
19 echo dgram udp wait root internal
20 #discard stream tcp nowait root internal
21 #discard dgram udp wait root internal
22 daytime stream tcp nowait root internal
23 daytime dgram udp wait root internal
24 #chargen stream tcp nowait root internal
25 #chargen dgram udp wait root internal
26 time stream tcp nowait root interna
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dhw-tree.h32 (struct hw *root);
35 (struct hw *root,
40 (struct hw *root,
46 (struct hw *root);
54 (struct hw *root,
72 (struct hw *root,
87 (struct hw *root,
92 (struct hw *root,
96 (struct hw *root,
100 (struct hw *root,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dhw-tree.h32 (struct hw *root);
35 (struct hw *root,
40 (struct hw *root,
46 (struct hw *root);
54 (struct hw *root,
72 (struct hw *root,
87 (struct hw *root,
92 (struct hw *root,
96 (struct hw *root,
100 (struct hw *root,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dhw-tree.h32 (struct hw *root);
35 (struct hw *root,
40 (struct hw *root,
46 (struct hw *root);
54 (struct hw *root,
72 (struct hw *root,
87 (struct hw *root,
92 (struct hw *root,
96 (struct hw *root,
100 (struct hw *root,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dprint-tree.h21 void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
22 void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
H A Dtree-defrag.c32 struct btrfs_root *root, int cache_only)
48 if (root->fs_info->extent_root == root) {
51 * we can't defrag the extent root without deadlock
56 if (root->ref_cows == 0 && !is_extent)
59 if (btrfs_test_opt(root, SSD))
66 level = btrfs_header_level(root->node);
72 if (root->defrag_progress.objectid == 0) {
76 root_node = btrfs_lock_root_node(root);
79 root
31 btrfs_defrag_leaves(struct btrfs_trans_handle *trans, struct btrfs_root *root, int cache_only) argument
[all...]
H A Dtransaction.c44 static noinline void switch_commit_root(struct btrfs_root *root) argument
46 free_extent_buffer(root->commit_root);
47 root->commit_root = btrfs_root_node(root);
53 static noinline int join_transaction(struct btrfs_root *root) argument
56 cur_trans = root->fs_info->running_transaction;
61 root->fs_info->generation++;
64 cur_trans->transid = root->fs_info->generation;
73 cur_trans->delayed_refs.root = RB_ROOT;
82 list_add_tail(&cur_trans->list, &root
103 record_root_in_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
119 btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
140 wait_current_trans(struct btrfs_root *root) argument
168 may_wait_transaction(struct btrfs_root *root, int type) argument
177 start_transaction(struct btrfs_root *root, u64 num_items, int type) argument
236 btrfs_start_transaction(struct btrfs_root *root, int num_items) argument
241 btrfs_join_transaction(struct btrfs_root *root, int num_blocks) argument
254 wait_for_commit(struct btrfs_root *root, struct btrfs_transaction *commit) argument
274 btrfs_throttle(struct btrfs_root *root) argument
282 should_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
291 btrfs_should_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
308 __btrfs_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root, int throttle) argument
369 btrfs_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
375 btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
386 btrfs_write_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
445 btrfs_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
492 btrfs_write_and_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
503 btrfs_write_and_wait_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
526 update_cowonly_root(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
563 commit_cowonly_roots(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
602 btrfs_add_dead_root(struct btrfs_root *root) argument
613 commit_fs_roots(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
659 btrfs_defrag_root(struct btrfs_root *root, int cacheonly) argument
700 struct btrfs_root *root = pending->root; local
821 update_super_roots(struct btrfs_root *root) argument
859 btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
1071 btrfs_clean_old_snapshots(struct btrfs_root *root) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dprint-tree.h21 void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
22 void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
H A Dtree-defrag.c32 struct btrfs_root *root, int cache_only)
48 if (root->fs_info->extent_root == root) {
51 * we can't defrag the extent root without deadlock
56 if (root->ref_cows == 0 && !is_extent)
59 if (btrfs_test_opt(root, SSD))
66 level = btrfs_header_level(root->node);
72 if (root->defrag_progress.objectid == 0) {
76 root_node = btrfs_lock_root_node(root);
79 root
31 btrfs_defrag_leaves(struct btrfs_trans_handle *trans, struct btrfs_root *root, int cache_only) argument
[all...]
H A Dtransaction.c44 static noinline void switch_commit_root(struct btrfs_root *root) argument
46 free_extent_buffer(root->commit_root);
47 root->commit_root = btrfs_root_node(root);
53 static noinline int join_transaction(struct btrfs_root *root) argument
56 cur_trans = root->fs_info->running_transaction;
61 root->fs_info->generation++;
64 cur_trans->transid = root->fs_info->generation;
73 cur_trans->delayed_refs.root = RB_ROOT;
82 list_add_tail(&cur_trans->list, &root
103 record_root_in_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
119 btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
140 wait_current_trans(struct btrfs_root *root) argument
168 may_wait_transaction(struct btrfs_root *root, int type) argument
177 start_transaction(struct btrfs_root *root, u64 num_items, int type) argument
236 btrfs_start_transaction(struct btrfs_root *root, int num_items) argument
241 btrfs_join_transaction(struct btrfs_root *root, int num_blocks) argument
254 wait_for_commit(struct btrfs_root *root, struct btrfs_transaction *commit) argument
274 btrfs_throttle(struct btrfs_root *root) argument
282 should_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
291 btrfs_should_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
308 __btrfs_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root, int throttle) argument
369 btrfs_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
375 btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
386 btrfs_write_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
445 btrfs_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
492 btrfs_write_and_wait_marked_extents(struct btrfs_root *root, struct extent_io_tree *dirty_pages, int mark) argument
503 btrfs_write_and_wait_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
526 update_cowonly_root(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
563 commit_cowonly_roots(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
602 btrfs_add_dead_root(struct btrfs_root *root) argument
613 commit_fs_roots(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
659 btrfs_defrag_root(struct btrfs_root *root, int cacheonly) argument
700 struct btrfs_root *root = pending->root; local
821 update_super_roots(struct btrfs_root *root) argument
859 btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) argument
1071 btrfs_clean_old_snapshots(struct btrfs_root *root) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/inetd/
H A Dinetd.conf13 555 dgram udp6 wait root echo echo Hello IPv6 udp world
15 ::1:444 stream tcp6 nowait root echo echo Hello IPv6 localhost
18 telnet stream tcp wait root telnetd telnetd -w10
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/inetd/
H A Dinetd.conf13 555 dgram udp6 wait root echo echo Hello IPv6 udp world
15 ::1:444 stream tcp6 nowait root echo echo Hello IPv6 localhost
18 telnet stream tcp wait root telnetd telnetd -w10
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/inetd/
H A Dinetd.conf13 555 dgram udp6 wait root echo echo Hello IPv6 udp world
15 ::1:444 stream tcp6 nowait root echo echo Hello IPv6 localhost
18 telnet stream tcp wait root telnetd telnetd -w10
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/security/
H A Dobject_tree.c38 * In all other cases as a child of the root
45 struct object_tree *root)
56 if (!root){
62 parent = get_object_tree_by_GUID(root, attributeSecurityGUID);
69 parent = root;
77 struct object_tree * get_object_tree_by_GUID(struct object_tree *root, argument
83 if (!root || GUID_equal(&root->guid, guid))
84 result = root;
86 for (p = root
41 insert_in_object_tree(TALLOC_CTX *mem_ctx, const struct GUID *schemaGUIDID, const struct GUID *attributeSecurityGUID, uint32_t init_access, struct object_tree *root) argument
96 object_tree_modify_access(struct object_tree *root, uint32_t access) argument
[all...]

Completed in 285 milliseconds

1234567891011>>