Home
last modified time | relevance | path

Searched refs:attrfile (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1319 char attrfile[MAXPATHLEN]; in process_fsgroup() local
1346 sprintf(attrfile, "%s/%s/%s", dirp, atp, namep); in process_fsgroup()
1350 xx = lstat64(attrfile, &statinfo); in process_fsgroup()
1352 pr_err(gettext("Could not stat %s: %s"), attrfile, in process_fsgroup()
1371 fd = open(attrfile, O_RDWR); in process_fsgroup()
1374 attrfile, strerror(errno)); in process_fsgroup()
1383 attrfile, strerror(errno)); in process_fsgroup()
1404 attrfile, ahp->ach_nblks, xx); in process_fsgroup()
1519 "File %s, bad rlno"), attrfile); in process_fsgroup()
1636 pr_err(gettext("%s bad rlno %d\n"), attrfile, rlno); in process_fsgroup()
[all …]
/titanic_44/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c36 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) in get_attrdirs() argument
44 if ((fd1 = attropen(attrfile, ".", O_RDONLY)) == -1) { in get_attrdirs()
56 if ((fd2 = attropen(attrfile, ".", O_RDONLY)) == -1) { in get_attrdirs()