Searched defs:write_len (Results 1 - 3 of 3) sorted by relevance

/fs/proc/
H A Dtask_mmu.c133 int write_len; local
147 write_len = strnlen(kaddr + page_offset, len);
148 seq_write(m, kaddr + page_offset, write_len);
153 if (write_len != len)
/fs/ocfs2/
H A Drefcounttree.c2642 * file and write_len is the cluster length.
2652 u32 write_len,
2666 BUG_ON(cpos + write_len > max_cpos);
2734 want_clusters = write_len;
2736 want_clusters = (cpos + write_len) -
2767 (cpos + write_len)) {
2807 want_clusters = (cpos + write_len) - *cow_start;
2817 if ((*cow_start + *cow_len) >= (cpos + write_len))
3425 * Starting at cpos, try to CoW write_len clusters. Don't CoW
3431 u32 cpos, u32 write_len, u3
2649 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) argument
3429 ocfs2_refcount_cow_hunk(struct inode *inode, struct buffer_head *di_bh, u32 cpos, u32 write_len, u32 max_cpos) argument
3506 ocfs2_refcount_cow(struct inode *inode, struct buffer_head *di_bh, u32 cpos, u32 write_len, u32 max_cpos) argument
3642 ocfs2_refcount_cow_xattr(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_value_buf *vb, struct ocfs2_refcount_tree *ref_tree, struct buffer_head *ref_root_bh, u32 cpos, u32 write_len, struct ocfs2_post_refcount *post) argument
[all...]
/fs/reiserfs/
H A Djournal.c984 int write_len; local
1052 write_len = jl->j_len + 1;
1053 if (write_len < 256)
1054 write_len = 256;
1055 for (i = 0 ; i < write_len ; i++) {

Completed in 76 milliseconds