Lines Matching refs:filefd
8236 int filefd; in xattrs_out() local
8268 int filefd; in xattrs_out() local
8276 if ((filefd = open(filename, O_RDONLY)) == -1) { in xattrs_out()
8288 if (((slist = sysattr_list(myname, filefd, in xattrs_out()
8296 (void) close(filefd); in xattrs_out()
8434 filefd = openat(Gen.g_dirfd, dp->d_name, O_RDONLY); in xattrs_out()
8435 if (filefd == -1) { in xattrs_out()
8442 if (facl_get(filefd, ACL_NO_TRIVIAL, &aclp) != 0) { in xattrs_out()
8447 (void) close(filefd); in xattrs_out()
9316 int filefd; in preview_attrs() local
9321 if ((filefd = open(filename, O_RDONLY)) < 0) { in preview_attrs()
9324 if (((slist = sysattr_list(myname, filefd, in preview_attrs()
9332 (void) close(filefd); in preview_attrs()