Searched refs:new_root (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dpivot_root.c14 extern int pivot_root(const char * new_root,const char * put_old);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dsyscalls.c50 int pivot_root(const char * new_root,const char * put_old) argument
64 int pivot_root(const char * new_root,const char * put_old) argument
66 return(syscall(__NR_pivot_root, new_root, put_old));
69 _syscall2(int,pivot_root,const char *,new_root,const char *,put_old);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/umsdos/
H A Dinode.c356 struct dentry *new_root; local
380 new_root = check_pseudo_root(sb);
382 if (new_root) {
384 if (new_root->d_op != &umsdos_dentry_operations)
387 pseudo_root = new_root->d_inode;
390 dget (sb->s_root); sb->s_root = dget(new_root);
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c371 GTreeNode *new_root; local
392 node->right = g_tree_node_remove_leftmost (node->right, &new_root);
393 new_root->left = node->left;
394 new_root->right = node->right;
395 new_root->balance = node->balance;
396 node = g_tree_node_restore_right_balance (new_root, old_balance);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dibalance.c613 struct buffer_head *new_root; local
621 new_root = tb->R[h-1];
623 new_root = tb->L[h-1];
625 PUT_SB_ROOT_BLOCK( tb->tb_sb, new_root->b_blocknr );
633 check_internal (new_root);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamespace.c889 * which had them on the old root to new_root.
900 asmlinkage long sys_pivot_root(const char *new_root, const char *put_old) argument
911 error = __user_walk(new_root, LOOKUP_POSITIVE|LOOKUP_FOLLOW|LOOKUP_DIRECTORY, &new_nd);
946 tmp = old_nd.mnt; /* make sure we can reach put_old from new_root */

Completed in 104 milliseconds