Home
last modified time | relevance | path

Searched defs:ufile (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.h98 struct ufile { struct
99 long long inode; /* MFT record number */
100 time_t date; /* Last modification date/time */
101 struct ntfs_list_head name; /* A list of filenames */
102 struct ntfs_list_head data; /* A list of data streams */
103 char *pref_name; /* Preferred filename */
104 char *pref_pname; /* parent filename */
105 long long max_size; /* Largest size we find */
106 int attr_list; /* MFT record may be one of many */
107 int directory; /* MFT record represents a directory */
[all …]
Dntfswipe.c115 struct ufile { struct
116 s64 inode; /* MFT record number */
117 time_t date; /* Last modification date/time */
118 struct ntfs_list_head name; /* A list of filenames */
119 struct ntfs_list_head data; /* A list of data streams */
120 char *pref_name; /* Preferred filename */
121 char *pref_pname; /* parent filename */
122 s64 max_size; /* Largest size we find */
123 int attr_list; /* MFT record may be one of many */
124 int directory; /* MFT record represents a directory */
[all …]
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c247 const struct user_file *ufile; in test_run() local
417 struct user_file *ufile = &users[usr].file[file]; in ufiles_add() local
440 static int create_check_slinks(const struct user_file *ufile, int owner) in create_check_slinks()
466 static int create_check_hlinks(const struct user_file *ufile, int owner) in create_check_hlinks()