Home
last modified time | relevance | path

Searched refs:appending (Results 1 – 4 of 4) sorted by relevance

/fs/ubifs/
Dfile.c229 int uninitialized_var(err), appending = !!(pos + len > inode->i_size); in write_begin_slow()
243 if (appending) in write_begin_slow()
294 if (appending) { in write_begin_slow()
329 struct ubifs_inode *ui, int appending) in allocate_budget() argument
334 if (!appending) in allocate_budget()
377 if (appending) { in allocate_budget()
432 int uninitialized_var(err), appending = !!(pos + len > inode->i_size); in ubifs_write_begin()
474 err = allocate_budget(c, page, ui, appending); in ubifs_write_begin()
492 if (appending) { in ubifs_write_begin()
524 struct ubifs_inode *ui, int appending) in cancel_budget() argument
[all …]
Dtnc.c1978 int i, keep, move, appending = 0; in tnc_insert() local
2025 appending = 1; in tnc_insert()
2028 } else if (appending && n != c->fanout) { in tnc_insert()
2030 appending = 0; in tnc_insert()
2048 if (appending) { in tnc_insert()
/fs/ocfs2/
Dfile.c2092 int appending, in ocfs2_prepare_inode_for_write() argument
2138 if (appending) in ocfs2_prepare_inode_for_write()
2208 if (appending) in ocfs2_prepare_inode_for_write()
2213 saved_pos, appending, count, in ocfs2_prepare_inode_for_write()
2228 int ret, direct_io, appending, rw_level, have_alloc_sem = 0; in ocfs2_file_aio_write() local
2251 appending = file->f_flags & O_APPEND ? 1 : 0; in ocfs2_file_aio_write()
2299 iocb->ki_left, appending, in ocfs2_file_aio_write()
Docfs2_trace.h1453 int appending, unsigned long count,
1455 TP_ARGS(ino, saved_pos, appending, count, direct_io, has_refcount),
1459 __field(int, appending)
1467 __entry->appending = appending;
1473 __entry->saved_pos, __entry->appending, __entry->count,