Searched refs:myth (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnuv.c55 * \param myth set if this is a MythTVVideo format file
59 AVStream *ast, int myth) {
61 if (!vst && !myth)
76 if (!myth)
58 get_codec_data(ByteIOContext *pb, AVStream *vst, AVStream *ast, int myth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c1911 struct reiserfs_transaction_handle myth; local
1923 if (!journal_join(&myth, p_s_sb, 1)) {
1927 journal_mark_dirty(&myth, p_s_sb,
1929 do_journal_end(&myth, p_s_sb, 1, FLUSH_ALL);
1936 memset(&myth, 0, sizeof(myth));
1937 if (!journal_join_abort(&myth, p_s_sb, 1)) {
1941 journal_mark_dirty(&myth, p_s_sb,
1943 do_journal_end(&myth, p_s_sb, 1, FLUSH_ALL);
2965 struct reiserfs_transaction_handle myth; local
[all...]
H A Dinode.c2610 struct reiserfs_transaction_handle myth; local
2621 ret = journal_begin(&myth, inode->i_sb, 1);
2634 reiserfs_update_sd(&myth, inode);
2636 ret = journal_end(&myth, inode->i_sb, 1);

Completed in 104 milliseconds