Searched refs:new_dir (Results 26 - 49 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dnamei.c1164 struct inode * new_dir, struct dentry * new_dentry)
1186 nfi = udf_find_entry(new_dir, new_dentry, &nfibh, &ncfi);
1231 if (!new_inode && new_dir->i_nlink >= (256<<sizeof(new_dir->i_nlink))-1)
1236 nfi = udf_add_entry(new_dir, new_dentry, &nfibh, &ncfi, &retval);
1254 udf_write_fi(new_dir, &ncfi, nfi, &nfibh, NULL, NULL);
1270 dir_fi->icb.extLocation = cpu_to_lelb(UDF_I_LOCATION(new_dir));
1286 inc_nlink(new_dir);
1287 mark_inode_dirty(new_dir);
1163 udf_rename(struct inode * old_dir, struct dentry * old_dentry, struct inode * new_dir, struct dentry * new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c454 struct inode *new_dir, struct dentry *new_dentry)
460 res = hfsplus_unlink(new_dir, new_dentry);
467 new_dir, &new_dentry->d_name);
453 hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c523 struct inode *new_dir, struct dentry *new_dentry)
530 res = hfsplus_unlink(new_dir, new_dentry);
540 new_dir, &new_dentry->d_name);
522 hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dproc.c324 struct inode *new_dir, struct qstr *new_name)
330 .tofh = NFS_FH(new_dir),
343 nfs_mark_for_revalidate(new_dir);
323 nfs_proc_rename(struct inode *old_dir, struct qstr *old_name, struct inode *new_dir, struct qstr *new_name) argument
H A Ddir.c1606 struct inode *new_dir, struct dentry *new_dentry)
1651 err = nfs_sillyrename(new_dir, new_dentry);
1680 nfs_begin_data_update(new_dir);
1683 new_dir, &new_dentry->d_name);
1686 nfs_end_data_update(new_dir);
1694 nfs_refresh_verifier(new_dentry, nfs_save_change_attribute(new_dir));
1605 nfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
H A Dnfs3proc.c414 struct inode *new_dir, struct qstr *new_name)
421 .tofh = NFS_FH(new_dir),
441 nfs_post_op_update_inode(new_dir, &new_dir_attr);
413 nfs3_proc_rename(struct inode *old_dir, struct qstr *old_name, struct inode *new_dir, struct qstr *new_name) argument
H A Dnfs4proc.c1871 struct inode *new_dir, struct qstr *new_name)
1876 .new_dir = NFS_FH(new_dir),
1901 update_changeattr(new_dir, &res.new_cinfo);
1902 nfs_post_op_update_inode(new_dir, res.new_fattr);
1908 struct inode *new_dir, struct qstr *new_name)
1915 new_dir, new_name),
1870 _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, struct inode *new_dir, struct qstr *new_name) argument
1907 nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, struct inode *new_dir, struct qstr *new_name) argument
H A Dnfs4xdr.c1399 if ((status = encode_putfh(&xdr, args->new_dir)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c917 struct dir_ent *new_dir; local
1005 if((new_dir = realloc(dir->dirs, (dir->dir_count + DIR_ENT_SIZE) * sizeof(struct dir_ent))) == NULL) {
1011 dir->dirs = new_dir;
1036 struct dir_ent *new_dir; local
1124 if((new_dir = realloc(dir->dirs, (dir->dir_count + DIR_ENT_SIZE) * sizeof(struct dir_ent))) == NULL) {
1130 dir->dirs = new_dir;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbad_inode.c242 struct inode *new_dir, struct dentry *new_dentry)
241 bad_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c2200 struct inode * new_dir,struct dentry *new_dentry)
2220 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir))
2256 if (!new_inode && new_dir!=old_dir &&
2257 new_dir->i_nlink >= EXT3_LINK_MAX)
2268 if (EXT3_HAS_INCOMPAT_FEATURE(new_dir->i_sb,
2271 new_dir->i_version++;
2322 PARENT_INO(dir_bh->b_data) = cpu_to_le32(new_dir->i_ino);
2329 inc_nlink(new_dir);
2330 ext3_update_dx_flag(new_dir);
2331 ext3_mark_inode_dirty(handle, new_dir);
2199 ext3_rename(struct inode * old_dir, struct dentry *old_dentry, struct inode * new_dir,struct dentry *new_dentry) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c2198 struct inode * new_dir,struct dentry *new_dentry)
2218 if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir))
2254 if (!new_inode && new_dir!=old_dir &&
2255 new_dir->i_nlink >= EXT4_LINK_MAX)
2266 if (EXT4_HAS_INCOMPAT_FEATURE(new_dir->i_sb,
2269 new_dir->i_version++;
2320 PARENT_INO(dir_bh->b_data) = cpu_to_le32(new_dir->i_ino);
2327 inc_nlink(new_dir);
2328 ext4_update_dx_flag(new_dir);
2329 ext4_mark_inode_dirty(handle, new_dir);
2197 ext4_rename(struct inode * old_dir, struct dentry *old_dentry, struct inode * new_dir,struct dentry *new_dentry) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Ddir.c623 struct inode *new_dir, struct dentry *new_dentry)
646 smb_invalid_dir_cache(new_dir);
622 smb_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Daffs.h166 struct inode *new_dir, struct dentry *new_dentry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Ddir.c41 struct inode *new_dir, struct dentry *new_dentry);
1086 struct inode *new_dir, struct dentry *new_dentry)
1094 new_dvnode = AFS_FS_I(new_dir);
1085 afs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c581 struct inode *new_dir, struct dentry *new_dentry)
600 fsstack_copy_attr_all(new_dir, lower_new_dir_dentry->d_inode, NULL);
601 if (new_dir != old_dir)
580 ecryptfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c1434 pstring new_dir; local
1495 slprintf(new_dir, sizeof(new_dir)-1, "%s/%d", architecture, driver->cversion);
1496 driver_unix_convert(new_dir, conn, NULL, &bad_path, &st);
1497 mkdir_internal(conn, new_dir);
1520 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->driverpath);
1541 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->datafile);
1564 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->configfile);
1588 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->helpfile);
1621 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, drive
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c1874 static int shmem_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
1883 (void) shmem_unlink(new_dir, new_dentry);
1888 inc_nlink(new_dir);
1892 new_dir->i_size += BOGO_DIRENT_SIZE;
1894 new_dir->i_ctime = new_dir->i_mtime =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h331 * @new_dir contains the inode structure for parent of the new link.
1219 struct inode *new_dir, struct dentry *new_dentry);
1675 struct inode *new_dir,
1682 new_dir, new_dentry);
2388 struct inode *new_dir,
1673 security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
2386 security_inode_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
H A Dnfs_xdr.h647 const struct nfs_fh * new_dir; member in struct:nfs4_rename_arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c1545 struct inode *new_dir, struct dentry *new_dentry)
1551 if (old_dir != new_dir)
1553 return simple_rename(old_dir, old_dentry, new_dir, new_dentry);
1544 cpuset_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est_template.c526 #define CHECK_MV_DIR(x,y,new_dir)\
530 /*printf("check_mv_dir %d %d %d\n", x, y, new_dir);*/\
541 next_dir= new_dir;\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_inode.c752 * @new_dir: new dir inode
759 struct inode *new_dir, struct dentry *new_dentry)
758 v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c1254 struct inode *new_dir,
1268 new_dsec = new_dir->i_security;
1281 if (old_is_dir && new_dir != old_dir) {
1252 may_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) argument

Completed in 360 milliseconds

12