Searched refs:update_time (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/fs/btrfs/
H A Dinode.c11023 .update_time = btrfs_update_time,
11075 .update_time = btrfs_update_time,
11086 .update_time = btrfs_update_time,
11094 .update_time = btrfs_update_time,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1247 aq_req.cq_mask.update_time = 0;
H A Drvu_debugfs.c1095 seq_printf(m, "W5: pool_drop\t\t%d\nW5: update_time\t\t%d\n",
1096 aura->pool_drop, aura->update_time);
1138 seq_printf(m, "W4: update_time\t\t%d\n", pool->update_time);
1851 seq_printf(m, "W2: update_time \t\t%d\nW2:avg_level \t\t\t%d\n",
1852 cq_ctx->update_time, cq_ctx->avg_level);
H A Drvu_struct.h212 u64 update_time : 16; member in struct:npa_aura_s
258 u64 update_time : 16; member in struct:npa_pool_s
357 u64 update_time : 16; member in struct:nix_cq_ctx_s
/linux-master/include/linux/
H A Dfs.h2085 int (*update_time)(struct inode *, int); member in struct:inode_operations
/linux-master/fs/ubifs/
H A Dfile.c1519 int err, update_time; local
1546 update_time = mctime_update_needed(inode, &now);
1547 if (update_time)
1579 if (update_time) {
1663 .update_time = ubifs_update_time,
1673 .update_time = ubifs_update_time,
H A Ddir.c1713 .update_time = ubifs_update_time,
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c283 if (!ktime_to_ns(par->update_time))
284 par->update_time = ts_start;
286 fps = ktime_us_delta(ts_start, par->update_time);
287 par->update_time = ts_start;
H A Dfbtft.h187 * @update_time: Used to calculate 'fps' in debug output
228 ktime_t update_time; member in struct:fbtft_par
/linux-master/fs/afs/
H A Dvalidation.c258 time64_t cur = volume->update_time;
265 volume->update_time = new;
290 volume->update_time = new;
299 op->volsync.update == volume->update_time))
308 if (op->volsync.update != volume->update_time)
H A Dvolume.c94 volume->update_time = TIME64_MIN;
H A Dinternal.h661 time64_t update_time; /* Volume update time (or TIME64_MIN) */ member in struct:afs_volume
H A Dfs_operation.c43 op->pre_volsync.update = volume->update_time;
/linux-master/fs/
H A Dinode.c1841 * The update_time function is called when an inode's timestamps need to be
1891 * The update_time function is called when an inode's timestamps need to be
1918 if (inode->i_op->update_time)
1919 return inode->i_op->update_time(inode, flags);
H A Dbad_inode.c181 .update_time = bad_inode_update_time,
/linux-master/fs/xfs/
H A Dxfs_iops.c1120 .update_time = xfs_vn_update_time,
1146 .update_time = xfs_vn_update_time,
1173 .update_time = xfs_vn_update_time,
1184 .update_time = xfs_vn_update_time,
/linux-master/fs/udf/
H A Dinode.c1284 goto update_time;
1298 update_time:
/linux-master/drivers/power/supply/
H A Dds2760_battery.c93 unsigned long update_time; /* jiffies when data read */ member in struct:ds2760_device_info
259 if (di->update_time && time_before(jiffies, di->update_time +
265 if (di->update_time == 0) {
280 di->update_time = jiffies;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1088 goto update_time;
1097 goto update_time;
1132 update_time:
/linux-master/drivers/md/
H A Dmd.c8843 unsigned long update_time; local
9048 update_time = jiffies;
9060 time_after_eq(jiffies, update_time + UPDATE_FREQUENCY) ||
9072 update_time = jiffies;
/linux-master/fs/gfs2/
H A Dinode.c2185 .update_time = gfs2_update_time,
2207 .update_time = gfs2_update_time,
/linux-master/fs/overlayfs/
H A Ddir.c1310 .update_time = ovl_update_time,
H A Dinode.c750 .update_time = ovl_update_time,
761 .update_time = ovl_update_time,
772 .update_time = ovl_update_time,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c871 struct timespec64 update_time; local
875 update_time = now.ts_real;
876 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS);
879 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) &&
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c858 struct timespec64 update_time; local
862 update_time = now.ts_real;
863 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS);
866 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) &&

Completed in 582 milliseconds

12