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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dpivot_root.c13 extern int pivot_root(const char * new_root,const char * put_old);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dcell.c184 struct afs_cell *old_root, *new_root; local
206 new_root = afs_cell_create(rootcell, cp);
207 if (IS_ERR(new_root)) {
208 _leave(" = %ld", PTR_ERR(new_root));
209 return PTR_ERR(new_root);
215 afs_cell_root = new_root;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c615 struct buffer_head *new_root; local
626 new_root = tb->R[h - 1];
628 new_root = tb->L[h - 1];
630 PUT_SB_ROOT_BLOCK(tb->tb_sb, new_root->b_blocknr);
641 check_internal(new_root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c1649 * makes new_root as the new root file system of the current process, and sets
1650 * root/cwd of all processes which had them on the current root to new_root.
1653 * The new_root and put_old must be directories, and must not be on the
1655 * underneath new_root, i.e. adding a non-zero number of /.. to the string
1656 * pointed to by put_old must yield the same directory as new_root. No other
1657 * file system may be mounted on put_old. After all, new_root is a mountpoint.
1671 asmlinkage long sys_pivot_root(const char __user * new_root, argument
1683 error = __user_walk(new_root, LOOKUP_FOLLOW | LOOKUP_DIRECTORY,
1733 tmp = old_nd.mnt; /* make sure we can reach put_old from new_root */
1750 attach_mnt(new_nd.mnt, &root_parent); /* mount new_root o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsyscalls.h286 asmlinkage long sys_pivot_root(const char __user *new_root,

Completed in 118 milliseconds