Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 34) sorted by relevance

12

/fs/ubifs/
Dtnc_commit.c111 int len, gap_remains, gap_pos, written, pad_len; in fill_gap() local
121 written = 0; in fill_gap()
139 written += 1; in fill_gap()
151 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap()
154 return written; in fill_gap()
230 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local
279 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps()
280 if (written < 0) { in layout_leb_in_gaps()
282 return written; /* Error code */ in layout_leb_in_gaps()
284 tot_written += written; in layout_leb_in_gaps()
[all …]
Dxattr.c427 int err, len, written = 0; in ubifs_listxattr() local
465 memcpy(buffer + written, nm.name, nm.len + 1); in ubifs_listxattr()
466 written += nm.len + 1; in ubifs_listxattr()
480 ubifs_assert(written <= size); in ubifs_listxattr()
481 return written; in ubifs_listxattr()
Dio.c507 int err, written, n, aligned_len = ALIGN(len, 8), offs; in ubifs_wbuf_write_nolock() local
575 written = wbuf->avail; in ubifs_wbuf_write_nolock()
587 err = ubi_leb_write(c->ubi, wbuf->lnum, buf + written, offs, n, in ubifs_wbuf_write_nolock()
594 written += n; in ubifs_wbuf_write_nolock()
604 memcpy(wbuf->buf, buf + written, len); in ubifs_wbuf_write_nolock()
/fs/udf/
DKconfig6 you intend to mount DVD discs or CDRW's written in packet mode, or
7 if written to by other UDF utilities, such as DirectCD.
/fs/xfs/
Dxfs_itable.h111 long *written); /* # of bytes written */
118 long *written); /* # of bytes written */
Dxfs_itable.c791 long *written) /* # of bytes written */ in xfs_inumbers_fmt() argument
795 *written = count * sizeof(*buffer); in xfs_inumbers_fmt()
886 long written; in xfs_inumbers() local
887 if (formatter(ubuffer, buffer, bufidx, &written)) { in xfs_inumbers()
891 ubuffer += written; in xfs_inumbers()
913 long written; in xfs_inumbers() local
914 if (formatter(ubuffer, buffer, bufidx, &written)) in xfs_inumbers()
/fs/ecryptfs/
Dcrypto.c1113 static void write_ecryptfs_marker(char *page_virt, size_t *written) in write_ecryptfs_marker() argument
1122 (*written) = MAGIC_ECRYPTFS_MARKER_SIZE_BYTES; in write_ecryptfs_marker()
1127 size_t *written) in write_ecryptfs_flags() argument
1139 (*written) = 4; in write_ecryptfs_flags()
1247 size_t *written) in ecryptfs_write_header_metadata() argument
1259 (*written) = 6; in ecryptfs_write_header_metadata()
1302 size_t written; in ecryptfs_write_headers_virt() local
1306 write_ecryptfs_marker((page_virt + offset), &written); in ecryptfs_write_headers_virt()
1307 offset += written; in ecryptfs_write_headers_virt()
1308 write_ecryptfs_flags((page_virt + offset), crypt_stat, &written); in ecryptfs_write_headers_virt()
[all …]
Dmmap.c103 size_t written; in set_header_info() local
109 ecryptfs_write_header_metadata(page_virt + 20, crypt_stat, &written); in set_header_info()
Dkeystore.c2269 size_t written; in ecryptfs_generate_key_packet_set() local
2303 &written); in ecryptfs_generate_key_packet_set()
2309 (*len) += written; in ecryptfs_generate_key_packet_set()
2313 ECRYPTFS_SIG_SIZE, &written); in ecryptfs_generate_key_packet_set()
2319 (*len) += written; in ecryptfs_generate_key_packet_set()
2323 crypt_stat, key_rec, &written); in ecryptfs_generate_key_packet_set()
2329 (*len) += written; in ecryptfs_generate_key_packet_set()
/fs/ntfs/
DKconfig36 be written to the system log. Note that debugging messages are
59 renaming is possible. Note only non-resident files can be written to
61 be written to.
Dfile.c1799 ssize_t status, written; in ntfs_file_buffered_write() local
1915 written = 0; in ntfs_file_buffered_write()
2059 written += copied; in ntfs_file_buffered_write()
2089 written ? "written" : "status", (unsigned long)written, in ntfs_file_buffered_write()
2091 return written ? written : status; in ntfs_file_buffered_write()
2105 ssize_t written, err; in ntfs_file_aio_write_nolock() local
2115 written = 0; in ntfs_file_aio_write_nolock()
2125 written = ntfs_file_buffered_write(iocb, iov, nr_segs, pos, ppos, in ntfs_file_aio_write_nolock()
2129 return written ? written : err; in ntfs_file_aio_write_nolock()
DChangeLog422 has been written out.
505 Otherwise we assume that it was written out by other means already.
518 checks if an mft record may be written out safely obtaining any
523 Now if any of the records in the page fail to be written out, all
524 other records will be written out instead of aborting completely.
717 ntfs_index_entry_mark_dirty() to ensure the changes are written out
720 index root attribute it will not be written out (you will get a
756 are written. The functions are write_mft_record{,_nolock}(). The
772 written out by then and hence no dirty (meta)data will be lost. We
890 journal after Linux has written to the volume.
[all …]
/fs/affs/
Dfile.c659 int written; in affs_write_end_ofs() local
674 written = 0; in affs_write_end_ofs()
688 written += tmp; in affs_write_end_ofs()
721 written += bsize; in affs_write_end_ofs()
753 written += tmp; in affs_write_end_ofs()
768 return written; in affs_write_end_ofs()
772 if (!written) in affs_write_end_ofs()
773 written = PTR_ERR(bh); in affs_write_end_ofs()
/fs/ocfs2/
Dfile.c1765 ssize_t written = 0; in ocfs2_file_aio_write() local
1849 written = generic_file_direct_write(iocb, iov, &nr_segs, *ppos, in ocfs2_file_aio_write()
1851 if (written < 0) { in ocfs2_file_aio_write()
1859 ret = written; in ocfs2_file_aio_write()
1863 written = generic_file_aio_write_nolock(iocb, iov, nr_segs, in ocfs2_file_aio_write()
1882 written = ret; in ocfs2_file_aio_write()
1912 return written ? written : ret; in ocfs2_file_aio_write()
Dlocalalloc.c93 int written, ret; in ocfs2_la_debug_read() local
99 written = snprintf(buf, LA_DEBUG_BUF_SZ, in ocfs2_la_debug_read()
106 ret = simple_read_from_buffer(userbuf, count, ppos, buf, written); in ocfs2_la_debug_read()
Daops.c1555 int ret, written = 0; in ocfs2_try_to_write_inline_data() local
1607 written = 1; in ocfs2_try_to_write_inline_data()
1609 return written ? written : ret; in ocfs2_try_to_write_inline_data()
/fs/yaffs2/
DKconfig43 format that you need to continue to support. New data written
135 chunk is found. This helps to detect any partially written
/fs/jfs/
DKconfig41 written to the system log. Under normal circumstances, this
Djfs_logmgr.c943 int written; /* written since last syncpt */ in lmLogSync() local
999 logdiff(written, lsn, log); in lmLogSync()
1000 free = logsize - written; in lmLogSync()
1030 log->nextsync = written + more; in lmLogSync()
1038 (written > LOGSYNC_BARRIER(logsize)) && log->active) { in lmLogSync()
/fs/gfs2/
Dlog.c654 LIST_HEAD(written); in gfs2_ordered_write()
659 list_move(&bd->bd_le.le_list, &written); in gfs2_ordered_write()
675 list_splice(&written, &sdp->sd_log_le_ordered); in gfs2_ordered_write()
/fs/ufs/
DKconfig43 written to the system log.
/fs/cifs/
Dcifsfs.c616 ssize_t written; in cifs_file_aio_write() local
618 written = generic_file_aio_write(iocb, iov, nr_segs, pos); in cifs_file_aio_write()
621 return written; in cifs_file_aio_write()
/fs/fuse/
Dfile.c883 ssize_t written = 0; in fuse_file_aio_write() local
914 written = fuse_perform_write(file, mapping, &i, pos); in fuse_file_aio_write()
915 if (written >= 0) in fuse_file_aio_write()
916 iocb->ki_pos = pos + written; in fuse_file_aio_write()
922 return written ? written : err; in fuse_file_aio_write()
/fs/xfs/linux-2.6/
Dxfs_ioctl32.c114 long *written) in xfs_inumbers_fmt_compat() argument
125 *written = count * sizeof(*p32); in xfs_inumbers_fmt_compat()
/fs/ncpfs/
Dinode.c935 int written; in ncp_notify_change() local
945 attr->ia_size, 0, "", &written); in ncp_notify_change()

12