OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sd_mtime
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
769
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data_v1
770
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
800
#define sd_v1_mtime(sdp) (le32_to_cpu((sdp)->
sd_mtime
))
801
#define set_sd_v1_mtime(sdp,v) ((sdp)->
sd_mtime
= cpu_to_le32(v))
846
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data
847
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
769
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data_v1
770
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
800
#define sd_v1_mtime(sdp) (le32_to_cpu((sdp)->
sd_mtime
))
801
#define set_sd_v1_mtime(sdp,v) ((sdp)->
sd_mtime
= cpu_to_le32(v))
846
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data
847
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
769
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data_v1
770
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
800
#define sd_v1_mtime(sdp) (le32_to_cpu((sdp)->
sd_mtime
))
801
#define set_sd_v1_mtime(sdp,v) ((sdp)->
sd_mtime
= cpu_to_le32(v))
846
__le32
sd_mtime
; /* time file was last modified */
member in struct:stat_data
847
__le32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and
sd_mtime
) */
[
all
...]
Completed in 559 milliseconds