Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 83) sorted by relevance

1234

/fs/xfs/
Dxfs_rtalloc.h127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument
128 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument
129 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
Dmrlock.h38 #define mrlock_init(mrp, t,n,s) mrinit(mrp, n) argument
/fs/ncpfs/
Dncplib_kernel.h137 #define ncp_tolower(t, c) nls_tolower(t, c) argument
138 #define ncp_toupper(t, c) nls_toupper(t, c) argument
139 #define ncp_strnicmp(t, s1, s2, len) \ argument
152 #define ncp_tolower(t, c) tolower(c) argument
153 #define ncp_toupper(t, c) toupper(c) argument
158 static inline int ncp_strnicmp(const struct nls_table *t, in ncp_strnicmp()
/fs/ntfs/
Dtime.h90 u64 t = (u64)(sle64_to_cpu(time) - NTFS_TIME_OFFSET); in ntfs2utc() local
/fs/cifs/
Dnetmisc.c924 s64 t = le64_to_cpu(ntutc) - NTFS_TIME_OFFSET; in cifs_NTtimeToUnix() local
948 cifs_UnixTimeToNT(struct timespec t) in cifs_UnixTimeToNT()
/fs/hpfs/
Ddnode.c82 static void hpfs_pos_subst(loff_t *p, loff_t f, loff_t t) in hpfs_pos_subst()
273 loff_t t; in hpfs_add_to_dnode() local
438 loff_t t; in move_to_top() local
713 loff_t t; in hpfs_remove_dirent() local
924 int t = hpfs_compare_names(inode->i_sb, name, len, de->name, de->namelen, de->last); in map_dirent() local
Dhpfs_fn.h337 static inline time_t local_to_gmt(struct super_block *s, time32_t t) in local_to_gmt()
343 static inline time32_t gmt_to_local(struct super_block *s, time_t t) in gmt_to_local()
/fs/
Dtimerfd.c33 } t; member
304 struct itimerspec t; in timerfd_show() local
503 static int do_timerfd_gettime(int ufd, struct itimerspec *t) in do_timerfd_gettime()
Dbinfmt_elf.c1698 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1764 struct elf_thread_core_info *t; in fill_note_info() local
1866 struct elf_thread_core_info *t = info->thread; in write_note_info() local
1901 struct elf_thread_core_info *t = threads; in free_note_info() local
1933 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status()
2011 struct list_head *t; in fill_note_info() local
2096 struct list_head *t; in write_note_info() local
/fs/nls/
Dnls_base.c59 const struct utf8_table *t; in utf8_to_utf32() local
90 const struct utf8_table *t; in utf32_to_utf8() local
/fs/fscache/
Dhistogram.c30 unsigned n[5], t; in fscache_histogram_show() local
Dobject.c170 const struct fscache_transition *t; in fscache_object_sm_dispatcher() local
300 const struct fscache_transition *t; in fscache_object_init() local
/fs/cachefiles/
Dproc.c27 unsigned x, y, z, t; in cachefiles_histogram_show() local
/fs/ext4/
Dnamei.c280 void initialize_dirent_tail(struct ext4_dir_entry_tail *t, in initialize_dirent_tail()
293 struct ext4_dir_entry_tail *t; in get_dirent_tail() local
346 struct ext4_dir_entry_tail *t; in ext4_dirent_csum_verify() local
367 struct ext4_dir_entry_tail *t; in ext4_dirent_csum_set() local
419 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum()
440 struct dx_tail *t; in ext4_dx_csum_verify() local
469 struct dx_tail *t; in ext4_dx_csum_set() local
1701 struct ext4_dir_entry_tail *t; in do_split() local
1943 struct ext4_dir_entry_tail *t; in make_indexed_dir() local
2068 struct ext4_dir_entry_tail *t; in ext4_add_entry() local
[all …]
Dsysfs.c79 unsigned long t; in inode_readahead_blks_store() local
306 unsigned long t; in ext4_attr_store() local
/fs/jfs/
Djfs_dtree.c3024 struct dtslot *t; in jfs_readdir() local
3600 struct dtslot *t; in dtCompare() local
3678 struct dtslot *t; in ciCompare() local
3850 struct dtslot *t; in dtGetKey() local
3910 struct dtslot *h, *t; in dtInsertEntry() local
4270 struct dtslot *t; in dtDeleteEntry() local
4365 struct dtslot *t; in dtTruncateEntry() local
4446 struct dtslot *t; in dtLinelockFreelist() local
/fs/configfs/
Ditem.c143 struct config_item_type *t = item->ci_type; in config_item_cleanup() local
/fs/adfs/
Ddir_fplus.c19 struct adfs_bigdirtail *t; in adfs_fplus_read() local
/fs/hfsplus/
Dhfsplus_fs.h534 #define __hfsp_mt2ut(t) (be32_to_cpu(t) - 2082844800U) argument
535 #define __hfsp_ut2mt(t) (cpu_to_be32(t + 2082844800U)) argument
538 #define hfsp_mt2ut(t) (struct timespec){ .tv_sec = __hfsp_mt2ut(t) } argument
539 #define hfsp_ut2mt(t) __hfsp_ut2mt((t).tv_sec) argument
/fs/ubifs/
Dkey.h440 union ubifs_key *t = to; in key_write() local
456 union ubifs_key *t = to; in key_write_idx() local
/fs/f2fs/
Dsegment.h27 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) argument
28 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE) argument
30 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) argument
31 #define IS_WARM(t) ((t) == CURSEG_WARM_NODE || (t) == CURSEG_WARM_DATA) argument
32 #define IS_COLD(t) ((t) == CURSEG_COLD_NODE || (t) == CURSEG_COLD_DATA) argument
/fs/udf/
Dmisc.c298 u8 udf_tag_checksum(const struct tag *t) in udf_tag_checksum()
/fs/jbd2/
Dcheckpoint.c266 transaction_t *t = jh->b_transaction; in jbd2_log_do_checkpoint() local
/fs/gfs2/
Dutil.h109 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i() local
/fs/btrfs/
Dordered-data.h156 btrfs_ordered_inode_tree_init(struct btrfs_ordered_inode_tree *t) in btrfs_ordered_inode_tree_init()

1234