/*
 *  linux/fs/adfs/file.c
 *
 * Copyright (C) 1997-1999 Russell King
 * from:
 *
 *  linux/fs/ext2/file.c
 *
 * Copyright (C) 1992, 1993, 1994, 1995
 * Remy Card (card@masi.ibp.fr)
 * Laboratoire MASI - Institut Blaise Pascal
 * Universite Pierre et Marie Curie (Paris VI)
 *
 *  from
 *
 *  linux/fs/minix/file.c
 *
 *  Copyright (C) 1991, 1992  Linus Torvalds
 *
 *  adfs regular file handling primitives           
 */
#include "adfs.h"

const struct file_operations adfs_file_operations = {
	.llseek		= generic_file_llseek,
	.read_iter	= generic_file_read_iter,
	.mmap		= generic_file_mmap,
	.fsync		= generic_file_fsync,
	.write_iter	= generic_file_write_iter,
	.splice_read	= generic_file_splice_read,
};

const struct inode_operations adfs_file_inode_operations = {
	.setattr	= adfs_notify_change,
};
i/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'/><input type='hidden' name='showmsg' value='1'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master'>master</option>
<option value='nds-private-remove' selected='selected'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;showmsg=1'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/sound/soc/codecs/rt5670.c'>
<input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783&amp;showmsg=1'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783&amp;showmsg=1'>sound</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/soc?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783&amp;showmsg=1'>soc</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/soc/codecs?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783&amp;showmsg=1'>codecs</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783&amp;showmsg=1'>rt5670.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/sound/soc/codecs/rt5670.c?h=nds-private-remove&amp;id=c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783'>Collapse</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>