Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/pohmelfs/
Dinode.c392 return pohmelfs_meta_command_data(pi, pi->ino, NETFS_REMOVE, NULL, 0, NULL, NULL, 0); in pohmelfs_remove_child()
1609 int pohmelfs_meta_command_data(struct pohmelfs_inode *pi, u64 id, unsigned int cmd_op, char *addon, in pohmelfs_meta_command_data() function
1705 return pohmelfs_meta_command_data(pi, pi->ino, cmd_op, NULL, flags, complete, priv, start); in pohmelfs_meta_command()
Dnetfs.h795 int pohmelfs_meta_command_data(struct pohmelfs_inode *pi, u64 id, unsigned int cmd_op, char *addon,
Ddir.c470 err = pohmelfs_meta_command_data(parent, parent->ino, NETFS_LOOKUP, in pohmelfs_lookup_single()