Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 19 of 19) sorted by relevance

/fs/hpfs/
Dalloc.c11 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
24 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
37 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc()
50 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free()
68 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated()
204 secno sec; in hpfs_alloc_sector() local
279 secno sec; in alloc_in_dirband() local
295 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
314 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
Danode.c14 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup()
329 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup()
342 secno sec; in hpfs_ea_read() local
365 secno sec; in hpfs_ea_write() local
Dbuffer.c13 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map()
25 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range()
Dmap.c19 secno sec; in hpfs_map_bitmap() local
/fs/reiserfs/
Dxattr.h102 struct reiserfs_security_handle *sec) in reiserfs_security_init()
109 struct reiserfs_security_handle *sec) in reiserfs_security_write()
113 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
Dxattr_security.c45 struct reiserfs_security_handle *sec) in reiserfs_security_init()
80 struct reiserfs_security_handle *sec) in reiserfs_security_write()
94 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/fs/nfsd/
Dstats.c55 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; in nfsd_proc_show() local
Dnfs4xdr.c247 u64 sec; in nfsd4_decode_time() local
/fs/hfs/
Dhfs_fs.h249 #define __hfs_u_to_mtime(sec) cpu_to_be32(sec + 2082844800U - sys_tz.tz_minuteswest * 60) argument
250 #define __hfs_m_to_utime(sec) (be32_to_cpu(sec) - 2082844800U + sys_tz.tz_minuteswest * 60) argument
270 #define sb_bread512(sb, sec, data) ({ \ argument
/fs/cifs/
Dnetmisc.c965 int sec, min, days, month, year; in cnvrtDosUnixTm() local
/fs/jffs2/
Dos-linux.h34 #define ITIME(sec) ((struct timespec){sec, 0}) argument
/fs/isofs/
Dinode.c573 struct iso_supplementary_descriptor *sec = NULL; in isofs_fill_super() local
/fs/
Dselect.c273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
/fs/fat/
Ddir.c53 int sec; in fat_dir_readahead() local
/fs/fuse/
Ddir.c66 static u64 time_to_jiffies(u64 sec, u32 nsec) in time_to_jiffies()
/fs/ocfs2/
Ddlmglue.c2089 u64 sec = spec->tv_sec; in ocfs2_pack_timespec() local
/fs/btrfs/
Dioctl.c72 __u64 sec; member
/fs/xfs/libxfs/
Dxfs_format.h582 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument
/fs/nfs/
Dnfs4xdr.c4067 uint64_t sec; in decode_attr_time() local