OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yaffs_link
(Results
1 - 4
of
4
) sorted by null
/external/yaffs2/yaffs2/direct/
yaffsfs.h
206
int
yaffs_link
(const char *oldpath, const char *newpath);
dtest.c
1453
yaffs_link
(a,b);
1454
yaffs_link
(a,c);
[
all
...]
yaffsfs.c
1410
int
yaffs_link
(const char *oldpath, const char *newpath)
function
1454
link =
yaffs_Link
(newdir,newname,obj);
/external/yaffs2/yaffs2/
yaffs_fs.c
126
static int
yaffs_link
(struct dentry *old_dentry, struct inode *dir,
216
.link =
yaffs_link
,
1097
static int
yaffs_link
(struct dentry *old_dentry, struct inode *dir,
function
1105
T(YAFFS_TRACE_OS, (KERN_DEBUG "
yaffs_link
\n"));
1115
yaffs_Link
(yaffs_InodeToObject(dir), dentry->d_name.name,
1124
(KERN_DEBUG "
yaffs_link
link count %d i_count %d\n",
[
all
...]
Completed in 592 milliseconds