Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 23 of 23) sorted by relevance

/fs/jffs2/
A Dsummary.c120 if (!temp) in jffs2_sum_add_inode_mem()
128 temp->next = NULL; in jffs2_sum_add_inode_mem()
139 if (!temp) in jffs2_sum_add_dirent_mem()
163 if (!temp) in jffs2_sum_add_xattr_mem()
181 if (!temp) in jffs2_sum_add_xref_mem()
203 kfree(temp); in jffs2_sum_clean_collected()
268 if (!temp) in jffs2_sum_add_kvec()
285 if (!temp) in jffs2_sum_add_kvec()
318 if (!temp) in jffs2_sum_add_kvec()
333 if (!temp) in jffs2_sum_add_kvec()
[all …]
/fs/overlayfs/
A Dcopy_up.c527 struct dentry *temp = NULL; in ovl_create_index() local
551 err = PTR_ERR(temp); in ovl_create_index()
552 if (IS_ERR(temp)) in ovl_create_index()
573 dput(temp); in ovl_create_index()
716 inode_lock(temp->d_inode); in ovl_copy_up_metadata()
721 inode_unlock(temp->d_inode); in ovl_copy_up_metadata()
786 if (IS_ERR(temp)) in ovl_copy_up_workdir()
787 return PTR_ERR(temp); in ovl_copy_up_workdir()
793 path.dentry = temp; in ovl_copy_up_workdir()
814 dput(temp); in ovl_copy_up_workdir()
[all …]
A Dsuper.c559 struct dentry *temp; in ovl_check_rename_whiteout() local
565 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
566 err = PTR_ERR(temp); in ovl_check_rename_whiteout()
567 if (IS_ERR(temp)) in ovl_check_rename_whiteout()
570 err = ovl_parent_lock(workdir, temp); in ovl_check_rename_whiteout()
572 dput(temp); in ovl_check_rename_whiteout()
578 dput(temp); in ovl_check_rename_whiteout()
584 take_dentry_name_snapshot(&name, temp); in ovl_check_rename_whiteout()
585 err = ovl_do_rename(ofs, workdir, temp, workdir, dest, RENAME_WHITEOUT); in ovl_check_rename_whiteout()
607 ovl_cleanup(ofs, workdir, temp); in ovl_check_rename_whiteout()
[all …]
A Ddir.c64 struct dentry *temp; in ovl_lookup_temp() local
71 temp = ovl_lookup_upper(ofs, name, workdir, strlen(name)); in ovl_lookup_temp()
72 if (!IS_ERR(temp) && temp->d_inode) { in ovl_lookup_temp()
74 dput(temp); in ovl_lookup_temp()
75 temp = ERR_PTR(-EIO); in ovl_lookup_temp()
78 return temp; in ovl_lookup_temp()
/fs/smb/client/
A Dcifstransport.c39 struct mid_q_entry *temp; in alloc_mid() local
48 kref_init(&temp->refcount); in alloc_mid()
49 spin_lock_init(&temp->mid_lock); in alloc_mid()
50 temp->mid = get_mid(smb_buffer); in alloc_mid()
51 temp->pid = current->pid; in alloc_mid()
56 temp->when_alloc = jiffies; in alloc_mid()
57 temp->server = server; in alloc_mid()
64 temp->creator = current; in alloc_mid()
65 temp->callback = cifs_wake_up_task; in alloc_mid()
66 temp->callback_data = current; in alloc_mid()
[all …]
A Dsmb2transport.c763 struct mid_q_entry *temp; in smb2_mid_entry_alloc() local
773 kref_init(&temp->refcount); in smb2_mid_entry_alloc()
774 spin_lock_init(&temp->mid_lock); in smb2_mid_entry_alloc()
777 temp->pid = current->pid; in smb2_mid_entry_alloc()
779 temp->when_alloc = jiffies; in smb2_mid_entry_alloc()
780 temp->server = server; in smb2_mid_entry_alloc()
787 temp->creator = current; in smb2_mid_entry_alloc()
788 temp->callback = cifs_wake_up_task; in smb2_mid_entry_alloc()
789 temp->callback_data = current; in smb2_mid_entry_alloc()
792 temp->mid_state = MID_REQUEST_ALLOCATED; in smb2_mid_entry_alloc()
[all …]
A Dmisc.c272 char *temp = (char *) buffer; in header_assemble() local
274 memset(temp, 0, 256); /* bigger than MAX_CIFS_HDR_SIZE */ in header_assemble()
957 char *temp; in parse_dfs_referrals() local
982 temp = (char *)ref + le16_to_cpu(ref->DfsPathOffset); in parse_dfs_referrals()
983 max_len = data_end - temp; in parse_dfs_referrals()
984 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
992 temp = (char *)ref + le16_to_cpu(ref->NetworkAddressOffset); in parse_dfs_referrals()
993 max_len = data_end - temp; in parse_dfs_referrals()
994 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
/fs/xfs/scrub/
A Dxfarray.c149 void *temp = xfarray_scratch(array); in xfarray_is_unset() local
155 error = xfile_load(array->xfile, temp, array->obj_size, pos); in xfarray_is_unset()
156 if (!error && xfarray_element_is_null(array, temp)) in xfarray_is_unset()
171 void *temp = xfarray_scratch(array); in xfarray_unset() local
186 memset(temp, 0, array->obj_size); in xfarray_unset()
187 error = xfile_store(array->xfile, temp, array->obj_size, pos); in xfarray_unset()
239 void *temp = xfarray_scratch(array); in xfarray_store_anywhere() local
248 error = xfile_load(array->xfile, temp, array->obj_size, in xfarray_store_anywhere()
250 if (error || !xfarray_element_is_null(array, temp)) in xfarray_store_anywhere()
850 void *temp = xfarray_scratch(si->array); in xfarray_sort_scan() local
[all …]
A Dtempfile.c898 loff_t temp; in xrep_tempexch_contents() local
900 temp = i_size_read(VFS_I(sc->ip)); in xrep_tempexch_contents()
902 i_size_write(VFS_I(sc->tempip), temp); in xrep_tempexch_contents()
/fs/
A Dd_path.c304 char temp[64]; in dynamic_dname() local
308 sz = vsnprintf(temp, sizeof(temp), fmt, args) + 1; in dynamic_dname()
311 if (sz > sizeof(temp) || sz > buflen) in dynamic_dname()
315 return memcpy(buffer, temp, sz); in dynamic_dname()
/fs/f2fs/
A Ddata.c441 if (BIT(fio->temp) & meta_flag) in f2fs_io_flags()
443 if (BIT(fio->temp) & fua_flag) in f2fs_io_flags()
472 fio->type, fio->temp); in __bio_alloc()
618 enum page_type type, enum temp_type temp) in __f2fs_submit_merged_write() argument
644 enum temp_type temp; in __submit_merged_write_cond() local
647 for (temp = HOT; temp < NR_TEMP_TYPE; temp++) { in __submit_merged_write_cond()
753 struct page *page, enum temp_type temp) in add_bio_entry() argument
781 enum temp_type temp; in add_ipu_page() local
785 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) { in add_ipu_page()
828 enum temp_type temp; in f2fs_submit_merged_ipu_write() local
[all …]
A Dsegment.c3573 enum page_type type, enum temp_type temp) in f2fs_io_type_to_rw_hint() argument
3577 switch (temp) { in f2fs_io_type_to_rw_hint()
3588 switch (temp) { in f2fs_io_type_to_rw_hint()
3691 enum temp_type temp = COLD; in f2fs_get_segment_temp() local
3696 temp = HOT; in f2fs_get_segment_temp()
3700 temp = WARM; in f2fs_get_segment_temp()
3704 temp = COLD; in f2fs_get_segment_temp()
3710 return temp; in f2fs_get_segment_temp()
3731 fio->temp = f2fs_get_segment_temp(fio->sbi, type); in __get_segment_type()
3864 io = sbi->write_io[fio->type] + fio->temp; in f2fs_allocate_data_block()
[all …]
A Dgc.c1216 .temp = COLD, in ra_data_block()
1304 .temp = COLD, in move_data_block()
1485 .temp = COLD, in move_data_page()
A Df2fs.h1240 enum temp_type temp; /* contains HOT/WARM/COLD */ member
3899 enum page_type type, enum temp_type temp);
A Dfile.c5035 enum temp_type temp = f2fs_get_segment_temp(sbi, type); in f2fs_dio_write_submit_io() local
5037 bio->bi_write_hint = f2fs_io_type_to_rw_hint(sbi, DATA, temp); in f2fs_dio_write_submit_io()
/fs/xfs/libxfs/
A Dxfs_bmap.c1709 PREV.br_blockcount = temp; in xfs_bmap_add_extent_delay_real()
1780 PREV.br_blockcount = temp; in xfs_bmap_add_extent_delay_real()
1818 PREV.br_blockcount = temp; in xfs_bmap_add_extent_delay_real()
1871 PREV.br_blockcount = temp; in xfs_bmap_add_extent_delay_real()
2871 if (temp) { in xfs_bmap_extsize_align()
2872 align_alen += temp; in xfs_bmap_extsize_align()
2873 align_off -= temp; in xfs_bmap_extsize_align()
2878 if (temp) in xfs_bmap_extsize_align()
2958 align_alen -= temp; in xfs_bmap_extsize_align()
2959 align_off += temp; in xfs_bmap_extsize_align()
[all …]
/fs/xfs/
A Dxfs_bmap_util.c654 xfs_extlen_t extsz, temp; in xfs_alloc_file_space() local
702 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space()
703 if (temp) in xfs_alloc_file_space()
704 e += temp; in xfs_alloc_file_space()
705 div_u64_rem(e, extsz, &temp); in xfs_alloc_file_space()
706 if (temp) in xfs_alloc_file_space()
707 e += extsz - temp; in xfs_alloc_file_space()
A Dxfs_iomap.c1254 xfs_filblks_t temp; /* temp for indirect calculations */ in xfs_bmap_add_extent_hole_delay() local
1305 temp = left.br_blockcount + new->br_blockcount + in xfs_bmap_add_extent_hole_delay()
1311 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay()
1314 left.br_blockcount = temp; in xfs_bmap_add_extent_hole_delay()
1327 temp = left.br_blockcount + new->br_blockcount; in xfs_bmap_add_extent_hole_delay()
1331 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay()
1333 left.br_blockcount = temp; in xfs_bmap_add_extent_hole_delay()
1346 temp = new->br_blockcount + right.br_blockcount; in xfs_bmap_add_extent_hole_delay()
1349 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay()
1353 right.br_blockcount = temp; in xfs_bmap_add_extent_hole_delay()
A Dxfs_exchrange.c299 loff_t temp; in xfs_exchrange_mappings() local
301 temp = i_size_read(VFS_I(ip2)); in xfs_exchrange_mappings()
303 i_size_write(VFS_I(ip1), temp); in xfs_exchrange_mappings()
/fs/fuse/
A Ddax.c1103 struct fuse_dax_mapping *dmap, *pos, *temp; in try_to_free_dmap_chunks() local
1121 list_for_each_entry_safe(pos, temp, &fcd->busy_ranges, in try_to_free_dmap_chunks()
1175 struct fuse_dax_mapping *range, *temp; in fuse_free_dax_mem_ranges() local
1178 list_for_each_entry_safe(range, temp, mem_list, list) { in fuse_free_dax_mem_ranges()
/fs/orangefs/
A Ddevorangefs-req.c162 struct orangefs_kernel_op_s *op, *temp; in orangefs_devreq_read() local
192 list_for_each_entry_safe(op, temp, &orangefs_request_list, list) { in orangefs_devreq_read()
/fs/btrfs/
A Dspace-info.c722 u64 temp = min(delalloc_bytes, to_reclaim) >> PAGE_SHIFT; in shrink_delalloc() local
723 long nr_pages = min_t(u64, temp, LONG_MAX); in shrink_delalloc()
/fs/jfs/
A Djfs_logmgr.c807 struct tblock *tblk, *temp; in lmPostGC() local
817 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { in lmPostGC()

Completed in 125 milliseconds