Home
last modified time | relevance | path

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

/fs/hpfs/
Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc()
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free()
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated()
205 secno sec; in hpfs_alloc_sector() local
280 secno sec; in alloc_in_dirband() local
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
Danode.c15 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup()
330 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup()
343 secno sec; in hpfs_ea_read() local
366 secno sec; in hpfs_ea_write() local
Dbuffer.c14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map()
26 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range()
Dmap.c20 secno sec; in hpfs_map_bitmap() local
/fs/reiserfs/
Dxattr.h103 struct reiserfs_security_handle *sec) in reiserfs_security_init()
110 struct reiserfs_security_handle *sec) in reiserfs_security_write()
114 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
Dxattr_security.c47 struct reiserfs_security_handle *sec) in reiserfs_security_init()
83 struct reiserfs_security_handle *sec) in reiserfs_security_write()
101 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/fs/nfsd/
Dstats.c56 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; in nfsd_proc_show() 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.c948 time64_t sec, days; in cnvrtDosUnixTm() local
/fs/jffs2/
Dos-linux.h35 #define ITIME(sec) ((struct timespec64){sec, 0}) argument
/fs/isofs/
Dinode.c627 struct iso_supplementary_descriptor *sec = NULL; in isofs_fill_super() local
/fs/fat/
Ddir.c55 int sec; in fat_dir_readahead() local
/fs/fuse/
Ddir.c85 static u64 time_to_jiffies(u64 sec, u32 nsec) in time_to_jiffies()
/fs/
Dselect.c273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
/fs/ocfs2/
Ddlmglue.c2150 u64 sec = clamp_t(time64_t, spec->tv_sec, 0, 0x3ffffffffull); in ocfs2_pack_timespec() local
/fs/btrfs/
Dioctl.c57 __u64 sec; member
/fs/xfs/libxfs/
Dxfs_format.h591 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument
/fs/nfs/
Dnfs4xdr.c4072 __u64 sec; in xdr_decode_nfstime4() local