/fs/ntfs/ |
D | time.h | 85 static inline struct timespec ntfs2utc(const sle64 time) in ntfs2utc()
|
D | usnjrnl.h | 184 /*0x20*/sle64 time; /* Time when this record was created. */ member
|
/fs/fat/ |
D | misc.c | 199 u16 time = le16_to_cpu(__time), date = le16_to_cpu(__date); in fat_time_fat2unix() local 235 __le16 *time, __le16 *date, u8 *time_cs) in fat_time_unix2fat()
|
D | namei_msdos.c | 235 __le16 time, date; in msdos_add_entry() local
|
D | namei_vfat.c | 596 __le16 time, date; in vfat_build_slots() local
|
D | dir.c | 1144 __le16 date, time; in fat_alloc_new_dir() local
|
/fs/jffs2/ |
D | write.c | 548 uint32_t time) in jffs2_do_unlink() 668 … jffs2_inode_info *dir_f, uint32_t ino, uint8_t type, const char *name, int namelen, uint32_t time) in jffs2_do_link()
|
/fs/ncpfs/ |
D | dir.c | 1213 static int utc2local(int time) in utc2local() 1218 static int local2utc(int time) in local2utc() 1227 unsigned short time = le16_to_cpu(t), date = le16_to_cpu(d); in ncp_date_dos2unix() local 1244 ncp_date_unix2dos(int unix_date, __le16 *time, __le16 *date) in ncp_date_unix2dos()
|
D | ncplib_kernel.h | 229 unsigned long time; /* cache age */ member
|
/fs/ubifs/ |
D | shrinker.c | 74 int time = get_seconds(); in shrink_tnc() local
|
D | dir.c | 995 struct timespec time; in ubifs_rename() local
|
D | tnc.c | 1180 unsigned long time = get_seconds(); in ubifs_lookup_level0() local 1316 unsigned long time = get_seconds(); in lookup_level0_dirty() local
|
/fs/nfs/ |
D | callback_xdr.c | 599 static __be32 encode_attr_time(struct xdr_stream *xdr, const struct timespec *time) in encode_attr_time() 611 …be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timespec *time) in encode_attr_ctime() 618 …be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timespec *time) in encode_attr_mtime()
|
/fs/hfs/ |
D | hfs_fs.h | 263 #define hfs_m_to_utime(time) (struct timespec){ .tv_sec = __hfs_m_to_utime(time) } argument 264 #define hfs_u_to_mtime(time) __hfs_u_to_mtime((time).tv_sec) argument
|
/fs/pstore/ |
D | ram.c | 151 int *count, struct timespec *time, in ramoops_pstore_read() 297 struct timespec time, struct pstore_info *psi) in ramoops_pstore_erase()
|
D | platform.c | 332 struct timespec time; in pstore_get_records() local
|
D | inode.c | 277 char *data, size_t size, struct timespec time, in pstore_mkfile()
|
/fs/nfsd/ |
D | nfs3xdr.c | 33 encode_time3(__be32 *p, struct timespec *time) in encode_time3() 40 decode_time3(__be32 *p, struct timespec *time) in decode_time3() 295 struct timespec time; in nfs3svc_decode_sattrargs() local
|
D | nfsctl.c | 889 time_t *time, struct nfsd_net *nn) in __nfsd4_write_time() 921 time_t *time, struct nfsd_net *nn) in nfsd4_write_time()
|
D | nfsxdr.c | 149 struct timespec time; in encode_fattr() local
|
/fs/cifs/ |
D | netmisc.c | 950 u16 time = le16_to_cpu(le_time); in cnvrtDosUnixTm() local
|
/fs/sysv/ |
D | inode.c | 37 unsigned long time = get_seconds(), old_time; in sysv_sync_fs() local
|
/fs/isofs/ |
D | rock.h | 68 char time[7]; member
|
/fs/fuse/ |
D | dir.c | 41 static inline void fuse_dentry_settime(struct dentry *entry, u64 time) in fuse_dentry_settime() 54 static void fuse_dentry_settime(struct dentry *entry, u64 time) in fuse_dentry_settime()
|
/fs/ |
D | inode.c | 1536 static int update_time(struct inode *inode, struct timespec *time, int flags) in update_time()
|