Home
last modified time | relevance | path

Searched refs:incfs_link (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.h15 int incfs_link(struct dentry *what, struct dentry *where);
H A Dpseudo_files.c666 error = incfs_link(index_file_dentry, named_file_dentry); in ioctl_create_file()
673 error = incfs_link(index_file_dentry, incomplete_file_dentry); in ioctl_create_file()
H A Dvfs.c575 int incfs_link(struct dentry *what, struct dentry *where) in incfs_link() function
1259 error = incfs_link(backing_old_path.dentry, backing_new_path.dentry); in dir_link()