Lines Matching refs:pathname_t
136 } pathname_t; typedef
266 void append_pathname(pathname_t *, char *);
268 int attr_list_path(pathname_t *, char *, const int, int, attrlist_cursor_t *);
269 int attr_remove_path(pathname_t *, const char *, int);
270 int attr_set_path(pathname_t *, const char *, const char *, const int, int);
273 int creat_path(pathname_t *, mode_t);
281 void fent_to_name(pathname_t *, flist_t *, fent_t *);
283 void free_pathname(pathname_t *);
284 int generate_fname(fent_t *, int, pathname_t *, int *, int *);
285 int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
286 void init_pathname(pathname_t *);
287 int lchown_path(pathname_t *, uid_t, gid_t);
288 int link_path(pathname_t *, pathname_t *);
289 int lstat64_path(pathname_t *, struct stat64 *);
291 int mkdir_path(pathname_t *, mode_t);
292 int mknod_path(pathname_t *, mode_t, dev_t);
294 int open_path(pathname_t *, int);
295 DIR *opendir_path(pathname_t *);
297 int readlink_path(pathname_t *, char *, size_t);
298 int rename_path(pathname_t *, pathname_t *);
299 int rmdir_path(pathname_t *);
300 void separate_pathname(pathname_t *, char *, pathname_t *);
302 int stat64_path(pathname_t *, struct stat64 *);
303 int symlink_path(const char *, pathname_t *);
304 int truncate64_path(pathname_t *, off64_t);
305 int unlink_path(pathname_t *);
599 void append_pathname(pathname_t * name, char *str) in append_pathname()
619 attr_list_path(pathname_t * name, char *buffer, const int buffersize, int flags, in attr_list_path()
623 pathname_t newname; in attr_list_path()
639 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
642 pathname_t newname; in attr_remove_path()
658 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
662 pathname_t newname; in attr_set_path()
693 int creat_path(pathname_t * name, mode_t mode) in creat_path()
696 pathname_t newname; in creat_path()
818 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep) in fent_to_name()
851 void free_pathname(pathname_t * name) in free_pathname()
860 int generate_fname(fent_t * fep, int ft, pathname_t * name, int *idp, int *v) in generate_fname()
888 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, in get_fname()
941 void init_pathname(pathname_t * name) in init_pathname()
947 int lchown_path(pathname_t * name, uid_t owner, gid_t group) in lchown_path()
950 pathname_t newname; in lchown_path()
965 int link_path(pathname_t * name1, pathname_t * name2) in link_path()
970 pathname_t newname1; in link_path()
971 pathname_t newname2; in link_path()
1019 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path()
1022 pathname_t newname; in lstat64_path()
1053 int mkdir_path(pathname_t * name, mode_t mode) in mkdir_path()
1056 pathname_t newname; in mkdir_path()
1071 int mknod_path(pathname_t * name, mode_t mode, dev_t dev) in mknod_path()
1074 pathname_t newname; in mknod_path()
1109 int open_path(pathname_t * name, int oflag) in open_path()
1112 pathname_t newname; in open_path()
1127 DIR *opendir_path(pathname_t * name) in opendir_path()
1130 pathname_t newname; in opendir_path()
1166 int readlink_path(pathname_t * name, char *lbuf, size_t lbufsiz) in readlink_path()
1169 pathname_t newname; in readlink_path()
1184 int rename_path(pathname_t * name1, pathname_t * name2) in rename_path()
1189 pathname_t newname1; in rename_path()
1190 pathname_t newname2; in rename_path()
1238 int rmdir_path(pathname_t * name) in rmdir_path()
1241 pathname_t newname; in rmdir_path()
1256 void separate_pathname(pathname_t * name, char *buf, pathname_t * newname) in separate_pathname()
1310 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1313 pathname_t newname; in stat64_path()
1328 int symlink_path(const char *name1, pathname_t * name) in symlink_path()
1331 pathname_t newname; in symlink_path()
1351 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path()
1354 pathname_t newname; in truncate64_path()
1369 int unlink_path(pathname_t * name) in unlink_path()
1372 pathname_t newname; in unlink_path()
1448 pathname_t f; in allocsp_f()
1505 pathname_t f; in attr_remove_f()
1570 pathname_t f; in attr_set_f()
1630 pathname_t f; in bulkstat1_f()
1687 pathname_t f; in chown_f()
1710 pathname_t f; in creat_f()
1799 pathname_t f; in dread_f()
1900 pathname_t f; in dwrite_f()
1990 pathname_t f; in fdatasync_f()
2023 pathname_t f; in freesp_f()
2076 pathname_t f; in fsync_f()
2107 pathname_t f; in getdents_f()
2133 pathname_t f; in link_f()
2137 pathname_t l; in link_f()
2181 pathname_t f; in mkdir_f()
2216 pathname_t f; in mknod_f()
2252 pathname_t f; in read_f()
2311 pathname_t f; in readlink_f()
2332 pathname_t f; in rename_f()
2336 pathname_t newf; in rename_f()
2388 pathname_t f; in resvsp_f()
2441 pathname_t f; in rmdir_f()
2464 pathname_t f; in stat_f()
2485 pathname_t f; in symlink_f()
2539 pathname_t f; in truncate_f()
2575 pathname_t f; in unlink_f()
2600 pathname_t f; in unresvsp_f()
2654 pathname_t f; in write_f()