Searched refs:oldentry (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs42xattr.c530 struct nfs4_xattr_entry *oldentry = NULL; local
543 oldentry = nfs4_xattr_get_entry(bucket, entry->xattr_name);
544 if (oldentry != NULL) {
545 hlist_del_init(&oldentry->hnode);
546 nfs4_xattr_entry_lru_del(oldentry);
557 if (oldentry != NULL)
558 kref_put(&oldentry->ref, nfs4_xattr_free_entry_cb);
/linux-master/fs/exfat/
H A Dnamei.c976 int oldentry, struct exfat_uni_name *p_uniname,
989 ret = exfat_get_dentry_set(&old_es, sb, p_dir, oldentry, ES_ALL_ENTRIES);
1044 int oldentry, struct exfat_chain *p_newdir,
1056 ret = exfat_get_dentry_set(&mov_es, sb, p_olddir, oldentry,
975 exfat_rename_file(struct inode *inode, struct exfat_chain *p_dir, int oldentry, struct exfat_uni_name *p_uniname, struct exfat_inode_info *ei) argument
1043 exfat_move_file(struct inode *inode, struct exfat_chain *p_olddir, int oldentry, struct exfat_chain *p_newdir, struct exfat_uni_name *p_uniname, struct exfat_inode_info *ei) argument

Completed in 140 milliseconds