Lines Matching refs:pathname_t
109 } pathname_t; typedef
239 void append_pathname(pathname_t *, char *);
241 int attr_list_path(pathname_t *, char *, const int, int, attrlist_cursor_t *);
242 int attr_remove_path(pathname_t *, const char *, int);
243 int attr_set_path(pathname_t *, const char *, const char *, const int, int);
246 int creat_path(pathname_t *, mode_t);
254 void fent_to_name(pathname_t *, flist_t *, fent_t *);
256 void free_pathname(pathname_t *);
257 int generate_fname(fent_t *, int, pathname_t *, int *, int *);
258 int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
259 void init_pathname(pathname_t *);
260 int lchown_path(pathname_t *, uid_t, gid_t);
261 int link_path(pathname_t *, pathname_t *);
262 int lstat64_path(pathname_t *, struct stat64 *);
264 int mkdir_path(pathname_t *, mode_t);
265 int mknod_path(pathname_t *, mode_t, dev_t);
267 int open_path(pathname_t *, int);
268 DIR *opendir_path(pathname_t *);
270 int readlink_path(pathname_t *, char *, size_t);
271 int rename_path(pathname_t *, pathname_t *);
272 int rmdir_path(pathname_t *);
273 void separate_pathname(pathname_t *, char *, pathname_t *);
275 int stat64_path(pathname_t *, struct stat64 *);
276 int symlink_path(const char *, pathname_t *);
277 int truncate64_path(pathname_t *, off64_t);
278 int unlink_path(pathname_t *);
572 void append_pathname(pathname_t * name, char *str) in append_pathname()
592 attr_list_path(pathname_t * name, char *buffer, const int buffersize, int flags, in attr_list_path()
596 pathname_t newname; in attr_list_path()
612 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
615 pathname_t newname; in attr_remove_path()
631 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
635 pathname_t newname; in attr_set_path()
666 int creat_path(pathname_t * name, mode_t mode) in creat_path()
669 pathname_t newname; in creat_path()
791 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep) in fent_to_name()
824 void free_pathname(pathname_t * name) in free_pathname()
833 int generate_fname(fent_t * fep, int ft, pathname_t * name, int *idp, int *v) in generate_fname()
861 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, in get_fname()
914 void init_pathname(pathname_t * name) in init_pathname()
920 int lchown_path(pathname_t * name, uid_t owner, gid_t group) in lchown_path()
923 pathname_t newname; in lchown_path()
938 int link_path(pathname_t * name1, pathname_t * name2) in link_path()
943 pathname_t newname1; in link_path()
944 pathname_t newname2; in link_path()
992 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path()
995 pathname_t newname; in lstat64_path()
1026 int mkdir_path(pathname_t * name, mode_t mode) in mkdir_path()
1029 pathname_t newname; in mkdir_path()
1044 int mknod_path(pathname_t * name, mode_t mode, dev_t dev) in mknod_path()
1047 pathname_t newname; in mknod_path()
1082 int open_path(pathname_t * name, int oflag) in open_path()
1085 pathname_t newname; in open_path()
1100 DIR *opendir_path(pathname_t * name) in opendir_path()
1103 pathname_t newname; in opendir_path()
1139 int readlink_path(pathname_t * name, char *lbuf, size_t lbufsiz) in readlink_path()
1142 pathname_t newname; in readlink_path()
1159 int rename_path(pathname_t * name1, pathname_t * name2) in rename_path()
1164 pathname_t newname1; in rename_path()
1165 pathname_t newname2; in rename_path()
1213 int rmdir_path(pathname_t * name) in rmdir_path()
1216 pathname_t newname; in rmdir_path()
1231 void separate_pathname(pathname_t * name, char *buf, pathname_t * newname) in separate_pathname()
1285 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1288 pathname_t newname; in stat64_path()
1303 int symlink_path(const char *name1, pathname_t * name) in symlink_path()
1306 pathname_t newname; in symlink_path()
1326 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path()
1329 pathname_t newname; in truncate64_path()
1344 int unlink_path(pathname_t * name) in unlink_path()
1347 pathname_t newname; in unlink_path()
1423 pathname_t f; in allocsp_f()
1480 pathname_t f; in attr_remove_f()
1545 pathname_t f; in attr_set_f()
1605 pathname_t f; in bulkstat1_f()
1662 pathname_t f; in chown_f()
1685 pathname_t f; in creat_f()
1774 pathname_t f; in dread_f()
1875 pathname_t f; in dwrite_f()
1965 pathname_t f; in fdatasync_f()
1998 pathname_t f; in freesp_f()
2051 pathname_t f; in fsync_f()
2082 pathname_t f; in getdents_f()
2108 pathname_t f; in link_f()
2112 pathname_t l; in link_f()
2156 pathname_t f; in mkdir_f()
2191 pathname_t f; in mknod_f()
2227 pathname_t f; in read_f()
2286 pathname_t f; in readlink_f()
2307 pathname_t f; in rename_f()
2311 pathname_t newf; in rename_f()
2363 pathname_t f; in resvsp_f()
2416 pathname_t f; in rmdir_f()
2439 pathname_t f; in stat_f()
2460 pathname_t f; in symlink_f()
2514 pathname_t f; in truncate_f()
2550 pathname_t f; in unlink_f()
2575 pathname_t f; in unresvsp_f()
2629 pathname_t f; in write_f()